diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index c4ecda9..b1fbb46 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -52,6 +52,22 @@ https://github.com/Jeffser/Alpaca https://github.com/sponsors/Jeffser + + https://github.com/Jeffser/Alpaca/releases/tag/0.4.0 + + Big Update + + Added code highlighting + Added image recognition (llava model) + Added multiline prompt + Fixed some small bugs + General optimization + + + Please report any errors to the issues page, thank you. + + + https://github.com/Jeffser/Alpaca/releases/tag/0.3.0 @@ -69,7 +85,7 @@ - https://github.com/Jeffser/Alpaca/releases/tag/0.2.1 + https://github.com/Jeffser/Alpaca/releases/tag/0.2.2 0.2.2 Bug fixes diff --git a/meson.build b/meson.build index 24ff939..823f1f7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', - version: '0.2.2', + version: '0.4.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 2545828..c5f1a49 100644 --- a/src/main.py +++ b/src/main.py @@ -48,7 +48,7 @@ class AlpacaApplication(Adw.Application): application_name='Alpaca', application_icon='com.jeffser.Alpaca', developer_name='Jeffry Samuel Eduarte Rojas', - version='0.2.2', + version='0.4.0', developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.com'], translator_credits='Alex K (Russian) https://github.com/alexkdeveloper',
Big Update
+ Please report any errors to the issues page, thank you. +
0.2.2 Bug fixes