2024-05-12 18:18:25 -06:00
<?xml version="1.0" encoding="UTF-8"?>
<component type= "desktop" >
2024-05-12 20:30:14 -06:00
<id> com.jeffser.Alpaca</id>
2024-05-12 18:18:25 -06:00
<metadata_license> CC0-1.0</metadata_license>
<project_license> GPL-3.0-or-later</project_license>
2024-05-12 20:30:14 -06:00
<launchable type= "desktop-id" > com.jeffser.Alpaca.desktop</launchable>
<name> Alpaca</name>
2024-05-27 21:01:43 -06:00
<summary> Chat with local AI models</summary>
2024-05-12 18:18:25 -06:00
<description>
2024-05-16 10:01:08 -06:00
<p> An Ollama client</p>
2024-05-12 22:45:31 -06:00
<p> Features</p>
2024-05-12 20:30:14 -06:00
<ul>
2024-05-26 00:01:14 -06:00
<li> Built in Ollama instance</li>
2024-05-12 20:30:14 -06:00
<li> Talk to multiple models in the same conversation</li>
<li> Pull and delete models from the app</li>
2024-05-23 19:40:35 -06:00
<li> Have multiple conversations</li>
2024-05-26 00:01:14 -06:00
<li> Image recognition (Only available with compatible models)</li>
2024-06-04 14:15:50 -06:00
<li> Plain text documents recognition</li>
2024-05-23 19:40:35 -06:00
<li> Import and export chats</li>
2024-07-22 21:51:41 -06:00
<li> Append YouTube transcripts to the prompt</li>
<li> Append text from a website to the prompt</li>
<li> PDF recognition</li>
2024-05-12 20:30:14 -06:00
</ul>
2024-05-12 22:45:31 -06:00
<p> Disclaimer</p>
2024-05-12 21:53:58 -06:00
<p> This project is not affiliated at all with Ollama, I'm not responsible for any damages to your device or software caused by running code given by any models.</p>
2024-05-12 18:18:25 -06:00
</description>
2024-05-12 20:30:14 -06:00
<developer id= "tld.vendor" >
<name> Jeffry Samuel Eduarte Rojas</name>
</developer>
<provides>
<binary> alpaca</binary>
</provides>
<icon type= "stock" > com.jeffser.Alpaca</icon>
2024-05-12 22:54:55 -06:00
<categories>
<category> Utility</category>
<category> Development</category>
<category> Chat</category>
</categories>
2024-05-23 19:47:50 -06:00
<requires>
<display_length compare= "ge" > 360</display_length>
</requires>
<recommends>
<control> keyboard</control>
2024-05-26 00:01:14 -06:00
<control> pointing</control>
<control> touch</control>
2024-05-23 19:47:50 -06:00
</recommends>
2024-05-12 20:30:14 -06:00
<branding>
2024-05-16 09:58:57 -06:00
<color type= "primary" scheme_preference= "light" > #8cdef5</color>
<color type= "primary" scheme_preference= "dark" > #0f2b78</color>
2024-05-12 20:30:14 -06:00
</branding>
<screenshots>
<screenshot type= "default" >
<image> https://jeffser.com/images/alpaca/screenie1.png</image>
2024-07-22 22:51:33 -06:00
<caption> A normal conversation with an AI Model</caption>
2024-05-12 20:30:14 -06:00
</screenshot>
2024-05-12 23:26:47 -06:00
<screenshot>
2024-05-12 20:30:14 -06:00
<image> https://jeffser.com/images/alpaca/screenie2.png</image>
2024-07-22 22:51:33 -06:00
<caption> A conversation involving image recognition</caption>
2024-05-12 20:30:14 -06:00
</screenshot>
2024-05-12 23:26:47 -06:00
<screenshot>
2024-05-12 20:30:14 -06:00
<image> https://jeffser.com/images/alpaca/screenie3.png</image>
2024-07-22 22:51:33 -06:00
<caption> A conversation showing code highlighting</caption>
</screenshot>
<screenshot>
<image> https://jeffser.com/images/alpaca/screenie4.png</image>
2024-10-11 16:25:58 -06:00
<caption> A Python script running inside integrated terminal</caption>
2024-07-22 22:51:33 -06:00
</screenshot>
<screenshot>
<image> https://jeffser.com/images/alpaca/screenie5.png</image>
2024-10-11 16:25:58 -06:00
<caption> A conversation involving a YouTube video transcript</caption>
</screenshot>
<screenshot>
<image> https://jeffser.com/images/alpaca/screenie6.png</image>
2024-07-22 22:51:33 -06:00
<caption> Multiple models being downloaded</caption>
2024-05-12 20:30:14 -06:00
</screenshot>
</screenshots>
2024-08-06 23:54:15 -06:00
<content_rating type= "oars-1.1" />
2024-05-12 20:30:14 -06:00
<url type= "bugtracker" > https://github.com/Jeffser/Alpaca/issues</url>
2024-07-22 21:51:41 -06:00
<url type= "homepage" > https://jeffser.com/alpaca/</url>
2024-05-12 20:30:14 -06:00
<url type= "donation" > https://github.com/sponsors/Jeffser</url>
2024-07-22 21:51:41 -06:00
<url type= "translate" > https://github.com/Jeffser/Alpaca/discussions/153</url>
<url type= "contribute" > https://github.com/Jeffser/Alpaca/discussions/154</url>
<url type= "vcs-browser" > https://github.com/Jeffser/Alpaca</url>
2024-05-12 22:45:31 -06:00
<releases>
2024-10-11 16:06:24 -06:00
<release version= "2.6.0" date= "2024-10-11" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.6.0</url>
<description>
<p> New</p>
<ul>
<li> Better system for handling dialogs</li>
<li> Better system for handling instance switching</li>
<li> Remote connection dialog</li>
</ul>
<p> Fixes</p>
<ul>
<li> Fixed: Models get duplicated when switching remote and local instance</li>
<li> Better internal instance manager</li>
</ul>
</description>
</release>
2024-10-09 20:02:18 -06:00
<release version= "2.5.1" date= "2024-10-09" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.5.1</url>
<description>
<p> New</p>
<ul>
<li> Added 'Cancel' and 'Save' buttons when editing a message</li>
</ul>
<p> Fixes</p>
<ul>
<li> Better handling of image recognition</li>
<li> Remove unused files when canceling a model download</li>
2024-10-09 21:05:23 -06:00
<li> Better message blocks rendering</li>
2024-10-09 20:02:18 -06:00
</ul>
</description>
</release>
2024-10-06 23:26:22 -06:00
<release version= "2.5.0" date= "2024-10-06" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.5.0</url>
<description>
<p> New</p>
<ul>
<li> Run bash and python scripts straight from chat</li>
<li> Updated Ollama to 0.3.12</li>
<li> New models!</li>
</ul>
<p> Fixes</p>
<ul>
<li> Fixed and made faster the launch sequence</li>
<li> Better detection of code blocks in messages</li>
<li> Fixed app not loading in certain setups with Nvidia GPUs</li>
</ul>
</description>
</release>
2024-09-29 16:10:36 -06:00
<release version= "2.0.6" date= "2024-09-29" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.0.6</url>
<description>
<p> Fixes</p>
<ul>
<li> Fixed message notification sometimes crashing text rendering because of them running on different threads</li>
</ul>
</description>
</release>
2024-09-25 13:50:32 -06:00
<release version= "2.0.5" date= "2024-09-25" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.0.5</url>
<description>
<p> Fixes</p>
<ul>
<li> Fixed message generation sometimes failing</li>
</ul>
</description>
</release>
2024-09-22 15:08:40 -06:00
<release version= "2.0.4" date= "2024-09-22" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.0.4</url>
<description>
<p> New</p>
<ul>
<li> Sidebar resizes with the window</li>
<li> New welcome dialog</li>
<li> Message search</li>
<li> Updated Ollama to v0.3.11</li>
<li> A lot of new models provided by Ollama repository</li>
</ul>
<p> Fixes</p>
<ul>
<li> Fixed text inside model manager when the accessibility option 'large text' is on</li>
<li> Fixed image recognition on unsupported models</li>
</ul>
</description>
</release>
2024-09-18 10:42:55 -06:00
<release version= "2.0.3" date= "2024-09-18" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.0.3</url>
2024-09-17 19:03:48 -06:00
<description>
<p> Fixes</p>
<ul>
2024-09-17 19:04:55 -06:00
<li> Fixed spinner not hiding if the back end fails</li>
2024-09-17 19:03:48 -06:00
<li> Fixed image recognition with local images</li>
<li> Changed appearance of delete / stop model buttons</li>
2024-09-18 10:31:43 -06:00
<li> Fixed stop button crashing the app</li>
</ul>
<p> New</p>
<ul>
<li> Made sidebar resize a little when the window is smaller</li>
<li> Instant launch</li>
2024-09-17 19:03:48 -06:00
</ul>
</description>
</release>
2024-09-11 23:28:08 -06:00
<release version= "2.0.2" date= "2024-09-11" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.0.2</url>
<description>
<p> Fixes</p>
<ul>
<li> Fixed error on first run (welcome dialog)</li>
<li> Fixed checker for Ollama instance (used on system packages)</li>
</ul>
</description>
</release>
2024-09-11 16:34:07 -06:00
<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>
2024-09-02 01:35:52 -06:00
<release version= "2.0.0" date= "2024-09-01" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/2.0.0</url>
<description>
<p> New</p>
<ul>
<li> Model, message and chat systems have been rewritten</li>
<li> New models are available</li>
<li> Ollama updated to v0.3.9</li>
<li> Added support for multiple chat generations simultaneously</li>
<li> Added experimental AMD GPU support</li>
<li> Added message loading spinner and new message indicator to chat tab</li>
<li> Added animations</li>
<li> Changed model manager / model selector appearance</li>
<li> Changed message appearance</li>
<li> Added markdown and code blocks to user messages</li>
<li> Added loading dialog at launch so the app opens faster</li>
<li> Added warning when device is on 'battery saver' mode</li>
2024-09-02 03:00:06 -06:00
<li> Added inactivity timer to integrated instance</li>
2024-09-02 01:35:52 -06:00
</ul>
<ul>
<li> The chat is now scrolled to the bottom when it's changed</li>
<li> Better handling of focus on messages</li>
<li> Better general performance on the app</li>
</ul>
</description>
</release>
2024-08-12 22:16:47 -06:00
<release version= "1.1.1" date= "2024-08-12" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/1.1.1</url>
<description>
<p> New</p>
<ul>
<li> New duplicate chat option</li>
<li> Changed model selector appearance</li>
<li> Message entry is focused on launch and chat change</li>
<li> Message is focused when it's being edited</li>
<li> Added loading spinner when regenerating a message</li>
<li> Added Ollama debugging to 'About Alpaca' dialog</li>
<li> Changed YouTube transcription dialog appearance and behavior</li>
</ul>
<p> Fixes</p>
<ul>
<li> CTRL+W and CTRL+Q stops local instance before closing the app</li>
<li> Changed appearance of 'Open Model Manager' button on welcome screen</li>
<li> Fixed message generation not working consistently</li>
<li> Fixed message edition not working consistently</li>
</ul>
</description>
</release>
2024-08-10 21:26:33 -06:00
<release version= "1.1.0" date= "2024-08-10" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/1.1.0</url>
<description>
<p> New</p>
<ul>
<li> Model manager opens faster</li>
<li> Delete chat option in secondary menu</li>
<li> New model selector popup</li>
<li> Standard shortcuts</li>
<li> Model manager is navigable with keyboard</li>
<li> Changed sidebar collapsing behavior</li>
<li> Focus indicators on messages</li>
<li> Welcome screen</li>
<li> Give message entry focus at launch</li>
<li> Generally better code</li>
</ul>
<p> Fixes</p>
<ul>
<li> Better width for dialogs</li>
<li> Better compatibility with screen readers</li>
<li> Fixed message regenerator</li>
<li> Removed 'Featured models' from welcome dialog</li>
<li> Added default buttons to dialogs</li>
<li> Fixed import / export of chats</li>
<li> Changed Python2 title to Python on code blocks</li>
<li> Prevent regeneration of title when the user changed it to a custom title</li>
<li> Show date on stopped messages</li>
<li> Fix clear chat error</li>
</ul>
</description>
</release>
2024-08-04 22:57:52 -06:00
<release version= "1.0.6" date= "2024-08-04" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/1.0.6</url>
<description>
<p> New</p>
<ul>
<li> Changed shortcuts to standards</li>
<li> Moved 'Manage Models' button to primary menu</li>
<li> Stable support for GGUF model files</li>
<li> General optimizations</li>
</ul>
<p> Fixes</p>
<ul>
<li> Better handling of enter key (important for Japanese input)</li>
<li> Removed sponsor dialog</li>
<li> Added sponsor link in about dialog</li>
<li> Changed window and elements dimensions</li>
<li> Selected model changes when entering model manager</li>
<li> Better image tooltips</li>
<li> GGUF Support</li>
</ul>
</description>
</release>
2024-08-02 23:56:17 -06:00
<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>
2024-08-01 14:21:55 -06:00
<release version= "1.0.4" date= "2024-08-01" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/1.0.4</url>
<description>
<p> New</p>
<ul>
<li> Added table rendering (Thanks Nokse)</li>
</ul>
<p> Fixes</p>
<ul>
<li> Made support dialog more common</li>
2024-08-01 14:56:38 -06:00
<li> Dialog title on tag chooser when downloading models didn't display properly</li>
<li> Prevent chat generation from generating a title with multiple lines</li>
2024-08-01 14:21:55 -06:00
</ul>
</description>
</release>
2024-08-01 00:49:19 -06:00
<release version= "1.0.3" date= "2024-08-01" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/1.0.3</url>
<description>
<p> New</p>
<ul>
<li> Bearer Token entry on connection error dialog</li>
<li> Small appearance changes</li>
<li> Compatibility with code blocks without explicit language</li>
2024-08-01 01:27:49 -06:00
<li> Rare, optional and dismissible support dialog</li>
2024-08-01 00:49:19 -06:00
</ul>
<p> Fixes</p>
<ul>
<li> Date format for Simplified Chinese translation</li>
<li> Bug with unsupported localizations</li>
2024-08-01 01:30:20 -06:00
<li> Min height being too large to be used on mobile</li>
2024-08-01 00:49:19 -06:00
<li> Remote connection checker bug</li>
</ul>
</description>
</release>
2024-07-29 01:47:32 -06:00
<release version= "1.0.2" date= "2024-07-29" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/1.0.2</url>
<description>
<p> Fixes</p>
<ul>
<li> Models with capital letters on their tag don't work</li>
<li> Ollama fails to launch on some systems</li>
<li> YouTube transcripts are not being saved in the right TMP directory</li>
</ul>
<p> New</p>
<ul>
<li> Debug messages are now shown on the 'About Alpaca' dialog</li>
2024-07-29 01:50:52 -06:00
<li> Updated Ollama to v0.3.0 (new models)</li>
2024-07-29 01:47:32 -06:00
</ul>
</description>
</release>
<release version= "1.0.1" date= "2024-07-23" >
2024-07-23 21:45:48 -06:00
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/1.0.1</url>
<description>
<p> Fixes</p>
<ul>
<li> Models with '-' in their names didn't work properly, this is now fixed</li>
<li> Better connection check for Ollama</li>
</ul>
</description>
</release>
2024-07-22 21:51:41 -06:00
<release version= "1.0.0" date= "2024-07-22" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/1.0.0</url>
<description>
<p> Stable Release</p>
<p> The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for the great icon!</p>
<p> Features and fixes</p>
<ul>
2024-07-22 22:19:47 -06:00
<li> Updated Ollama instance to 0.2.8</li>
2024-07-22 21:51:41 -06:00
<li> Better model selector</li>
<li> Model manager redesign</li>
<li> Better tag selector when pulling a model</li>
<li> Model search</li>
<li> Added support for bearer tokens on remote instances</li>
<li> Preferences dialog redesign</li>
<li> Added context menus to interact with a chat</li>
<li> Redesigned primary and secondary menus</li>
<li> YouTube integration: Paste the URL of a video with a transcript and it will be added to the prompt</li>
<li> Website integration (Experimental): Extract the text from the body of a website by adding it's URL to the prompt</li>
<li> Chat title generation</li>
<li> Auto resizing of message entry</li>
<li> Chat notifications</li>
<li> Added indicator when an image is missing</li>
<li> Auto rearrange the order of chats when a message is received</li>
<li> Redesigned file preview dialog</li>
<li> Credited new contributors</li>
<li> Better stability and optimization</li>
<li> Edit messages to change the context of a conversation</li>
<li> Added disclaimers when pulling models</li>
<li> Preview files before sending a message</li>
<li> Better format for date and time on messages</li>
<li> Error and debug logging on terminal</li>
<li> Auto-hiding sidebar button</li>
<li> Various UI tweaks</li>
</ul>
2024-07-22 22:19:47 -06:00
<p> New Models</p>
<ul>
<li> Gemma2</li>
<li> GLM4</li>
<li> Codegeex4</li>
<li> InternLM2</li>
<li> Llama3-groq-tool-use</li>
<li> Mathstral</li>
<li> Mistral-nemo</li>
<li> Firefunction-v2</li>
<li> Nuextract</li>
</ul>
2024-07-22 21:51:41 -06:00
<p> Translations</p>
<p> These are all the available translations on 1.0.0, thanks to all the contributors!</p>
<ul>
<li> Russian: Alex K</li>
<li> Spanish: Jeffser</li>
<li> Brazilian Portuguese: Daimar Stein</li>
<li> French: Louis Chauvet-Villaret</li>
<li> Norwegian: CounterFlow64</li>
<li> Bengali: Aritra Saha</li>
<li> Simplified Chinese: Yuehao Sui</li>
</ul>
</description>
</release>
2024-06-22 02:13:20 -06:00
<release version= "0.9.6.1" date= "2024-06-22" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.6.1</url>
<description>
<p> Fix</p>
<p> Removed DOCX compatibility temporally due to error with python-lxml dependency </p>
</description>
</release>
2024-06-21 17:22:46 -06:00
<release version= "0.9.6" date= "2024-06-21" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.6</url>
<description>
<p> Big Update</p>
<ul>
<li> Added compatibility for PDF</li>
<li> Added compatibility for DOCX</li>
<li> Merged 'file attachment' menu into one button</li>
</ul>
</description>
</release>
2024-06-04 20:10:49 -06:00
<release version= "0.9.5" date= "2024-06-04" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.5</url>
<description>
<p> Quick Fix</p>
<p> There were some errors when transitioning from the old version of chats to the new version. I apologize if this caused any corruption in your chat history. This should be the only time such a transition is needed.</p>
</description>
</release>
2024-06-04 13:46:15 -06:00
<release version= "0.9.4" date= "2024-06-04" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.4</url>
<description>
<p> Huge Update</p>
<ul>
<li> Added: Support for plain text files</li>
<li> Added: New backend system for storing messages</li>
2024-06-04 13:49:25 -06:00
<li> Added: Support for changing Ollama's overrides</li>
2024-06-04 13:46:15 -06:00
<li> General Optimization</li>
</ul>
</description>
</release>
2024-06-01 00:16:11 -06:00
<release version= "0.9.3" date= "2024-06-01" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.3</url>
<description>
<p> Big Update</p>
<ul>
<li> Added: Support for GGUF models (experimental)</li>
<li> Added: Support for customization and creation of models</li>
<li> Fixed: Icons don't appear on non Gnome systems</li>
<li> Update Ollama to v0.1.39</li>
</ul>
</description>
</release>
2024-05-30 10:49:53 -06:00
<release version= "0.9.2" date= "2024-05-30" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.2</url>
<description>
<p> Fix</p>
<ul>
<li> Fixed: app didn't open if models tweaks wasn't present in the config files</li>
</ul>
</description>
</release>
2024-05-29 16:09:57 -06:00
<release version= "0.9.1" date= "2024-05-29" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.1</url>
<description>
<p> Big Update</p>
<ul>
<li> Changed multiple icons (paper airplane for the send button)</li>
<li> Combined export / import chat buttons into a menu</li>
<li> Added 'model tweaks' (temperature, seed, keep_alive)</li>
<li> Fixed send / stop button</li>
<li> Fixed app not checking if remote connection works when starting</li>
</ul>
</description>
</release>
2024-05-29 00:10:04 -06:00
<release version= "0.9.0" date= "2024-05-29" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.0</url>
<description>
<p> Daily Update</p>
<ul>
<li> Added text ellipsis to chat name so it doesn't change the button width</li>
<li> New shortcut for creating a chat (CTRL+N)</li>
<li> New message entry design</li>
2024-05-29 00:18:42 -06:00
<li> Fixed: Can't rename the same chat multiple times</li>
2024-05-29 00:10:04 -06:00
</ul>
</description>
</release>
2024-05-28 11:28:09 -06:00
<release version= "0.8.8" date= "2024-05-28" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.8</url>
<description>
<p> The fix</p>
<ul>
<li> Fixed: Ollama instance keeps running on the background even when it is disabled</li>
<li> Fixed: Can't pull models on the integrated instance</li>
</ul>
</description>
</release>
2024-05-27 21:03:52 -06:00
<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>
2024-05-26 14:49:42 -06:00
<release version= "0.8.6" date= "2024-05-26" >
2024-05-27 21:03:52 -06:00
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.6</url>
2024-05-26 14:49:42 -06:00
<description>
<p> Quick fixes</p>
<ul>
<li> Fixed: Scroll when message is received</li>
<li> Fixed: Content doesn't change when creating a new chat</li>
<li> Added 'Featured Models' page on welcome dialog</li>
</ul>
</description>
</release>
2024-05-26 00:57:03 -06:00
<release version= "0.8.5" date= "2024-05-26" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.5</url>
<description>
2024-05-26 00:59:32 -06:00
<p> Nice Update</p>
2024-05-26 00:57:03 -06:00
<ul>
<li> UI tweaks (Thanks Nokse22)</li>
<li> General optimizations</li>
<li> Metadata fixes</li>
</ul>
</description>
</release>
2024-05-24 18:56:36 -06:00
<release version= "0.8.1" date= "2024-05-24" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.1</url>
<description>
<p> Quick fix</p>
<ul>
<li> Updated Spanish translation</li>
<li> Added compatibility for PNG</li>
</ul>
</description>
</release>
2024-05-24 18:27:00 -06:00
<release version= "0.8.0" date= "2024-05-24" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.0</url>
<description>
<p> New Update</p>
<ul>
<li> Updated model list</li>
<li> Added image recognition to more models</li>
<li> Added Brazilian Portuguese translation (Thanks Daimaar Stein)</li>
<li> Refined the general UI (Thanks Nokse22)</li>
<li> Added 'delete message' feature</li>
<li> Added metadata so that software distributors know that the app is compatible with mobile</li>
<li> Changed 'send' shortcut to just the return/enter key (to add a new line use shift+return)</li>
</ul>
</description>
</release>
2024-05-23 11:53:06 -06:00
<release version= "0.7.1" date= "2024-05-23" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.7.1</url>
<description>
<p> Bug Fixes</p>
<ul>
<li> Fixed: Minor spelling mistake</li>
<li> Added 'mobile' as a supported form factor</li>
<li> Fixed: 'Connection Error' dialog not working properly</li>
<li> Fixed: App might freeze randomly on startup</li>
2024-05-23 12:02:18 -06:00
<li> Changed 'chats' label on sidebar for 'Alpaca'</li>
2024-05-23 11:53:06 -06:00
</ul>
</description>
</release>
2024-05-22 19:54:02 -06:00
<release version= "0.7.0" date= "2024-05-22" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.7.0</url>
<description>
<p> Cool Update</p>
<ul>
<li> Better design for chat window</li>
<li> Better design for chat sidebar</li>
<li> Fixed remote connections</li>
<li> Fixed Ollama restarting in loop</li>
<li> Other cool backend stuff</li>
</ul>
</description>
</release>
2024-05-21 23:26:22 -06:00
<release version= "0.6.0" date= "2024-05-21" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.6.0</url>
<description>
<p> Huge Update</p>
<ul>
<li> Added Ollama as part of Alpaca, Ollama will run in a sandbox</li>
<li> Added option to connect to remote instances (how it worked before)</li>
<li> Added option to import and export chats</li>
<li> Added option to run Alpaca with Ollama in the background</li>
<li> Added preferences dialog</li>
<li> Changed the welcome dialog</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-20 19:20:29 -06:00
<release version= "0.5.5" date= "2024-05-20" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.5.5</url>
<description>
<p> Yet Another Daily Update</p>
<ul>
<li> Added better UI for 'Manage Models' dialog</li>
<li> Added better UI for the chat sidebar</li>
<li> Replaced model description with a button to open Ollama's website for the model</li>
<li> Added myself to the credits as the spanish translator</li>
<li> Using XDG properly to get config folder</li>
<li> Update for translations</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-19 21:54:42 -06:00
<release version= "0.5.2" date= "2024-05-19" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.5.2</url>
<description>
<p> Quick Fix</p>
<ul>
<li> The last update had some mistakes in the description of the update</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-19 21:29:06 -06:00
<release version= "0.5.1" date= "2024-05-19" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.5.1</url>
2024-05-19 21:54:42 -06:00
<description>
<p> Another Daily Update</p>
<ul>
<li> Added full Spanish translation</li>
<li> Added support for background pulling of multiple models</li>
<li> Added interrupt button</li>
<li> Added basic shortcuts</li>
<li> Better translation support</li>
<li> User can now leave chat name empty when creating a new one, it will add a placeholder name</li>
<li> Better scalling for different window sizes</li>
<li> Fixed: Can't close app if first time setup fails</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
2024-05-19 21:29:06 -06:00
</release>
2024-05-19 00:36:11 -06:00
<release version= "0.5.0" date= "2024-05-19" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.5.0</url>
<description>
<p> Really Big Update</p>
<ul>
<li> Added multiple chats support!</li>
<li> Added Pango Markup support (bold, list, title, subtitle, monospace)</li>
<li> Added autoscroll if the user is at the bottom of the chat</li>
<li> Added support for multiple tags on a single model</li>
<li> Added better model management dialog</li>
<li> Added loading spinner when sending message</li>
<li> Added notifications if app is not active and a model pull finishes</li>
<li> Added new symbolic icon</li>
<li> Added frame to message textview widget</li>
<li> Fixed "code blocks shouldn't be editable"</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-17 00:39:49 -06:00
<release version= "0.4.0" date= "2024-05-17" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.4.0</url>
<description>
<p> Big Update</p>
<ul>
<li> Added code highlighting</li>
<li> Added image recognition (llava model)</li>
<li> Added multiline prompt</li>
<li> Fixed some small bugs</li>
<li> General optimization</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-16 15:15:42 -06:00
<release version= "0.3.0" date= "2024-05-16" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.3.0</url>
<description>
<p> Fixes and features</p>
<ul>
<li> Russian translation (thanks github/alexkdeveloper)</li>
<li> Fixed: Cannot close app on first setup</li>
<li> Fixed: Brand colors for Flathub</li>
<li> Fixed: App description</li>
<li> Fixed: Only show 'save changes dialog' when you actually change the url</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-14 00:27:02 -06:00
<release version= "0.2.2" date= "2024-05-14" >
2024-05-17 00:39:49 -06:00
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.2.2</url>
2024-05-14 00:27:02 -06:00
<description>
<p> 0.2.2 Bug fixes</p>
<ul>
<li> Toast messages appearing behind dialogs</li>
<li> Local model list not updating when changing servers</li>
<li> Closing the setup dialog closes the whole app</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-13 13:53:58 -06:00
<release version= "0.2.1" date= "2024-05-14" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.2.1</url>
<description>
<p> 0.2.1 Data saving fix</p>
<p> The app didn't save the config files and chat history to the right directory, this is now fixed</p>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-13 13:25:46 -06:00
<release version= "0.2.0" date= "2024-05-14" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.2.0</url>
<description>
<p> 0.2.0</p>
<p> Big Update</p>
<p> New Features</p>
<ul>
<li> Restore chat after closing the app</li>
<li> A button to clear the chat</li>
<li> Fixed multiple bugs involving how messages are shown</li>
<li> Added welcome dialog</li>
<li> More stability</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-12 23:30:08 -06:00
<release version= "0.1.2" date= "2024-05-13" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.1.2</url>
<description>
<p> 0.1.2 Quick fixes</p>
<p> This release fixes some metadata needed to have a proper Flatpak application</p>
</description>
</release>
2024-05-12 22:45:31 -06:00
<release version= "0.1.1" date= "2024-05-12" >
2024-05-12 22:49:55 -06:00
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.1.1</url>
2024-05-12 22:45:31 -06:00
<description>
<p> 0.1.1 Stable Release</p>
<p> This is the first public version of Alpaca</p>
<p> Features</p>
<ul>
<li> Talk to multiple models in the same conversation</li>
<li> Pull and delete models from the app</li>
</ul>
<p>
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
</releases>
2024-05-12 18:18:25 -06:00
</component>