Skip to content

Commit 262eaa3

Browse files
committed
Bumped the version to 1.10
1 parent ed8c088 commit 262eaa3

File tree

6 files changed

+49
-6
lines changed

6 files changed

+49
-6
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Unreleased
1+
### Tiled 1.10.0 (6 March 2023)
22

33
* Restored Tiled 1.8 file format compatibility by default (#3560)
44
* Added action search popup on Ctrl+Shift+P (with dogboydog, #3449)
@@ -35,6 +35,7 @@
3535
* Fixed compile against Qt 6.4
3636
* snap: Added Wayland platform plugin and additional image format plugins
3737
* AppImage: Updated to Sentry 0.5.4
38+
* Updated Bulgarian, French and Swedish translations
3839

3940
### Tiled 1.9.2 (16 September 2022)
4041

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
clone_depth: 200
2-
version: '1.9.{build}'
2+
version: '1.10.{build}'
33
image:
44
- Visual Studio 2019
55

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '1.9'
61+
version = '1.10'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.9.2'
63+
release = '1.10.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

org.mapeditor.Tiled.appdata.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,48 @@
1616
</keywords>
1717
<content_rating type="oars-1.0" />
1818
<releases>
19+
<release version="1.10.0" type="stable" date="2023-03-06">
20+
<description>
21+
<ul>
22+
<li>Restored Tiled 1.8 file format compatibility by default (#3560)</li>
23+
<li>Added action search popup on Ctrl+Shift+P (with dogboydog, #3449)</li>
24+
<li>Added Godot 4 export plugin (#3550)</li>
25+
<li>Added file system actions also for tileset image based tilesets (#3448)</li>
26+
<li>Added custom class option to disable drawing fill for objects (with dogboydog, #3312)</li>
27+
<li>Added option to choose a custom interface font (#3589)</li>
28+
<li>Implemented rendering of major grid lines for staggered / hexagonal maps (#3583)</li>
29+
<li>Fixed new layer names to be always unique (by Logan Higinbotham, #3452)</li>
30+
<li>Fixed broken tile images after importing/exporting a tileset</li>
31+
<li>AutoMapping: When input regions are defined, match in order by default (#3559)</li>
32+
<li>AutoMapping: Skip locked layers when applying rules (#3544)</li>
33+
<li>Scripting: Added Object.setColorProperty and Object.setFloatProperty (#3423)</li>
34+
<li>Scripting: Added tiled.projectFilePath</li>
35+
<li>Scripting: Added tiled.versionLessThan</li>
36+
<li>Scripting: Added TileMap.toImage (#3519)</li>
37+
<li>Scripting: Added Tool.targetLayerType (#3248)</li>
38+
<li>Scripting: Added region.contiguousRegions() (#3576)</li>
39+
<li>Scripting: Added tiled.compress and tiled.decompress (#3153)</li>
40+
<li>Scripting: Added Base64 encoding and decoding API (#3153)</li>
41+
<li>Scripting: Allow assigning null to Tile.objectGroup (by Logan Higinbotham, #3495)</li>
42+
<li>Scripting: Allow changing the items in a combo box added to a dialog</li>
43+
<li>Scripting: Fixed painting issues after changing TileLayer size (#3481)</li>
44+
<li>Scripting: Renamed Tileset.collection to Tileset.isCollection (#3543)</li>
45+
<li>Defold plugin: Allow overriding z value also when exporting to .collection (#3214)</li>
46+
<li>Qt 6: Fixed invisible tileset tabs when only a single tileset is open</li>
47+
<li>Qt 6: Fixed behavior of "Class of" selection popup</li>
48+
<li>Qt 6: Fixed tile rendering when OpenGL is enabled (#3578)</li>
49+
<li>Fixed positioning of point object name labels (by Logan Higinbotham, #3400)</li>
50+
<li>Fixed slight drift when zooming the map view in/out</li>
51+
<li>Fixed remaining lag after switching off hardware acceleration (#3584)</li>
52+
<li>Fixed point object hover highlight position (#3571)</li>
53+
<li>Fixed drawing lines with stamps having differently sized variations (#3533)</li>
54+
<li>Fixed compile against Qt 6.4</li>
55+
<li>snap: Added Wayland platform plugin and additional image format plugins</li>
56+
<li>AppImage: Updated to Sentry 0.5.4</li>
57+
<li>Updated Bulgarian, French and Swedish translations</li>
58+
</ul>
59+
</description>
60+
</release>
1961
<release version="1.9.2" type="stable" date="2022-09-16">
2062
<url>https://www.mapeditor.org/2022/09/16/tiled-1-9-2-released.html</url>
2163
<description>

src/tiled/aboutdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ AboutDialog::AboutDialog(QWidget *parent): QDialog(parent)
5151
"<p align=\"center\">You may modify and redistribute this program under the terms of the GPL (version 2 or later). "
5252
"A copy of the GPL is contained in the 'COPYING' file distributed with Tiled.</p>\n"
5353
"<p align=\"center\"><a href=\"https://www.mapeditor.org/\">https://www.mapeditor.org/</a></p>\n")
54-
.arg(QApplication::applicationVersion(), QStringLiteral("2022"));
54+
.arg(QApplication::applicationVersion(), QStringLiteral("2023"));
5555

5656
textBrowser->setHtml(html);
5757

tiled.qbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project {
77
qbsSearchPaths: "qbs"
88
minimumQbsVersion: "1.12"
99

10-
property string version: Environment.getEnv("TILED_VERSION") || "1.9.2";
10+
property string version: Environment.getEnv("TILED_VERSION") || "1.10.0";
1111
property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true"
1212
property bool release: Environment.getEnv("TILED_RELEASE") == "true"
1313
property bool installHeaders: false

0 commit comments

Comments
 (0)