File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
- ### Unreleased
1
+ ### Tiled 1.9.2 (16 September 2022)
2
2
3
3
* Allow adding maps to image collection tilesets (#3447 )
4
4
* Auto-detect JSON file format when importing custom types (#3472 )
14
14
* Scripting: Added Tileset.findTile
15
15
* AutoMapping: Fixed applying of rule probability (#3425 )
16
16
* Defold plugin: Assign incrementing z values and allow specifying tile\_ set (#3214 )
17
+ * Updates to German translation (by Christian Pervoelz)
17
18
18
19
### Tiled 1.9.1 (11 August 2022)
19
20
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '1.9'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.9.1 '
63
+ release = '1.9.2 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 16
16
</keywords >
17
17
<content_rating type =" oars-1.0" />
18
18
<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 >
19
41
<release version =" 1.9.1" type =" stable" date =" 2022-08-11" >
20
42
<url >https://www.mapeditor.org/2022/08/11/tiled-1-9-1-released.html</url >
21
43
<description >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Project {
7
7
qbsSearchPaths: " qbs"
8
8
minimumQbsVersion: " 1.12"
9
9
10
- property string version: Environment .getEnv (" TILED_VERSION" ) || " 1.9.1 " ;
10
+ property string version: Environment .getEnv (" TILED_VERSION" ) || " 1.9.2 " ;
11
11
property bool snapshot: Environment .getEnv (" TILED_SNAPSHOT" ) == " true"
12
12
property bool release: Environment .getEnv (" TILED_RELEASE" ) == " true"
13
13
property bool installHeaders: false
You can’t perform that action at this time.
0 commit comments