v0.1.2
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
@ -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
BIN
data/screenshots/3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@ -1,7 +1,7 @@
|
||||
project(
|
||||
'notify',
|
||||
'rust',
|
||||
version: '0.1.1',
|
||||
version: '0.1.2',
|
||||
meson_version: '>= 0.59',
|
||||
# license: 'MIT',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user