From 0feb9ac7006d7ae0fbb4fd4a3c0cd699da47dfbd Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 12 May 2024 22:45:31 -0600 Subject: [PATCH] Quick fixes of metadata --- com.jeffser.Alpaca.json | 6 +++--- data/com.jeffser.Alpaca.desktop.in | 2 +- data/com.jeffser.Alpaca.metainfo.xml.in | 21 +++++++++++++++++++-- meson.build | 2 +- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/com.jeffser.Alpaca.json b/com.jeffser.Alpaca.json index 21adbbe..0535381 100644 --- a/com.jeffser.Alpaca.json +++ b/com.jeffser.Alpaca.json @@ -23,6 +23,7 @@ "*.a" ], "modules" : [ + "python3-requests.json", { "name" : "alpaca", "builddir" : true, @@ -31,10 +32,9 @@ { "type" : "git", "url" : "https://github.com/Jeffser/Alpaca.git", - "branch": "main" + "tag": "0.1.1" } ] - }, - "python3-requests.json" + } ] } diff --git a/data/com.jeffser.Alpaca.desktop.in b/data/com.jeffser.Alpaca.desktop.in index c0e32f4..43e1c51 100644 --- a/data/com.jeffser.Alpaca.desktop.in +++ b/data/com.jeffser.Alpaca.desktop.in @@ -4,5 +4,5 @@ Exec=alpaca Icon=com.jeffser.Alpaca Terminal=false Type=Application -Categories=GTK; +Categories=Utility;Development;Chat; StartupNotify=true diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index fbe0f23..07295d6 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -8,12 +8,12 @@ An Ollama client

Made with GTK4 and Adwaita.

-

Features

+

Features

-

Disclaimer

+

Disclaimer

This project is not affiliated at all with Ollama, I'm not responsible for any damages to your device or software caused by running code given by any models.

@@ -47,4 +47,21 @@ https://github.com/Jeffser/Alpaca/issues https://github.com/Jeffser/Alpaca https://github.com/sponsors/Jeffser + + + + +

0.1.1 Stable Release

+

This is the first public version of Alpaca

+

Features

+
    +
  • Talk to multiple models in the same conversation
  • +
  • Pull and delete models from the app
  • +
+

+ Please report any errors to the issues page, thank you. +

+
+
+
diff --git a/meson.build b/meson.build index 22c01fa..c57325c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', - version: '0.1.0', + version: '0.1.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )