Skip to content

Commit 416dce6

Browse files
committed
v0.1.2
1 parent 867b14c commit 416dce6

File tree

7 files changed

+18
-1
lines changed

7 files changed

+18
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Notify
22

3+
<img src="data/icons/com.ranfdev.Notify.svg" align="left" height="150px" vspace="10px">
34
https://ntfy.sh client application to receive everyday's notifications.
45

6+
<a href="https://flathub.org/apps/details/com.ranfdev.Notify">
7+
<img width="200" src="https://flathub.org/assets/badges/flathub-badge-en.png" alt="Download on Flathub">
8+
</a>
9+
10+
511
![main view, no subscriptions](https://github.com/ranfdev/Notify/assets/23294184/263c0258-0ae3-4bdb-a142-16efb204cff3)
612
![main view](https://github.com/ranfdev/Notify/assets/23294184/28e654e3-16fc-41a5-9da5-e9648f983503)
713

data/com.ranfdev.Notify.metainfo.xml.in.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
<url type="bugtracker">https://github.com/ranfdev/Notify/issues</url>
2525
<content_rating type="oars-1.0" />
2626
<releases>
27+
<release version="0.1.2" date="2023-11-07">
28+
<ul>
29+
<li>Introduced dialog to write advanced messages</li>
30+
<li>Automatic download of attached images</li>
31+
<li>Introduced support for action buttons in the notifications</li>
32+
<li>Improved performance of the message list layout</li>
33+
<li>Improved design for status chips</li>
34+
<li>Improved design for the message bar</li>
35+
<li>Various bug fixes</li>
36+
</ul>
37+
</release>
2738
<release version="0.1.1" date="2023-10-24" />
2839
<release version="0.1.0" date="2023-10-13" />
2940
</releases>
-22.2 KB
Binary file not shown.

data/screenshots/1.png

3.5 KB
Loading

data/screenshots/2.png

6.39 KB
Loading

data/screenshots/3.png

22.8 KB
Loading

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'notify',
33
'rust',
4-
version: '0.1.1',
4+
version: '0.1.2',
55
meson_version: '>= 0.59',
66
# license: 'MIT',
77
)

0 commit comments

Comments
 (0)