Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Kinoshita committed Jun 17, 2023
1 parent 627777c commit d16f2df
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 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 @@ -42,6 +42,17 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.7" date="2023-06-17">
<description>
<p>This is minor release of Telegraph brings some improvements nicer looking:</p>
<ul>
<li>Remove margins from text views</li>
<li>Overlay copy buttons on top of text views, making room for more text</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>
</description>
</release>
<release version="0.1.6" date="2023-05-25">
<description>
<ul>
Expand Down
11 changes: 11 additions & 0 deletions src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,16 @@ def on_about_action(self, widget, _):
)
about_dialog = builder.get_object("about_dialog")
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>
<ul>
<li>Remove margins from text views</li>
<li>Overlay copy buttons on top of text views, making room for more text</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>
""")

about_dialog.present()

0 comments on commit d16f2df

Please sign in to comment.