From 74bee555225cdf98a408966ad657bc5c8cadb8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Thu, 11 Aug 2022 16:25:06 +0200 Subject: [PATCH] Bumped version to 1.9.1 --- NEWS.md | 3 +- docs/conf.py | 2 +- org.mapeditor.Tiled.appdata.xml | 86 ++++++++++++++++++++------------- tiled.qbs | 2 +- 4 files changed, 56 insertions(+), 37 deletions(-) diff --git a/NEWS.md b/NEWS.md index f1b0a0334d..9933ad084c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -### Unreleased +### Tiled 1.9.1 (11 August 2022) * Fixed properties-related crash when having no project loaded * Fixed loading of custom tile image rectangles (#3405) @@ -11,6 +11,7 @@ * JSON plugin: Fixed loading image layer "repeatx/y" properties (by Jene Litsch, #3428) * snap: Fixed startup error due to missing libQt5Concurrent.so.5 (#3408) * AppImage: Updated to Sentry 0.5.0 +* Updated Chinese (Simplified) and Portuguese translations ### Tiled 1.9.0 (25 June 2022) diff --git a/docs/conf.py b/docs/conf.py index 2af99ae0ea..f9027c9d9f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '1.9' # The full version, including alpha/beta/rc tags. -release = '1.9.0' +release = '1.9.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/org.mapeditor.Tiled.appdata.xml b/org.mapeditor.Tiled.appdata.xml index 5c7dd24394..04c785cb3c 100644 --- a/org.mapeditor.Tiled.appdata.xml +++ b/org.mapeditor.Tiled.appdata.xml @@ -16,44 +16,62 @@ + + https://www.mapeditor.org/2022/08/11/tiled-1-9-1-released.html + +
    +
  • Fixed properties-related crash when having no project loaded
  • +
  • Fixed loading of custom tile image rectangles (#3405)
  • +
  • Fixed loading of member values for nested classes (#3414)
  • +
  • Fixed visibility of "Move Object to Layer" sub-menu (#3417)
  • +
  • Fixed shadow offset for other maps in a world (#3429)
  • +
  • Fixed class dropdown to update immediately when changing custom types (#3398)
  • +
  • Fixed deleting an overridden property to not make it disappear (#3409)
  • +
  • Scripting: Added TilesetsView.currentTilesetChanged
  • +
  • JSON plugin: Fixed loading image layer "repeatx/y" properties (by Jene Litsch, #3428)
  • +
  • snap: Fixed startup error due to missing libQt5Concurrent.so.5 (#3408)
  • +
  • AppImage: Updated to Sentry 0.5.0
  • +
+
+
https://www.mapeditor.org/2022/06/25/tiled-1-9-0-released.html
    -
  • Ignore transparent pixels when selecting tile objects (#1477)
  • -
  • Added support for sub-images in image collection tilesets (#1008)
  • -
  • Added Tile Render Size and Fill Mode options to Tileset
  • -
  • Added %worldfile variable for custom commands (by Pixel-Nori, #3352)
  • -
  • Added 'New Project' action, replacing 'Save Project As' (#3279)
  • -
  • Added ability to load .tiled-session files from command-line
  • -
  • Don't scale point objects with the zoom level (#3356)
  • -
  • Take into account image layer content when determining visual map size (#3386)
  • -
  • Scripting: Added Dialog API for building custom UI (by tileboydog, #3384)
  • -
  • Scripting: Added -e,--evaluate to run a script from command-line
  • -
  • Scripting: Added Tool.toolBarActions property (#3318)
  • -
  • Scripting: Added Tileset.columnCount property
  • -
  • Scripting: Added ImageLayer.image property
  • -
  • Scripting: Added access to selected terrain in tileset editor
  • -
  • AutoMapping: Applying rules is now 10-30x faster
  • -
  • AutoMapping: Explicit "regions" layers are no longer needed and have been deprecated (#1918)
  • -
  • AutoMapping: "AutoMap While Drawing" no longer creates separate undo steps (#2166)
  • -
  • AutoMapping: Custom tiles can now match "Empty", "Non-Empty" and "Other" tiles through a "MatchType" property (#3100)
  • -
  • AutoMapping: A custom tile with "MatchType" set to "Negate" can be used instead of "inputnot" layers
  • -
  • AutoMapping: Added built-in tileset with these custom rule tiles
  • -
  • AutoMapping: Added a number of per-rule options which can be set using rectangle objects
  • -
  • AutoMapping: Erase tiles by placing tiles with "MatchType" set to "Empty" on output layers (#3100)
  • -
  • AutoMapping: Accumulate touched layers in AutoMap While Drawing (#3313)
  • -
  • AutoMapping: Support map name filters in rules.txt (#3014)
  • -
  • AutoMapping: Show relevant custom properties when a rules map is detected
  • -
  • Split up object types file type selection
  • -
  • Optimized rendering of tinted layers by caching tinted images
  • -
  • tmxrasterizer: Added options to hide certain layer types (#3343)
  • -
  • Raised minimum supported Qt version from 5.6 to 5.12 (drops Windows XP support)
  • -
  • Raised minimum C++ version to C++17
  • -
  • Removed qmake project files (only Qbs supported now)
  • -
  • AppImage: Updated to Sentry 0.4.18
  • -
  • Python plugin: Now built against Python 3.8 on Windows and Linux
  • -
  • Updated Bulgarian, Czech, French and Russian translations
  • +
  • Ignore transparent pixels when selecting tile objects (#1477)
  • +
  • Added support for sub-images in image collection tilesets (#1008)
  • +
  • Added Tile Render Size and Fill Mode options to Tileset
  • +
  • Added %worldfile variable for custom commands (by Pixel-Nori, #3352)
  • +
  • Added 'New Project' action, replacing 'Save Project As' (#3279)
  • +
  • Added ability to load .tiled-session files from command-line
  • +
  • Don't scale point objects with the zoom level (#3356)
  • +
  • Take into account image layer content when determining visual map size (#3386)
  • +
  • Scripting: Added Dialog API for building custom UI (by tileboydog, #3384)
  • +
  • Scripting: Added -e,--evaluate to run a script from command-line
  • +
  • Scripting: Added Tool.toolBarActions property (#3318)
  • +
  • Scripting: Added Tileset.columnCount property
  • +
  • Scripting: Added ImageLayer.image property
  • +
  • Scripting: Added access to selected terrain in tileset editor
  • +
  • AutoMapping: Applying rules is now 10-30x faster
  • +
  • AutoMapping: Explicit "regions" layers are no longer needed and have been deprecated (#1918)
  • +
  • AutoMapping: "AutoMap While Drawing" no longer creates separate undo steps (#2166)
  • +
  • AutoMapping: Custom tiles can now match "Empty", "Non-Empty" and "Other" tiles through a "MatchType" property (#3100)
  • +
  • AutoMapping: A custom tile with "MatchType" set to "Negate" can be used instead of "inputnot" layers
  • +
  • AutoMapping: Added built-in tileset with these custom rule tiles
  • +
  • AutoMapping: Added a number of per-rule options which can be set using rectangle objects
  • +
  • AutoMapping: Erase tiles by placing tiles with "MatchType" set to "Empty" on output layers (#3100)
  • +
  • AutoMapping: Accumulate touched layers in AutoMap While Drawing (#3313)
  • +
  • AutoMapping: Support map name filters in rules.txt (#3014)
  • +
  • AutoMapping: Show relevant custom properties when a rules map is detected
  • +
  • Split up object types file type selection
  • +
  • Optimized rendering of tinted layers by caching tinted images
  • +
  • tmxrasterizer: Added options to hide certain layer types (#3343)
  • +
  • Raised minimum supported Qt version from 5.6 to 5.12 (drops Windows XP support)
  • +
  • Raised minimum C++ version to C++17
  • +
  • Removed qmake project files (only Qbs supported now)
  • +
  • AppImage: Updated to Sentry 0.4.18
  • +
  • Python plugin: Now built against Python 3.8 on Windows and Linux
  • +
  • Updated Bulgarian, Czech, French and Russian translations
diff --git a/tiled.qbs b/tiled.qbs index f5ade6a5fd..93f8402b13 100644 --- a/tiled.qbs +++ b/tiled.qbs @@ -7,7 +7,7 @@ Project { qbsSearchPaths: "qbs" minimumQbsVersion: "1.12" - property string version: Environment.getEnv("TILED_VERSION") || "1.9.0"; + property string version: Environment.getEnv("TILED_VERSION") || "1.9.1"; property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true" property bool release: Environment.getEnv("TILED_RELEASE") == "true" property bool installHeaders: false