fractal/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
2019-05-15 17:41:23 +01:00

116 lines
5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@appid@</id>
<name>Fractal</name>
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<developer_name>Daniel García Moreno</developer_name>
<summary>Matrix group messaging app</summary>
<description>
<p>
Fractal is a Matrix messaging app for GNOME written in Rust. Its interface is optimized for collaboration in large groups, such as free software projects.
</p>
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://gitlab.gnome.org/GNOME/fractal/raw/master/screenshots/fractal.png</image>
</screenshot>
</screenshots>
<releases>
<release version="4.2.0" type="stable" date="2019-05-05" urgency="high">
<description>
<p>This new major release is the result of 5 months of hard work by 37 contributors pushing over 200 commits.</p>
<p>New features:</p>
<ul>
<li>Adaptive window, mobile friendly</li>
<li>Window size and position are remembered</li>
<li>Redesigned login</li>
<li>Spellcheck</li>
<li>Network proxy support</li>
<li>Typing notifications</li>
<li>Badges are shown for operators and moderators</li>
<li>Keyboard shortcuts for easier navigation across rooms</li>
<li>Better uploads:
<ul>
<li>Audio and video files are now tagged correctly</li>
<li>Image files have a thumbnail</li>
<li>Various tweaks to the file chooser</li>
</ul>
</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Logs actually output something now</li>
<li>A few issues with invites and direct chats have been resolved</li>
<li>More reliable scrolling</li>
<li>Some crashes fixed</li>
</ul>
<p>Under the hood:</p>
<ul>
<li>Code refactor continues</li>
<li>Were now using Rust 2018</li>
<li>Many improvements to the build system and CI</li>
</ul>
</description>
</release>
<release version="4.0.0" type="stable" date="2018-12-22" urgency="high">
<description>
<p>This new major release is the result of 3 months of hard work by 25 contributors pushing over 340 commits.</p>
<p>New features:</p>
<ul>
<li>Enhanced history view with adaptive layout, day divider</li>
<li>Reorganised headerbar, app menu merged with user menu</li>
<li>Larger display of emoji-only messages</li>
<li>Some performance improvements</li>
<li>Opening a room jumps to first unread message</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>More reliable notifications</li>
<li>Fixed display bug for avatars</li>
</ul>
<p>Under the hood:</p>
<ul>
<li>Large code refactor</li>
<li>Logging infrastructure</li>
<li>Continuous integration</li>
<li>More informative build output</li>
</ul>
</description>
</release>
</releases>
<launchable type="desktop-id">@appid@.desktop</launchable>
<update_contact>danigm@wadobo.com</update_contact>
<url type="homepage">https://gitlab.gnome.org/GNOME/fractal</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/fractal/issues/</url>
<url type="donation">http://www.gnome.org/friends/</url>
<translation type="gettext">fractal</translation>
<project_group>GNOME</project_group>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
<kudo>Notifications</kudo>
</kudos>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">moderate</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>