Update packaging and use KF5 for about screen. Implement basic notifications for error messages. Use icon for app icon.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<content_rating type="oars-1.1" />
|
||||
<url type="homepage">https://git.eyecreate.org/eyecreate/qiflora</url>
|
||||
<url type="contact">mailto:eyecreate@eyecreate.org</url>
|
||||
<url type="donation">monero:49DAuwzCytB8cWVA8RXGcv1cviG2QRtZWW4U7KeX9mAtLfAewk8LAAwAUhwCRXD9tz8LESmgaAPrjZ62G8Z6JrdhRmLx2kY?tx_description=donation</url>
|
||||
<developer_name>eyecreate</developer_name>
|
||||
<description>
|
||||
<p>Mobile friendly application to monitor Mi Flora devices.</p>
|
||||
@@ -14,10 +16,15 @@
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image type="source">https://git.eyecreate.org/eyecreate/qiflora/raw/v1.0/packaging/main_window.png</image>
|
||||
<image type="source">https://git.eyecreate.org/eyecreate/qiflora/raw/v1.1/packaging/main_window.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.0" date="2019-11-8" type="stable"/>
|
||||
<release version="1.1" date="2019-11-13" type="stable">
|
||||
<description>
|
||||
<p>This release adds history graph for the last 48 hours.</p>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=QiFlora
|
||||
Comment=Monitor plants with Mi Flora sensors.
|
||||
Version=1.0
|
||||
Version=1.1
|
||||
Exec=qiflora
|
||||
MimeType=application/x-qiflora;
|
||||
Icon=org.eyecreate.qiflora
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://git.eyecreate.org/eyecreate/qiflora.git",
|
||||
"tag": "v1.0",
|
||||
"tag": "v1.1",
|
||||
"commit": "bcdf831d0c64f84642f53a4f8376a26df412b819"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user