Releases: PeterBlenessy/TeamAI
Releases · PeterBlenessy/TeamAI
v1.10.0
- Added support for local LLMs using Ollama and OpenAI API-format.
v1.9.0
- Removed QMarkdown component using Prism.js.
- Added markdown-it composable with highlight.js as code highlighter.
- Added copy button to code blocks.
- Changed streaming response handler to use the markdown-it composable.
- Added then().catch() to copy/share conversation.
- Added support for getting token usage from streamed responses.
- Added info button to QuickSettings to show token usage.
- Fixed text reference for image style vivid.
- Fixed an issue where conversation title was not generated when streamed response was active.
v1.8.0
- Added conversation mode toggle to QuickSettings.
- Changed conversation copy/share to export text instead of a JSON object.
- Changed image action button highlights to square.
- Updated tauri GitHub Actions script to latest, to fix missing builds for x86_64-apple-darwin.
v1.7.0
- Added copy, share, and delete actions to QuickSettings.
- Removed Beta label from streamed responses setting.
- Added UI support for API Provider selection in settings. However, only OpenAI is supported right now.
- Arranged settings in tabs: General, API Provider, Text generation, and Image generation
v1.6.2
- Changed QuickSettings model selection to display available models.
- Removed old models.
v1.6.1
- Updated Cargo dependencies
- Added GPT-4o
- Removed personas from individual messages to speed up loading and decrease storage space per message.
v1.6.0
- Updated dependencies to their latest versions.
- Added GPT-4 Turbo
v1.5.4
- Added logger.js, a simple wrapper of calls to webview console logs and tauri-plugin-log-api.
- Changed all logs to use logger.js.
- Changed log level to 'info' and above in Tauri backend.
- Fixed issue where "Stop generation" tooltip was shown instead of "Generating..." when generating images.
- Fixed issue where "Stop" tooltip was not available in Hungarian and Swedish during text generation.
- Changed "Stop generation" tooltip text to "Stop" to fit in tooltip box.
- Fixed issue where loading spinner could hang when generation got aborted during image generation.
v1.5.3
- Added possibility to stop text generation by clicking the loading spinner.
v1.5.2
- Fixed bug where show/hide menu icon tooltip was missing, causing an error in language texts and also causing the menu to be always shown on Linux.
- Aligned tooltip to the icons both when menu is hidden (toolbar mode) and when it's shown.