From 77b32b491213303525b8e81735ceb82ab1b92cd7 Mon Sep 17 00:00:00 2001 From: jeffser Date: Tue, 28 May 2024 11:28:09 -0600 Subject: [PATCH] Preparing for 0.8.8 --- data/com.jeffser.Alpaca.metainfo.xml.in | 10 ++++++++++ meson.build | 2 +- src/main.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index 47ba575..e81d55d 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -63,6 +63,16 @@ https://github.com/Jeffser/Alpaca https://github.com/sponsors/Jeffser + + https://github.com/Jeffser/Alpaca/releases/tag/0.8.8 + +

The fix

+
    +
  • Fixed: Ollama instance keeps running on the background even when it is disabled
  • +
  • Fixed: Can't pull models on the integrated instance
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/0.8.7 diff --git a/meson.build b/meson.build index c83263e..559bcd7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', - version: '0.8.7', + version: '0.8.8', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 8601983..6a80b01 100644 --- a/src/main.py +++ b/src/main.py @@ -47,7 +47,7 @@ class AlpacaApplication(Adw.Application): application_name='Alpaca', application_icon='com.jeffser.Alpaca', developer_name='Jeffry Samuel Eduarte Rojas', - version='0.8.7', + version='0.8.8', developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.com'], translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein\nLouis Chauvet-Villaret (French) https://github.com/loulou64490',