Preparing for 1.0.5
This commit is contained in:
parent
72063a15d9
commit
8c0ec3957f
@ -80,6 +80,27 @@
|
|||||||
<url type="contribute">https://github.com/Jeffser/Alpaca/discussions/154</url>
|
<url type="contribute">https://github.com/Jeffser/Alpaca/discussions/154</url>
|
||||||
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
|
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.0.5" date="2024-08-02">
|
||||||
|
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/1.0.5</url>
|
||||||
|
<description>
|
||||||
|
<p>New</p>
|
||||||
|
<ul>
|
||||||
|
<li>Regenerate any response, even if they are incomplete</li>
|
||||||
|
<li>Support for pulling models by name:tag</li>
|
||||||
|
<li>Stable support for GGUF model files</li>
|
||||||
|
<li>Restored sidebar toggle button</li>
|
||||||
|
</ul>
|
||||||
|
<p>Fixes</p>
|
||||||
|
<ul>
|
||||||
|
<li>Reverted back to standard styles</li>
|
||||||
|
<li>Fixed generated titles having "'S" for some reason</li>
|
||||||
|
<li>Changed min width for model dropdown</li>
|
||||||
|
<li>Changed message entry shadow</li>
|
||||||
|
<li>The last model used is now restored when the user changes chat</li>
|
||||||
|
<li>Better check for message finishing</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="1.0.4" date="2024-08-01">
|
<release version="1.0.4" date="2024-08-01">
|
||||||
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/1.0.4</url>
|
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/1.0.4</url>
|
||||||
<description>
|
<description>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('Alpaca', 'c',
|
project('Alpaca', 'c',
|
||||||
version: '1.0.4',
|
version: '1.0.5',
|
||||||
meson_version: '>= 0.62.0',
|
meson_version: '>= 0.62.0',
|
||||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user