- Feat: added
@egoist/tailwindcss-icons
plugin. - Enhancement: added optimization settings to Tauri config.
- Chore: clean up v1->v2 leftovers.
- Fix: Vite, Eslint configs..
- Feat: upgraded the template to Tauri v2.
- Feat: added Pinia.
- Feat: added CSP for security.
- Feat: added new
bump
command for programatically bump version number. - Fix: fixed Vue devtools.
- Chore: migrated to new Renovate config.
- Chore: bumped all front deps.
- Feat: enabled automerge for Renovate Bot.
- Fix: use
cross-env
to setting env for Windows compatibility. - Chore: aligned project settings to better match the official Tauri starter.
- Chore: bumped all front deps.
- Chore: bumped all GitHub workflow action versions.
- Feat: added debug config for VSCode. Thanks @gabriel-andreescu for the contribution!
- Feat: added vue-devtools integration.
- Feat: open browser devtools automatically on start.
- Feat: changed app icon to Vue icon.
- Feat: added
RUST_BACKTRACE=1
to the default dev command. - Fix: added empty dist folder to make Rust extension happy.
- Fix: fixed Vite build target to match tauri create app config.
- UI: smarter styles and markup.
- Docs: documented howto implement Electron-like
titleBarStyle: 'hidden'
window, and that the sync backend commands block the UI. - Chore: bumped deps.
- Fix: changed app name (
packageName
insrc-tauri/tauri.conf.json
). - Fix: made Vite config more robust.
- Tooling: added
.vscode
and recommendation fot Volar extension. - Refactor: removed
vite-plugin-tauri
from frontend deps. - Chore: tweaked Vite config for better dev experience.
- Chore: bumped deps.
- Docs: better README.
Hello Tauri 1.0!
- Feat: Added a separate release workflow.
- Refactor: converted menu to use
Menu::os_default
. Thank You to @JonasKruckenberg for the tip! - Docs: added more docs on usage, fixed prerequisites link.
- Chore: Bumped all Vite + Tauri deps.
- Initial version