File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### Tiled 1.2.5 (9 October 2019)
2
+
3
+ * Fixed exporting to a file name containing multiple dots (#2149 )
4
+ * Fixed possible crash in AutoMapper (#2157 )
5
+ * Fixed crash when unloading certain plugins
6
+ * Fixed duplicated entries in Objects view after grouping layers
7
+ * Fixed adjacent maps within a world not being properly clickable
8
+ * Fixed empty maps within a world not being clickable
9
+ * Fixed handling of negative multiplierX/Y in a world file
10
+
1
11
### Tiled 1.2.4 (15 May 2019)
2
12
3
13
* Fixed view boundaries to take into account layer offsets (#2090 )
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '1.2'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '1.2.4 '
60
+ release = '1.2.5 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# Initialize the version
2
- isEmpty (TILED_VERSION ):TILED_VERSION = " 1.2.4 "
2
+ isEmpty (TILED_VERSION ):TILED_VERSION = " 1.2.5 "
3
3
4
4
# See the README file for instructions about setting the install prefix.
5
5
isEmpty (PREFIX ):PREFIX = /usr/local
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Project {
7
7
qbsSearchPaths: " qbs"
8
8
minimumQbsVersion: " 1.8"
9
9
10
- property string version: Environment .getEnv (" TILED_VERSION" ) || " 1.2.4 " ;
10
+ property string version: Environment .getEnv (" TILED_VERSION" ) || " 1.2.5 " ;
11
11
property bool sparkleEnabled: Environment .getEnv (" TILED_SPARKLE" )
12
12
property bool snapshot: Environment .getEnv (" TILED_SNAPSHOT" )
13
13
property bool release: Environment .getEnv (" TILED_RELEASE" )
You can’t perform that action at this time.
0 commit comments