Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Feb 16, 2021
1 parent ecfff46 commit e5f5e19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extra/com.github.taiko2k.tauonmb.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@

<releases>

<release version="6.4.9" date="2021-02-03">
<release version="6.5.0" date="2021-02-17">
<description>
<ul>
<li>Tweaks and bug fixes</li>
<li>Added support for tracker files</li>
<li>Various stability improvements for network streaming</li>
</ul>
</description>
</release>
Expand Down
5 changes: 5 additions & 0 deletions tauon.py
Original file line number Diff line number Diff line change
Expand Up @@ -26900,6 +26900,11 @@ def about(self, x0, y0, w0, h0):
ddt.text((xx, y), "BSD 2-Clause", colours.box_text_label, font)
draw_linked_text2(xxx, y, "http://www.mega-nerd.com/SRC/index.html", colours.box_sub_text, font, click=self.click, replace="mega-nerd.com")

y += spacing
ddt.text((x, y), "libopenmpt", colours.box_sub_text, font)
ddt.text((xx, y), "New BSD License", colours.box_text_label, font)
draw_linked_text2(xxx, y, "https://lib.openmpt.org/libopenmpt", colours.box_sub_text, font, click=self.click, replace="lib.openmpt.org")

elif self.cred_page == 5:
xx = x + round(130 * gui.scale)
xxx = x + round(240 * gui.scale)
Expand Down

0 comments on commit e5f5e19

Please sign in to comment.