Skip to content

Commit 5f3c01d

Browse files
committed
Preparing for 2.0.4
1 parent 4851b78 commit 5f3c01d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,24 @@
7878
<url type="contribute">https://github.com/Jeffser/Alpaca/discussions/154</url>
7979
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
8080
<releases>
81+
<release version="2.0.4" date="2024-09-22">
82+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.4</url>
83+
<description>
84+
<p>New</p>
85+
<ul>
86+
<li>Sidebar resizes with the window</li>
87+
<li>New welcome dialog</li>
88+
<li>Message search</li>
89+
<li>Updated Ollama to v0.3.11</li>
90+
<li>A lot of new models provided by Ollama repository</li>
91+
</ul>
92+
<p>Fixes</p>
93+
<ul>
94+
<li>Fixed text inside model manager when the accessibility option 'large text' is on</li>
95+
<li>Fixed image recognition on unsupported models</li>
96+
</ul>
97+
</description>
98+
</release>
8199
<release version="2.0.3" date="2024-09-18">
82100
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.3</url>
83101
<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: '2.0.3',
2+
version: '2.0.4',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)