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 Mar 2, 2023
1 parent 9bb50ae commit cf12998
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.9',
version: '0.3.10',
meson_version: '>= 0.59.0'
)

Expand Down
12 changes: 6 additions & 6 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,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>πŸ› 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>✨ Updated the About window</li>\n" +
"<li>🎨 Added utilities for folders and files</li>\n" +
"<li>🎨 Migrated preferences system to GLib.Settings</li>\n" +
"<li>✨ Implementated cancelation dialog when downloading</li>\n" +
"<li>πŸ”§ Modified filesystem permissions scopes</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 cf12998

Please sign in to comment.