From f67e8c186d0b3367e89b4999bdde368ce16a911f Mon Sep 17 00:00:00 2001 From: Hari Rana Date: Tue, 14 Jan 2025 19:42:28 -0500 Subject: [PATCH] 51.18 --- VERSION | 2 +- data/com.usebottles.bottles.metainfo.xml.in.in | 14 ++++++++++++++ meson.build | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 45c847f938..7c401e81c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -51.17 +51.18 diff --git a/data/com.usebottles.bottles.metainfo.xml.in.in b/data/com.usebottles.bottles.metainfo.xml.in.in index b2886ffc6d..2fafd55295 100644 --- a/data/com.usebottles.bottles.metainfo.xml.in.in +++ b/data/com.usebottles.bottles.metainfo.xml.in.in @@ -67,6 +67,20 @@ 768 + + +
    +
  • Add Ctrl+N shortcut for creating a new bottle
  • +
  • Add Shortcuts window
  • +
  • Remove support for the runtime sandbox
  • +
  • Add mnemonics in main menu
  • +
  • Polish and rework the new bottle dialog
  • +
  • Polish and rework the environment variables dialog
  • +
  • Fix CSS warnings in the terminal
  • +
  • Fix bug where Bottles would not start when running the --executable flag in the terminal
  • +
+
+

Fixed a regression that makes the bottle's preferences page blank in some cases

diff --git a/meson.build b/meson.build index 6c7abf6e1e..2040cf256d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'bottles', - version: '51.17', + version: '51.18', meson_version: '>= 1.5.0', default_options: [ 'warning_level=2',