Skip to content

Commit

Permalink
Merge pull request #20 from PeterBlenessy/migrate-to-tauri-v2
Browse files Browse the repository at this point in the history
Migrated to Tauri 2. Fixed some bugs.
  • Loading branch information
PeterBlenessy authored Dec 23, 2024
2 parents b400454 + 92c55f7 commit 97a9ed0
Show file tree
Hide file tree
Showing 18 changed files with 6,823 additions and 1,304 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- When settings are restored from last message, personas with same name or id are duplicated if prompt or avatar has changed in persona settings compared to persona in message.

## [UNRELEASED]
- Fixed notification issue for errors with no language translations.
- Fixed issue application got stuck in loading state when no persona was selected.
- Migrated to Tauri 2.0 beta.
- Removed entitlements.mac.plist as it was already covered by entitlements.plist.
- Removed tray icon support as it had no functionality.

## v1.12.2 - 2024-06-02
- Merged dependabot PR:s fixing some voulnerabilities.
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"dependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/extras": "^1.16.9",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^2.0.0-beta.15",
"@tauri-apps/cli": "^2.0.0-beta.22",
"@tauri-apps/plugin-log": "^2.0.0-beta.8",
"@tauri-apps/plugin-process": "^2.0.0-beta.7",
"@tauri-apps/plugin-updater": "^2.0.0-beta.7",
"clipboard": "^2.0.11",
"highlight.js": "^11.9.0",
"localforage": "^1.10.0",
Expand All @@ -33,7 +37,6 @@
},
"devDependencies": {
"@quasar/vite-plugin": "^1.6.0",
"@tauri-apps/cli": "^1.5.9",
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.2.14"
}
Expand Down
Loading

0 comments on commit 97a9ed0

Please sign in to comment.