Skip to content

Commit

Permalink
51.18
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Jan 15, 2025
1 parent 2eaf314 commit f67e8c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51.17
51.18
14 changes: 14 additions & 0 deletions data/com.usebottles.bottles.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@
<display_length compare="ge">768</display_length>
</requires>
<releases>
<release version="51.18" date="2025-01-14">
<description translatable="no">
<ul>
<li>Add Ctrl+N shortcut for creating a new bottle</li>
<li>Add Shortcuts window</li>
<li>Remove support for the runtime sandbox</li>
<li>Add mnemonics in main menu</li>
<li>Polish and rework the new bottle dialog</li>
<li>Polish and rework the environment variables dialog</li>
<li>Fix CSS warnings in the terminal</li>
<li>Fix bug where Bottles would not start when running the --executable flag in the terminal</li>
</ul>
</description>
</release>
<release version="51.17" date="2024-12-14">
<description translatable="no">
<p>Fixed a regression that makes the bottle's preferences page blank in some cases</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'bottles',
version: '51.17',
version: '51.18',
meson_version: '>= 1.5.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit f67e8c1

Please sign in to comment.