fractal/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in

71 lines
3.2 KiB
Text
Raw Normal View History

2017-11-13 05:12:34 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>@appid@.desktop</id>
2017-11-13 05:12:34 +00:00
<name>Fractal</name>
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
2017-11-13 05:12:34 +00:00
<developer_name>Daniel García Moreno</developer_name>
2018-04-14 10:57:07 +00:00
<summary>Matrix group messaging app</summary>
<url type="homepage">https://gitlab.gnome.org/World/fractal</url>
2017-11-13 05:12:34 +00:00
<description>
2018-04-08 18:04:14 +00:00
<p>
2018-04-14 10:57:07 +00:00
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.
2018-04-08 18:04:14 +00:00
</p>
2017-11-13 05:12:34 +00:00
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://gitlab.gnome.org/World/fractal/raw/master/screenshots/fractal.png</image>
2017-11-13 05:12:34 +00:00
</screenshot>
</screenshots>
<releases>
2018-12-17 22:21:38 +00:00
<release version="4.0.0" type="stable" date="2018-12-18" 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>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>
2017-11-13 05:12:34 +00:00
</releases>
<update_contact>danigm@wadobo.com</update_contact>
2018-02-14 18:26:44 +00:00
<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>
2017-11-13 05:12:34 +00:00
</component>