Skip to content

Commit

Permalink
about: Add more update information
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Feb 24, 2023
1 parent 1ea6b2d commit 17e7c54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bottles/frontend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,14 @@ def __show_importer_view(self, widget=False, *args):

def __show_about_window(self, *_args):
release_notes = """
<p>Major change: Redesign New Bottle interface</p>
<p>Redesign New Bottle interface</p>
<p>Quality of life improvements:</p>
<ul>
<li>Replace emote-love icon with library in library page</li>
<li>Add toast for "Run Executable"</li>
<li>Display toast for "Run Executable"</li>
<li>Runners are sorted according through a priority list; from the highest to the lowest priority: Soda, Caffe, Vaniglia, Lutris, others</li>
<li>Bottles can now be named without any character restrictions</li>
<li>Notifications will be sent when a bottle has been created (will only happen when unfocused)</li>
</ul>
<p>Bug fixes:</p>
<ul>
Expand Down Expand Up @@ -329,6 +332,7 @@ def __show_about_window(self, *_args):
]
)
about_window.set_release_notes(release_notes)
about_window.set_release_notes_version("51.0")
about_window.set_transient_for(self.win)
about_window.present()

Expand Down

0 comments on commit 17e7c54

Please sign in to comment.