Skip to content

Releases: PeterBlenessy/TeamAI

v1.10.0

26 May 21:58
Compare
Choose a tag to compare
  • Added support for local LLMs using Ollama and OpenAI API-format.

v1.9.0

23 May 15:29
Compare
Choose a tag to compare
  • 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

21 May 18:14
Compare
Choose a tag to compare
  • 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

20 May 21:48
Compare
Choose a tag to compare
  • 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

19 May 20:56
Compare
Choose a tag to compare
  • Changed QuickSettings model selection to display available models.
  • Removed old models.

v1.6.1

19 May 19:18
Compare
Choose a tag to compare
  • Updated Cargo dependencies
  • Added GPT-4o
  • Removed personas from individual messages to speed up loading and decrease storage space per message.

v1.6.0

18 Apr 18:55
Compare
Choose a tag to compare
  • Updated dependencies to their latest versions.
  • Added GPT-4 Turbo

v1.5.4

05 Feb 20:45
Compare
Choose a tag to compare
  • 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

04 Feb 20:56
Compare
Choose a tag to compare
  • Added possibility to stop text generation by clicking the loading spinner.

v1.5.2

04 Feb 18:26
Compare
Choose a tag to compare
  • 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.