diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index 1ecb94c..52b49db 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -78,7 +78,22 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca - + + https://github.com/Jeffser/Alpaca/releases/tag/1.0.2 + +

Fixes

+
    +
  • Models with capital letters on their tag don't work
  • +
  • Ollama fails to launch on some systems
  • +
  • YouTube transcripts are not being saved in the right TMP directory
  • +
+

New

+
    +
  • Debug messages are now shown on the 'About Alpaca' dialog
  • +
+
+
+ https://github.com/Jeffser/Alpaca/releases/tag/1.0.1

Fixes

diff --git a/meson.build b/meson.build index d0ebe95..2152031 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '1.0.1', + version: '1.0.2', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )