Skip to content

Commit 202da99

Browse files
committed
Preparing for 2.6.0
1 parent f084d6e commit 202da99

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,22 @@
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.6.0" date="2024-10-11">
82+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.6.0</url>
83+
<description>
84+
<p>New</p>
85+
<ul>
86+
<li>Better system for handling dialogs</li>
87+
<li>Better system for handling instance switching</li>
88+
<li>Remote connection dialog</li>
89+
</ul>
90+
<p>Fixes</p>
91+
<ul>
92+
<li>Fixed: Models get duplicated when switching remote and local instance</li>
93+
<li>Better internal instance manager</li>
94+
</ul>
95+
</description>
96+
</release>
8197
<release version="2.5.1" date="2024-10-09">
8298
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.5.1</url>
8399
<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.5.1',
2+
version: '2.6.0',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)