|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<component type="desktop-application"> |
| 3 | + <id>chat.avia.AviaClient</id> |
| 4 | + <name>Avia Client</name> |
| 5 | + <icon type="remote">https://raw.githubusercontent.com/AvaLilac/for-desktop/refs/heads/main/avia_assets/icon.ico</icon> |
| 6 | + <summary>Avia is an open-source modification of Stoat, an open-source, user-first chat platform</summary> |
| 7 | + <url type="bugtracker">https://stt.gg/2vNF0JzH</url> |
| 8 | + <url type="homepage">https://avalilac.github.io/AviaClient-Home/</url> |
| 9 | + <url type="contact">https://stt.gg/2vNF0JzH</url> |
| 10 | + <metadata_license>FSFAP</metadata_license> |
| 11 | + <project_license>AGPL-3.0</project_license> |
| 12 | + <requires> |
| 13 | + <internet>always</internet> |
| 14 | + </requires> |
| 15 | + <developer> |
| 16 | + <name>AvaLilac</name> |
| 17 | + </developer> |
| 18 | + <description> |
| 19 | + <p>The Stoat client you actually want</p> |
| 20 | + <p>Avia Client is a modification of Stoat, it allows for use of plugins and CSS themes with a bunch of pre-included features such as a menu for all your favorite gifs ! This Flatpak version is maintained by Raptor.</p> |
| 21 | + </description> |
| 22 | + <launchable type="desktop-id">chat.avia.AviaClient.desktop</launchable> |
| 23 | + <releases> |
| 24 | + <release version="1.6.0" date="2026-05-07"> |
| 25 | + <url type="details">https://github.com/AvaLilac/for-desktop/compare/1.5.0...1.6.0</url> |
| 26 | + <description> |
| 27 | + <p>Changelog</p> |
| 28 | + <p>New</p> |
| 29 | + <ul> |
| 30 | + <li>Meet Aurora, our new mascot and logo (Created by Amelia in Procreate)</li> |
| 31 | + <li>There is now an integrated Repository for plugins and themes, allowing you to browse & install them from within the client.</li> |
| 32 | + <li>With the new Headliner feature, you can change the titlebar of AviaClient to anything you like</li> |
| 33 | + <li>You can now fully backup and restore AviaClient's data (Themes, plugins, QuickCSS, etc)</li> |
| 34 | + <li>You can now Login with a session token</li> |
| 35 | + <li>Added a new About window, which can be access via the tray or by pressing F1</li> |
| 36 | + <li>Monaco is now used as the default editor for Plugins, Local Plugins, Themes, and QuickCSS</li> |
| 37 | + <li>Flatpak version</li> |
| 38 | + </ul> |
| 39 | + <p>Changes</p> |
| 40 | + <ul> |
| 41 | + <li>Many, many Quality-of-Life changes under the hood for developers</li> |
| 42 | + <li>Rebranded the desktop app</li> |
| 43 | + <li>Local plugins can now be imported directly from a .js file</li> |
| 44 | + <li>Themes can now be imported directly from a .txt or .css file (via Drag-n-Drop too!)</li> |
| 45 | + <li>The Settings UI now properly displays that this is AviaClient</li> |
| 46 | + <li>You can now display the custom titlebar with the system's native menu buttons (close, minimize, maximize)</li> |
| 47 | + <li>The tray icon menu now has "Restart App"</li> |
| 48 | + <li>There's now an option to disable the show/hide behaviour of the tray icon upon clicking it</li> |
| 49 | + <li>Plugin installation is no longer limited to GitHub URLs - we now support Codeberg as well</li> |
| 50 | + <li>DevTools can now be opened by pressing F12</li> |
| 51 | + <li>Exposed a method to get AviaClient version via js (window.native.versions.aviaClient())</li> |
| 52 | + <li>AviaClient version is now displayed in the tray, alongside Stoat's</li> |
| 53 | + <li>Discord RPC now displays AviaClient</li> |
| 54 | + <li>macOS only: the default about window now uses AviaClient's version as the buildId</li> |
| 55 | + <li>macOS only: Settings can now be opened and closed by pressing Cmd + ,</li> |
| 56 | + </ul> |
| 57 | + <p>Fixes</p> |
| 58 | + <ul> |
| 59 | + <li>Fix the chatbar buttons being placed incorrectly under specific circumstances (by 0simp#2291)</li> |
| 60 | + <li>Fix a rare race condition during app initialization</li> |
| 61 | + <li>Fixed app badges being unable to be displayed - still needs badge logic</li> |
| 62 | + </ul> |
| 63 | + </description> |
| 64 | + </release> |
| 65 | + </releases> |
| 66 | + <content_rating type="oars-1.0"> |
| 67 | + <content_attribute id="social-chat">intense</content_attribute> |
| 68 | + <content_attribute id="social-audio">intense</content_attribute> |
| 69 | + <content_attribute id="social-contacts">intense</content_attribute> |
| 70 | + </content_rating> |
| 71 | +</component> |
0 commit comments