Skip to content

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Kinoshita committed Nov 7, 2023
1 parent 8a874c1 commit b66e1ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions data/io.github.fkinoshita.Telegraph.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.8" date="2023-11-06">
<description translatable="no">
<p>This release makes Telegraph inline with other GNOME 45 apps</p>
<ul>
<li>Use of the newer widgets, making Telegraph more consistent with other apps</li>
<li>Updated metadata</li>
<li>Updated translations</li>
</ul>
<p>If you would like to come with suggestions, report bugs, translate the app, or contribute otherwise, feel free to reach out!</p>
</description>
</release>
<release version="0.1.7" date="2023-06-17">
<description translatable="no">
<p>This is minor release of Telegraph brings some improvements nicer looking:</p>
Expand Down
10 changes: 5 additions & 5 deletions src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ def on_about_action(self, widget, _):
about_dialog.set_transient_for(self.props.active_window)

about_dialog.set_release_notes(
"""<p>This is minor release of Telegraph makes it nicer looking:</p>
"""<p>This release makes Telegraph inline with other GNOME 45 apps</p>
<ul>
<li>Remove margins from text views</li>
<li>Overlay copy buttons on top of text views, making room for more text</li>
<li>Use of the newer widgets, making Telegraph more consistent with other apps</li>
<li>Updated metadata</li>
<li>Updated translations</li>
</ul>
<p>Telegraph is made possible by volunteer developers, designers, and translators. Thank you for your contributions!</p>
<p>Feel free to report issues and ask for new features.</p>
<p>If you would like to come with suggestions, report bugs, translate the app, or contribute otherwise, feel free to reach out!</p>
""")

about_dialog.present()
Expand Down

0 comments on commit b66e1ac

Please sign in to comment.