Skip to content

Commit

Permalink
Prepare Tiled 1.11.2 release
Browse files Browse the repository at this point in the history
Fixing two crashes that have been observed in crash reports sent to
Sentry.
  • Loading branch information
bjorn committed Jan 28, 2025
1 parent a2bf8f1 commit a3c0483
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions org.mapeditor.Tiled.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="1.11.2" type="stable" date="2025-01-28">
<url>https://www.mapeditor.org/2025/01/28/tiled-1-11-2-released.html</url>
<description>
<ul>
<li>Fixed crash while handling file reloads without any files opened</li>
<li>Fixed crash when closing the last file with multiple custom properties selected</li>
<li>AppImage: Updated to Sentry 0.7.19</li>
</ul>
</description>
</release>
<release version="1.11.1" type="stable" date="2025-01-11">
<url>https://www.mapeditor.org/2025/01/11/tiled-1-11-1-released.html</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion tiled.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a3c0483

Please sign in to comment.