File tree Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### Tiled 1.8.4 (31 March 2022)
2
+
3
+ * Fixed crash when trying to create an object
4
+
1
5
### Tiled 1.8.3 (31 March 2022)
2
6
3
7
* Improved rendering quality of the Mini-map when it's small (#1431 )
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.3 '
63
+ release = '1.8.4 '
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 15
15
</keywords >
16
16
<content_rating type =" oars-1.0" />
17
17
<releases >
18
+ <release version =" 1.8.4" type =" stable" date =" 2022-03-31" >
19
+ <url >https://www.mapeditor.org/2022/03/31/tiled-1-8-3-released.html</url >
20
+ </release >
18
21
<release version =" 1.8.3" type =" stable" date =" 2022-03-31" >
19
22
<url >https://www.mapeditor.org/2022/03/31/tiled-1-8-3-released.html</url >
20
23
</release >
Original file line number Diff line number Diff line change 1
1
# Initialize the version
2
- isEmpty (TILED_VERSION ):TILED_VERSION = " 1.8.3 "
2
+ isEmpty (TILED_VERSION ):TILED_VERSION = " 1.8.4 "
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.3 " ;
10
+ property string version: Environment .getEnv (" TILED_VERSION" ) || " 1.8.4 " ;
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