Skip to content

Commit 560695f

Browse files
committed
52.0
1 parent 4f7a70c commit 560695f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

VERSION

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

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,27 @@
8585
<display_length compare="ge">768</display_length>
8686
</requires>
8787
<releases>
88+
<release version="52.0" date="2025-11-02">
89+
<description translate="no">
90+
<ul>
91+
<li>General stability and UX improvements</li>
92+
<li>Multiple fixes and UI enhancements</li>
93+
<li>Ported Onboard Dialog to AdwDialog for better integration with libadwaita</li>
94+
<li>Fixed "Is a directory" error (closes #4144)</li>
95+
<li>Added support for Windows Vista</li>
96+
<li>Added the option to cancel bottle creation</li>
97+
<li>The Onboard Dialog now displays which operations are being performed</li>
98+
<li>Added the ability to cancel component downloads</li>
99+
<li>Enabled the Sandbox feature</li>
100+
<li>Improved copy performance by transferring data in chunks instead of byte by byte</li>
101+
<li>Fixed an issue where orphaned entries were not removed from the library after uninstalling a program</li>
102+
<li>Fixed a bug that prevented the configuration from loading in certain cases</li>
103+
<li>Font smoothing is now enabled by default</li>
104+
<li>Made the donation button more prominent</li>
105+
<li>Resolved a long-standing issue with Weblate — translations are now updating again</li>
106+
</ul>
107+
</description>
108+
</release>
88109
<release version="51.26" date="2025-10-24">
89110
<description translate="no">
90111
<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.25',
3+
version: '52.0',
44
meson_version: '>= 1.5.0',
55
default_options: [
66
'warning_level=2',

0 commit comments

Comments
 (0)