Skip to content

Commit

Permalink
Flathub improvements and Prepare for v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Robinson committed Sep 9, 2021
1 parent e31c501 commit ac2030f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion com.github.alexr4535.siglo.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"type" : "git",
"url" : "https://github.com/alexr4535/siglo",
"tag" : "v0.9.1"
"tag" : "v0.9.2"
}
]
}
Expand Down
31 changes: 25 additions & 6 deletions data/com.github.alexr4535.siglo.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,46 @@
<component type="desktop">
<id>com.github.alexr4535.siglo.desktop</id>
<name>Siglo</name>
<summary>Linux Companion App for PineTime</summary>
<summary>Sync PineTime with your PinePhone</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MPL-2.0</project_license>
<developer_name>Alex R</developer_name>
<description>
<p>
GTK app to sync InfiniTime watch with PinePhone
Features:
<ul>
<li>Scan for one or more InfiniTime devices</li>
<li>Sync the time</li>
<li>Update your firmware—either manually or directly from the InfiniTime release page</li>
<li>Optionally Keep Paired for Chatty notifications (currently broken in flatpak)</li>
</ul>
</p>
<p>
Supports all Phosh-based PinePhone distros.
</p>
</description>
<categories>
<category>Utility</category>
</categories>
<url type="homepage">https://github.com/alexr4535/siglo</url>
<screenshots>
<screenshot>
<image type="source">https://ironrobin.net/images/siglo-screenshot.png</image>
<screenshot>
<image type="source">https://ironrobin.net/images/siglo-screenshot-1.png</image>
</screenshot>
<screenshot>
<image type="source">https://ironrobin.net/images/siglo-screenshot-2.png</image>
</screenshot>
<screenshot>
<image type="source">https://ironrobin.net/images/siglo-screenshot-3.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.8.12" date="2021-08-06"/>
<release version="0.8.12" date="2021-08-06"/>
<release version="0.9.2" date="2021-09-09"/>
</releases>
<content_rating type="oars-1.1" />
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>

</component>

0 comments on commit ac2030f

Please sign in to comment.