Skip to content

Commit

Permalink
- Migrated to Tauri v2.
Browse files Browse the repository at this point in the history
- Fixed notification issue for errors with no language translations.
- Fixed issue application got stuck in loading state when no persona was selected.
- Removed entitlements.mac.plist as it was already covered by entitlements.plist.
- Removed tray icon support as it had no functionality.
  • Loading branch information
PeterBlenessy committed Dec 23, 2024
1 parent 97a9ed0 commit 4832c29
Show file tree
Hide file tree
Showing 13 changed files with 3,996 additions and 4,026 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- When removing a persona; should check if it is used in messages and alert user.
- 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]
## v2.0.0 - 2024-12-23
- Migrated to Tauri v2.
- 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.

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "team-ai",
"private": true,
"version": "1.12.2",
"version": "2.0.0",
"type": "module",
"license": "MIT",
"scripts": {
Expand All @@ -20,18 +20,18 @@
"dependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/extras": "^1.16.9",
"@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",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-log": "^2.2.0",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-updater": "^2.3.0",
"clipboard": "^2.0.11",
"highlight.js": "^11.9.0",
"localforage": "^1.10.0",
"markdown-it": "^14.0.0",
"pinia": "^2.1.7",
"quasar": "^2.14.3",
"tauri-plugin-log-api": "https://github.com/tauri-apps/tauri-plugin-log#v1",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
},
Expand Down
Loading

0 comments on commit 4832c29

Please sign in to comment.