Skip to content

Commit 4797cf4

Browse files
committed
Bumped version to 1.9.2
1 parent 2406411 commit 4797cf4

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Unreleased
1+
### Tiled 1.9.2 (16 September 2022)
22

33
* Allow adding maps to image collection tilesets (#3447)
44
* Auto-detect JSON file format when importing custom types (#3472)
@@ -14,6 +14,7 @@
1414
* Scripting: Added Tileset.findTile
1515
* AutoMapping: Fixed applying of rule probability (#3425)
1616
* Defold plugin: Assign incrementing z values and allow specifying tile\_set (#3214)
17+
* Updates to German translation (by Christian Pervoelz)
1718

1819
### Tiled 1.9.1 (11 August 2022)
1920

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '1.9'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.9.1'
63+
release = '1.9.2'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

org.mapeditor.Tiled.appdata.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@
1616
</keywords>
1717
<content_rating type="oars-1.0" />
1818
<releases>
19+
<release version="1.9.2" type="stable" date="2022-09-16">
20+
<url>https://www.mapeditor.org/2022/09/16/tiled-1-9-2-released.html</url>
21+
<description>
22+
<ul>
23+
<li>Allow adding maps to image collection tilesets (#3447)</li>
24+
<li>Auto-detect JSON file format when importing custom types (#3472)</li>
25+
<li>Added file system actions to the tile context menu (#3448)</li>
26+
<li>Fixed possible crash in Custom Types Editor (#3465)</li>
27+
<li>Fixed display of overridden values from a nested class</li>
28+
<li>Fixed ability to reset nested string and file properties (#3409)</li>
29+
<li>Fixed changing nested property values for multiple objects (#3344)</li>
30+
<li>Fixed resolving of class properties on export to affect all data types (#3470)</li>
31+
<li>Fixed possible duplication of Automapping Rules Tileset (#3462)</li>
32+
<li>Fixed case where object labels could become visible for hidden layer (#3442)</li>
33+
<li>Fixed updating of custom property colors when changing style</li>
34+
<li>Scripting: Added Tileset.findTile</li>
35+
<li>AutoMapping: Fixed applying of rule probability (#3425)</li>
36+
<li>Defold plugin: Assign incrementing z values and allow specifying tile\_set (#3214)</li>
37+
<li>Updates to German translation (by Christian Pervoelz)</li>
38+
</ul>
39+
</description>
40+
</release>
1941
<release version="1.9.1" type="stable" date="2022-08-11">
2042
<url>https://www.mapeditor.org/2022/08/11/tiled-1-9-1-released.html</url>
2143
<description>

tiled.qbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project {
77
qbsSearchPaths: "qbs"
88
minimumQbsVersion: "1.12"
99

10-
property string version: Environment.getEnv("TILED_VERSION") || "1.9.1";
10+
property string version: Environment.getEnv("TILED_VERSION") || "1.9.2";
1111
property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true"
1212
property bool release: Environment.getEnv("TILED_RELEASE") == "true"
1313
property bool installHeaders: false

0 commit comments

Comments
 (0)