Skip to content

Commit

Permalink
πŸ’¬ Update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vysp3r committed Feb 26, 2023
1 parent f6bbd77 commit 908da8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'com.vysp3r.ProtonPlus', ['c', 'vala'],
version: '0.3.8',
version: '0.3.9',
meson_version: '>= 0.59.0'
)

Expand Down
9 changes: 6 additions & 3 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@ public class ProtonPlus : Adw.Application {
aboutDialog.set_comments ("A simple Wine and Proton-based compatiblity tools manager for GNOME");
aboutDialog.add_link ("Github", "https://github.com/Vysp3r/ProtonPlus");
aboutDialog.set_release_notes ("<ul>\n" +
"<li>πŸ› Fix flathub manifest</li>\n" +
"<li>🌐 Added missing russian translations</li>\n" +
"<li>πŸ”¨ Update appdata</li>\n" +
"<li>πŸ› Fixed installer tool switching</li>\n" +
"<li>πŸ”‡ Remove debug log</li>\n" +
"<li>πŸ’„ Updated icons</li>\n" +
"<li>πŸ› Fixed tools and releases not being locked when needed</li>\n" +
"<li>πŸ› Fixed progress bar not being hidden when needed</li>\n" +
"<li>🌐 Updated translation files</li>\n" + "<li>πŸ”¨ Update appdata</li>\n" +
"<li>πŸ’¬ Update the release notes</li>\n" +
"</ul>");
aboutDialog.set_issue_url ("https://github.com/Vysp3r/ProtonPlus/issues/new/choose");
Expand Down

0 comments on commit 908da8a

Please sign in to comment.