Skip to content

Commit

Permalink
Bumped version to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed May 17, 2022
1 parent ce441e1 commit 4a0f919
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Unreleased 1.8 patch
### Tiled 1.8.5 (17 May 2022)

* Made expanded group layers persistent
* Made expanded group layers persistent (#3282)
* Improved snapping behavior for scalable objects on staggered maps
* Allow setting a shortcut on the 'Edit Tileset' action
* Always select first entry while using the Open File in Project action
Expand All @@ -19,6 +19,7 @@
* macOS: Enabled support for loading SVGs
* macOS: Show shortcuts in context menus when using Tiled Fusion style (#1978)
* AppImage: Updated to Sentry 0.4.17
* Updated Chinese (Simplified) and Portuguese (Portugal) translations

### Tiled 1.8.4 (31 March 2022)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '1.8'
# The full version, including alpha/beta/rc tags.
release = '1.8.4'
release = '1.8.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
27 changes: 27 additions & 0 deletions org.mapeditor.Tiled.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,33 @@
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="1.8.5" type="stable" date="2022-05-16">
<url>https://www.mapeditor.org/2022/05/17/tiled-1-8-5-released.html</url>
<description>
<ul>
<li>Made expanded group layers persistent (#3282)</li>
<li>Improved snapping behavior for scalable objects on staggered maps</li>
<li>Allow setting a shortcut on the 'Edit Tileset' action</li>
<li>Always select first entry while using the Open File in Project action</li>
<li>Improved Add Property dialog layout in case of long type names (#3302)</li>
<li>Fixed restoring of window layout when maximized (#590)</li>
<li>Fixed snapping when dragging templates into a map (#3326)</li>
<li>Fixed map selection rectangle in world for infinite maps (#3340)</li>
<li>Fixed 'Merge Layer Down' action for infinite maps</li>
<li>Fixed several small issues in the image color picker (#3348)</li>
<li>Fixed missing name for undo commands that add/remove maps from world</li>
<li>Fixed selection issues for tile objects with a non-zero tile offset</li>
<li>Fixed hover indicator sometimes overlapping selection indicator</li>
<li>Fixed removal of terrain info when removing tiles from a collection</li>
<li>Scripting: Fixed region.rects when compiled against Qt 5.9 to 5.13</li>
<li>Scripting: Layer.tintColor is now #ffffff when not set</li>
<li>macOS: Enabled support for loading SVGs</li>
<li>macOS: Show shortcuts in context menus when using Tiled Fusion style (#1978)</li>
<li>AppImage: Updated to Sentry 0.4.17</li>
<li>Updated Chinese (Simplified) and Portuguese (Portugal) translations</li>
<ul>
</description>
</release>
<release version="1.8.4" type="stable" date="2022-03-31">
<url>https://www.mapeditor.org/2022/03/31/tiled-1-8-3-released.html</url>
</release>
Expand Down
2 changes: 1 addition & 1 deletion tiled.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialize the version
isEmpty(TILED_VERSION):TILED_VERSION = "1.8.4"
isEmpty(TILED_VERSION):TILED_VERSION = "1.8.5"

# See the README file for instructions about setting the install prefix.
isEmpty(PREFIX):PREFIX = /usr/local
Expand Down
2 changes: 1 addition & 1 deletion tiled.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project {
qbsSearchPaths: "qbs"
minimumQbsVersion: "1.12"

property string version: Environment.getEnv("TILED_VERSION") || "1.8.4";
property string version: Environment.getEnv("TILED_VERSION") || "1.8.5";
property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true"
property bool release: Environment.getEnv("TILED_RELEASE") == "true"
property bool installHeaders: false
Expand Down

0 comments on commit 4a0f919

Please sign in to comment.