Preparing for 0.8.7
This commit is contained in:
parent
a7ba5da943
commit
e90ef93a04
@ -63,8 +63,19 @@
|
|||||||
<url type="homepage">https://github.com/Jeffser/Alpaca</url>
|
<url type="homepage">https://github.com/Jeffser/Alpaca</url>
|
||||||
<url type="donation">https://github.com/sponsors/Jeffser</url>
|
<url type="donation">https://github.com/sponsors/Jeffser</url>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.8.7" date="2024-05-27">
|
||||||
|
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.8.7</url>
|
||||||
|
<description>
|
||||||
|
<p>Quick tweaks</p>
|
||||||
|
<ul>
|
||||||
|
<li>Added progress bar to models that are being pulled</li>
|
||||||
|
<li>Added size to tags when pulling a model</li>
|
||||||
|
<li>General optimizations on the background</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.8.6" date="2024-05-26">
|
<release version="0.8.6" date="2024-05-26">
|
||||||
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.8.5</url>
|
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.8.6</url>
|
||||||
<description>
|
<description>
|
||||||
<p>Quick fixes</p>
|
<p>Quick fixes</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('Alpaca',
|
project('Alpaca',
|
||||||
version: '0.8.6',
|
version: '0.8.7',
|
||||||
meson_version: '>= 0.62.0',
|
meson_version: '>= 0.62.0',
|
||||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||||
)
|
)
|
||||||
|
@ -47,7 +47,7 @@ class AlpacaApplication(Adw.Application):
|
|||||||
application_name='Alpaca',
|
application_name='Alpaca',
|
||||||
application_icon='com.jeffser.Alpaca',
|
application_icon='com.jeffser.Alpaca',
|
||||||
developer_name='Jeffry Samuel Eduarte Rojas',
|
developer_name='Jeffry Samuel Eduarte Rojas',
|
||||||
version='0.8.6',
|
version='0.8.7',
|
||||||
developers=['Jeffser https://jeffser.com'],
|
developers=['Jeffser https://jeffser.com'],
|
||||||
designers=['Jeffser https://jeffser.com'],
|
designers=['Jeffser https://jeffser.com'],
|
||||||
translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein',
|
translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user