From c34713eff5f6dfff9062f79dd937bda00aa801f6 Mon Sep 17 00:00:00 2001 From: jeffser Date: Wed, 9 Oct 2024 20:02:18 -0600 Subject: [PATCH] Preparing for 2.5.1 --- data/com.jeffser.Alpaca.metainfo.xml.in | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index 1ffab55..da45408 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -78,6 +78,20 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca + + https://github.com/Jeffser/Alpaca/releases/tag/2.5.1 + +

New

+
    +
  • Added 'Cancel' and 'Save' buttons when editing a message
  • +
+

Fixes

+
    +
  • Better handling of image recognition
  • +
  • Remove unused files when canceling a model download
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.5.0 diff --git a/meson.build b/meson.build index de03e72..dd63ad1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '2.5.0', + version: '2.5.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )