Skip to content

Commit f67e8c1

Browse files
51.18
1 parent 2eaf314 commit f67e8c1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
51.17
1+
51.18

data/com.usebottles.bottles.metainfo.xml.in.in

+14
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,20 @@
6767
<display_length compare="ge">768</display_length>
6868
</requires>
6969
<releases>
70+
<release version="51.18" date="2025-01-14">
71+
<description translatable="no">
72+
<ul>
73+
<li>Add Ctrl+N shortcut for creating a new bottle</li>
74+
<li>Add Shortcuts window</li>
75+
<li>Remove support for the runtime sandbox</li>
76+
<li>Add mnemonics in main menu</li>
77+
<li>Polish and rework the new bottle dialog</li>
78+
<li>Polish and rework the environment variables dialog</li>
79+
<li>Fix CSS warnings in the terminal</li>
80+
<li>Fix bug where Bottles would not start when running the --executable flag in the terminal</li>
81+
</ul>
82+
</description>
83+
</release>
7084
<release version="51.17" date="2024-12-14">
7185
<description translatable="no">
7286
<p>Fixed a regression that makes the bottle's preferences page blank in some cases</p>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'bottles',
3-
version: '51.17',
3+
version: '51.18',
44
meson_version: '>= 1.5.0',
55
default_options: [
66
'warning_level=2',

0 commit comments

Comments
 (0)