Skip to content

Commit

Permalink
Bumped version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Sep 16, 2022
1 parent 2406411 commit 4797cf4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
### Unreleased
### Tiled 1.9.2 (16 September 2022)

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

### Tiled 1.9.1 (11 August 2022)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.1'
release = '1.9.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
22 changes: 22 additions & 0 deletions org.mapeditor.Tiled.appdata.xml
Expand Up @@ -16,6 +16,28 @@
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="1.9.2" type="stable" date="2022-09-16">
<url>https://www.mapeditor.org/2022/09/16/tiled-1-9-2-released.html</url>
<description>
<ul>
<li>Allow adding maps to image collection tilesets (#3447)</li>
<li>Auto-detect JSON file format when importing custom types (#3472)</li>
<li>Added file system actions to the tile context menu (#3448)</li>
<li>Fixed possible crash in Custom Types Editor (#3465)</li>
<li>Fixed display of overridden values from a nested class</li>
<li>Fixed ability to reset nested string and file properties (#3409)</li>
<li>Fixed changing nested property values for multiple objects (#3344)</li>
<li>Fixed resolving of class properties on export to affect all data types (#3470)</li>
<li>Fixed possible duplication of Automapping Rules Tileset (#3462)</li>
<li>Fixed case where object labels could become visible for hidden layer (#3442)</li>
<li>Fixed updating of custom property colors when changing style</li>
<li>Scripting: Added Tileset.findTile</li>
<li>AutoMapping: Fixed applying of rule probability (#3425)</li>
<li>Defold plugin: Assign incrementing z values and allow specifying tile\_set (#3214)</li>
<li>Updates to German translation (by Christian Pervoelz)</li>
</ul>
</description>
</release>
<release version="1.9.1" type="stable" date="2022-08-11">
<url>https://www.mapeditor.org/2022/08/11/tiled-1-9-1-released.html</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion tiled.qbs
Expand Up @@ -7,7 +7,7 @@ Project {
qbsSearchPaths: "qbs"
minimumQbsVersion: "1.12"

property string version: Environment.getEnv("TILED_VERSION") || "1.9.1";
property string version: Environment.getEnv("TILED_VERSION") || "1.9.2";
property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true"
property bool release: Environment.getEnv("TILED_RELEASE") == "true"
property bool installHeaders: false
Expand Down

0 comments on commit 4797cf4

Please sign in to comment.