Skip to content

Commit 7d8b002

Browse files
committed
Preparing for 8.3.0
1 parent fdfe477 commit 7d8b002

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,26 @@
8989
<url type="contribute">https://github.com/Jeffser/Alpaca/blob/main/CONTRIBUTING.md</url>
9090
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
9191
<releases>
92+
<release version="8.3.0" date="2025-10-31">
93+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/8.3.0</url>
94+
<description>
95+
<p>New</p>
96+
<ul>
97+
<li>Redesigned bottom bar of activities</li>
98+
<li>Redesigned dialog mode for activities</li>
99+
<li>Added option to reattach activities from window mode to sidebar mode</li>
100+
<li>Integration of Ollama Cloud models</li>
101+
<li>Added option for templates in GGUF models</li>
102+
</ul>
103+
<p>Fixes</p>
104+
<ul>
105+
<li>Fixed title generation on online instances</li>
106+
<li>Fixed error relating to usage of certain tools</li>
107+
<li>Simplify internal process for regenerating messages</li>
108+
<li>Fixed DBus issues</li>
109+
</ul>
110+
</description>
111+
</release>
92112
<release version="8.2.2" date="2025-10-25">
93113
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/8.2.2</url>
94114
<description>

meson.build

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

0 commit comments

Comments
 (0)