From 202da99fa712b4f3778918c37952aac79c7c97aa Mon Sep 17 00:00:00 2001 From: jeffser Date: Fri, 11 Oct 2024 16:06:24 -0600 Subject: [PATCH] Preparing for 2.6.0 --- data/com.jeffser.Alpaca.metainfo.xml.in | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index cb4a8e5..75de917 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -78,6 +78,22 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca + + https://github.com/Jeffser/Alpaca/releases/tag/2.6.0 + +

New

+
    +
  • Better system for handling dialogs
  • +
  • Better system for handling instance switching
  • +
  • Remote connection dialog
  • +
+

Fixes

+
    +
  • Fixed: Models get duplicated when switching remote and local instance
  • +
  • Better internal instance manager
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.5.1 diff --git a/meson.build b/meson.build index dd63ad1..15f8fb1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '2.5.1', + version: '2.6.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )