From a3c0483c503e3ca01f40a504f7b03295dc4a2f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Tue, 28 Jan 2025 10:24:37 +0100 Subject: [PATCH] Prepare Tiled 1.11.2 release Fixing two crashes that have been observed in crash reports sent to Sentry. --- NEWS.md | 2 +- docs/conf.py | 2 +- org.mapeditor.Tiled.appdata.xml | 10 ++++++++++ tiled.qbs | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1947901808..fa64bddc0b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -### Unreleased +### Tiled 1.11.2 (28 Jan 2025) * Fixed crash while handling file reloads without any files opened * Fixed crash when closing the last file with multiple custom properties selected diff --git a/docs/conf.py b/docs/conf.py index 02dd1298bc..ff478c6aa9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ # The short X.Y version. version = '1.11' # The full version, including alpha/beta/rc tags. -release = '1.11.1' +release = '1.11.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/org.mapeditor.Tiled.appdata.xml b/org.mapeditor.Tiled.appdata.xml index be9885586a..cde2f0bca6 100644 --- a/org.mapeditor.Tiled.appdata.xml +++ b/org.mapeditor.Tiled.appdata.xml @@ -19,6 +19,16 @@ + + https://www.mapeditor.org/2025/01/28/tiled-1-11-2-released.html + +
    +
  • Fixed crash while handling file reloads without any files opened
  • +
  • Fixed crash when closing the last file with multiple custom properties selected
  • +
  • AppImage: Updated to Sentry 0.7.19
  • +
+
+
https://www.mapeditor.org/2025/01/11/tiled-1-11-1-released.html diff --git a/tiled.qbs b/tiled.qbs index f37df5fd07..2d9a5f7ce7 100644 --- a/tiled.qbs +++ b/tiled.qbs @@ -6,7 +6,7 @@ Project { qbsSearchPaths: "qbs" minimumQbsVersion: "1.13" - property string version: Environment.getEnv("TILED_VERSION") || "1.11.1"; + property string version: Environment.getEnv("TILED_VERSION") || "1.11.2"; property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true" property bool release: Environment.getEnv("TILED_RELEASE") == "true" property string libDir: "lib"