diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index 9762552..7f7bef4 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -78,6 +78,31 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca + + https://github.com/Jeffser/Alpaca/releases/tag/2.0.0 + +

New

+
    +
  • Model, message and chat systems have been rewritten
  • +
  • New models are available
  • +
  • Ollama updated to v0.3.9
  • +
  • Added support for multiple chat generations simultaneously
  • +
  • Added experimental AMD GPU support
  • +
  • Added message loading spinner and new message indicator to chat tab
  • +
  • Added animations
  • +
  • Changed model manager / model selector appearance
  • +
  • Changed message appearance
  • +
  • Added markdown and code blocks to user messages
  • +
  • Added loading dialog at launch so the app opens faster
  • +
  • Added warning when device is on 'battery saver' mode
  • +
+
    +
  • The chat is now scrolled to the bottom when it's changed
  • +
  • Better handling of focus on messages
  • +
  • Better general performance on the app
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.1.1 diff --git a/meson.build b/meson.build index 22e66a8..ac12d8c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '1.1.1', + version: '2.0.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )