lemoa/data/io.github.lemmygtk.lemoa.me...

126 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@BASE_ID@</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>@NAME@</name>
<summary>Gtk client for Lemmy</summary>
<description>
<p>A native Gtk client for the Lemmyverse</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/lemmygtk/lemoa/main/data/screenshots/posts.png</image>
<caption>Posts view</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/lemmygtk/lemoa/main/data/screenshots/community.png</image>
<caption>Community</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/lemmygtk/lemoa/main/data/screenshots/user.png</image>
<caption>User profile</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/lemmygtk/lemoa</url>
<url type="bugtracker">https://github.com/lemmygtk/lemoa/issues</url>
<content_rating type="oars-1.0" />
<releases>
<release version="0.5.1" date="2024-01-06">
<descrition>
<ul>
<li>feat: compatibility with Lemmy v0.19 by @Bnyro</li>
</ul>
</description>
</release>
<release version="0.5.0" date="2023-12-14">
<description>
<ul>
<li>feat: add infinite scroll behaviour by @Busyvar</li>
<li>feat: implement setting dialog & make infinite scroll an option on it by @Busyvar</li>
<li>feat: enable libadwaita by default by @Bnyro</li>
<li>feat: dynamic image measures based on screen size by @Bnyro</li>
<li>feat: support for reporting comments under posts by @Bnyro</li>
<li>feat: support for reporting posts by @Bnyro</li>
<li>feat: indicate and mark posts as read/unread by @Bnyro</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2023-08-25">
<description>
<ul>
<li>Show preview of post thumbnail by @Bnyro</li>
<li>feat(posts): option to set the sort order by @Bnyro</li>
<li>feat(community): option to set the sort order of posts by @Bnyro</li>
<li>chore: update dependencies to latest versions by @Bnyro</li>
<li>feat: support for (un)blocking communities by @Bnyro</li>
<li>feat: support for blocking other users by @Bnyro</li>
<li>feat: add a site info dialog by @Bnyro</li>
<li>refactor: simplify the creation of menu actions by @Bnyro</li>
<li>feat: add important site info to its dialog by @Bnyro</li>
<li>feat(profile): show when the user has joined lemmy by @Bnyro</li>
<li>fix(community page): simplify sub, posts and comment count by @Bnyro</li>
<li>feat: search on enter in instance list () by @thebigG</li>
<li>feat: search community on enter by @Bnyro</li>
<li>Minor UI improvements at the instances page by @Bnyro</li>
<li>readme: add installation instructions for void linux by @Bnyro</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2023-07-13">
<description>
<ul>
<li>Support for replying to comments</li>
<li>New, more polished app icon</li>
<li>Support for viewing comments by a user</li>
<li>Support for viewing the next pages of a profile</li>
<li>Show communities moderated by a person</li>
<li>Initial support for multiple account profiles</li>
<li>Support for comment nesting with a tree structure</li>
<li>Possibility to search instances in public tab (#16)</li>
<li>Support for bookmarking posts</li>
<li>Support for saving/bookmarking comments</li>
<li>Support for viewing saved posts and comments</li>
<li>Add user agent for http requests</li>
</ul>
</description>
</release>
<release version="0.2.0" date="2023-06-30">
<description>
<ul>
<li>Support for writing private messages</li>
<li>Inbox: support for private messages</li>
<li>Display the publish date for posts, comments and replies</li>
<li>Validate instance urls for more user convenience</li>
<li>List federated instances in instance selector</li>
<li>Remove 'View' buttons in favor of clicking the title</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2023-06-26">
<description>
<ul>
<li>Initial release</li>
</ul>
</description>
</release>
</releases>
<kudos>
<!--
GNOME Software kudos:
https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
-->
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<developer_name>Bnyro</developer_name>
<update_contact>bnyro@tutanota.com</update_contact>
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
<platform>GTK 4</platform>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>