Skip to content

Commit 8c0ec39

Browse files
committed
Preparing for 1.0.5
1 parent 72063a1 commit 8c0ec39

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,27 @@
8080
<url type="contribute">https://github.com/Jeffser/Alpaca/discussions/154</url>
8181
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
8282
<releases>
83+
<release version="1.0.5" date="2024-08-02">
84+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/1.0.5</url>
85+
<description>
86+
<p>New</p>
87+
<ul>
88+
<li>Regenerate any response, even if they are incomplete</li>
89+
<li>Support for pulling models by name:tag</li>
90+
<li>Stable support for GGUF model files</li>
91+
<li>Restored sidebar toggle button</li>
92+
</ul>
93+
<p>Fixes</p>
94+
<ul>
95+
<li>Reverted back to standard styles</li>
96+
<li>Fixed generated titles having "'S" for some reason</li>
97+
<li>Changed min width for model dropdown</li>
98+
<li>Changed message entry shadow</li>
99+
<li>The last model used is now restored when the user changes chat</li>
100+
<li>Better check for message finishing</li>
101+
</ul>
102+
</description>
103+
</release>
83104
<release version="1.0.4" date="2024-08-01">
84105
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/1.0.4</url>
85106
<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: '1.0.4',
2+
version: '1.0.5',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)