Skip to content

Commit 397d2c9

Browse files
committed
release: 51.26
1 parent 0bfb908 commit 397d2c9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
51.24
1+
51.25

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@
8585
<display_length compare="ge">768</display_length>
8686
</requires>
8787
<releases>
88+
<release version="51.26" date="2025-10-24">
89+
<description translate="no">
90+
<ul>
91+
<li>Fix: broken CMD action with xfce4-terminal</li>
92+
<li>Fix (steam): load BottleConfig from bottle.yml if it exists</li>
93+
<li>Fix: ensure the whole placeholder folder gets removed on bottle deletion</li>
94+
<li>Added support for st terminal</li>
95+
<li>Fix: prevent exception when updating a bottle’s dependency list view</li>
96+
</ul>
97+
</description>
98+
</release>
8899
<release version="51.24" date="2025-07-15">
89100
<description translate="no">
90101
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'bottles',
3-
version: '51.24',
3+
version: '51.25',
44
meson_version: '>= 1.5.0',
55
default_options: [
66
'warning_level=2',

0 commit comments

Comments
 (0)