Skip to content

Commit 9fae5b2

Browse files
committed
Preparing for 0.8.0
1 parent cde62c3 commit 9fae5b2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

data/com.jeffser.Alpaca.metainfo.xml.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@
6060
<url type="homepage">https://github.com/Jeffser/Alpaca</url>
6161
<url type="donation">https://github.com/sponsors/Jeffser</url>
6262
<releases>
63+
<release version="0.8.0" date="2024-05-24">
64+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.8.0</url>
65+
<description>
66+
<p>New Update</p>
67+
<ul>
68+
<li>Updated model list</li>
69+
<li>Added image recognition to more models</li>
70+
<li>Added Brazilian Portuguese translation (Thanks Daimaar Stein)</li>
71+
<li>Refined the general UI (Thanks Nokse22)</li>
72+
<li>Added 'delete message' feature</li>
73+
<li>Added metadata so that software distributors know that the app is compatible with mobile</li>
74+
<li>Changed 'send' shortcut to just the return/enter key (to add a new line use shift+return)</li>
75+
</ul>
76+
</description>
77+
</release>
6378
<release version="0.7.1" date="2024-05-23">
6479
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.7.1</url>
6580
<description>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Alpaca',
2-
version: '0.7.1',
2+
version: '0.8.0',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def on_about_action(self, widget, _):
4848
application_name='Alpaca',
4949
application_icon='com.jeffser.Alpaca',
5050
developer_name='Jeffry Samuel Eduarte Rojas',
51-
version='0.7.1',
51+
version='0.8.0',
5252
developers=['Jeffser https://jeffser.com'],
5353
designers=['Jeffser https://jeffser.com'],
5454
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',

0 commit comments

Comments
 (0)