File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### Tiled 1.8.2 (18 February 2022)
2
+
3
+ * Fixed deactivating of tools when no layer is selected (avoids crash)
4
+ * Fixed monospace font option in multi-line text editor on macOS and Windows (#3007 )
5
+ * Fixed ability to reset custom 'color' and 'object' properties (#3270 )
6
+ * Fixed updating of layer positions when changing parallax factor of a group (#3175 )
7
+ * Scripting: Fixed crash when assigning null to the MapObject.tile property
8
+ * Scripting: Fixed adding of tilesets when adding layers to a loaded map (#3268 )
9
+ * JSON format: Fixed layer locked status not getting saved (#2877 )
10
+ * macOS: Fixed duplicate overwrite confirmation when using Export As (#3152 )
11
+ * FreeBSD: Fixed compile due to missing include (by Dmitry Marakasov, #3271 )
12
+
1
13
### Tiled 1.8.1 (11 February 2022)
2
14
3
15
* Fixed pasted objects not getting selected if a tile layer was also copied
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '1.8'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.8.1 '
63
+ release = '1.8.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 1
1
# Initialize the version
2
- isEmpty (TILED_VERSION ):TILED_VERSION = " 1.8.1 "
2
+ isEmpty (TILED_VERSION ):TILED_VERSION = " 1.8.2 "
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.12"
9
9
10
- property string version: Environment .getEnv (" TILED_VERSION" ) || " 1.8.1 " ;
10
+ property string version: Environment .getEnv (" TILED_VERSION" ) || " 1.8.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