Skip to content

Commit

Permalink
Bumped version to 1.7.2 and updated NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Aug 10, 2021
1 parent ef6a542 commit b47c613
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Tiled 1.7.2 (10 August 2021)

* Avoid automatically replacing external tilesets with "similar" ones
* Fixed copying and capturing stamps on staggered maps (with Alexander Dorogov, #2874)
* Fixed possible crash in Tile Animation Editor
* Fixed data loss when saving maps with tilesets that failed to load (#3106)
* Fixed creating multi-layer tile stamp from selection (#2899)
* Scripting: Automatically reset object ID when adding to avoid duplicate IDs
* Linux: Possible workaround for crash in clipboard manager
* Updated to Sentry 0.4.12
* Updated Italian translation

### Tiled 1.7.1 (9 July 2021)

* Don't save export target and format to exported files
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.7'
# The full version, including alpha/beta/rc tags.
release = '1.7.1'
release = '1.7.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.7.1"
isEmpty(TILED_VERSION):TILED_VERSION = "1.7.2"

# 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.7.1";
property string version: Environment.getEnv("TILED_VERSION") || "1.7.2";
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 b47c613

Please sign in to comment.