61ecac66fb
New features: * Favorites in room list * Drag & drop to add or remove from fav * Don't group messages that differ more than 30 minutes in time * Speedup the messages loading * Don't sync when logged out * Better tab order in login panel * Don't send empty messages * Better room name resolution
22 lines
812 B
XML
22 lines
812 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>org.gnome.Fractal.desktop</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>Gtk+ Matrix.org client</summary>
|
|
<url type="homepage">https://gitlab.gnome.org/danigm/fractal</url>
|
|
<description>
|
|
Fractal is a Gtk+ Matrix.org client written in Rust
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source">https://gitlab.gnome.org/danigm/fractal/raw/master/screenshots/fractal.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="0.1.7" date="2018-01-11"/>
|
|
</releases>
|
|
<update_contact>danigm@wadobo.com</update_contact>
|
|
</component>
|