Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Nov 7, 2023
1 parent 867b14c commit 416dce6
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
11 changes: 11 additions & 0 deletions data/com.ranfdev.Notify.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file removed data/resources/screenshots/screenshot1.png
Binary file not shown.
Binary file modified data/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'notify',
'rust',
version: '0.1.1',
version: '0.1.2',
meson_version: '>= 0.59',
# license: 'MIT',
)
Expand Down

0 comments on commit 416dce6

Please sign in to comment.