From 8c0ec3957faa0dd89161daabbb2fe42d43e35847 Mon Sep 17 00:00:00 2001 From: jeffser Date: Fri, 2 Aug 2024 23:56:17 -0600 Subject: [PATCH] Preparing for 1.0.5 --- data/com.jeffser.Alpaca.metainfo.xml.in | 21 +++++++++++++++++++++ meson.build | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index 252ecb1..68f1868 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -80,6 +80,27 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca + + https://github.com/Jeffser/Alpaca/releases/tag/1.0.5 + +

New

+
    +
  • Regenerate any response, even if they are incomplete
  • +
  • Support for pulling models by name:tag
  • +
  • Stable support for GGUF model files
  • +
  • Restored sidebar toggle button
  • +
+

Fixes

+
    +
  • Reverted back to standard styles
  • +
  • Fixed generated titles having "'S" for some reason
  • +
  • Changed min width for model dropdown
  • +
  • Changed message entry shadow
  • +
  • The last model used is now restored when the user changes chat
  • +
  • Better check for message finishing
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.0.4 diff --git a/meson.build b/meson.build index 863d3af..74e1ef1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '1.0.4', + version: '1.0.5', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )