This commit is contained in:
ranfdev
2023-11-07 18:18:55 +01:00
parent 867b14cf5f
commit 416dce60ab
7 changed files with 18 additions and 1 deletions

View File

@ -1,7 +1,13 @@
# Notify
<img src="data/icons/com.ranfdev.Notify.svg" align="left" height="150px" vspace="10px">
https://ntfy.sh client application to receive everyday's notifications.
<a href="https://flathub.org/apps/details/com.ranfdev.Notify">
<img width="200" src="https://flathub.org/assets/badges/flathub-badge-en.png" alt="Download on Flathub">
</a>
![main view, no subscriptions](https://github.com/ranfdev/Notify/assets/23294184/263c0258-0ae3-4bdb-a142-16efb204cff3)
![main view](https://github.com/ranfdev/Notify/assets/23294184/28e654e3-16fc-41a5-9da5-e9648f983503)

View File

@ -24,6 +24,17 @@
<url type="bugtracker">https://github.com/ranfdev/Notify/issues</url>
<content_rating type="oars-1.0" />
<releases>
<release version="0.1.2" date="2023-11-07">
<ul>
<li>Introduced dialog to write advanced messages</li>
<li>Automatic download of attached images</li>
<li>Introduced support for action buttons in the notifications</li>
<li>Improved performance of the message list layout</li>
<li>Improved design for status chips</li>
<li>Improved design for the message bar</li>
<li>Various bug fixes</li>
</ul>
</release>
<release version="0.1.1" date="2023-10-24" />
<release version="0.1.0" date="2023-10-13" />
</releases>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 72 KiB

BIN
data/screenshots/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,7 +1,7 @@
project(
'notify',
'rust',
version: '0.1.1',
version: '0.1.2',
meson_version: '>= 0.59',
# license: 'MIT',
)