Preparing version 2.0.1
This commit is contained in:
parent
6cb49cfc98
commit
83db9fd9d4
@ -78,6 +78,17 @@
|
|||||||
<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="2.0.1" date="2024-09-11">
|
||||||
|
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.1</url>
|
||||||
|
<description>
|
||||||
|
<p>Fixes</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed 'clear chat' option</li>
|
||||||
|
<li>Fixed welcome dialog causing the local instance to not launch</li>
|
||||||
|
<li>Fixed support for AMD GPUs</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="2.0.0" date="2024-09-01">
|
<release version="2.0.0" date="2024-09-01">
|
||||||
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.0</url>
|
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.0</url>
|
||||||
<description>
|
<description>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('Alpaca', 'c',
|
project('Alpaca', 'c',
|
||||||
version: '2.0.0',
|
version: '2.0.1',
|
||||||
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