From 4797cf4fe7b74f2b76db09b59fae5c508106df40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Fri, 16 Sep 2022 18:08:46 +0200 Subject: [PATCH] Bumped version to 1.9.2 --- NEWS.md | 3 ++- docs/conf.py | 2 +- org.mapeditor.Tiled.appdata.xml | 22 ++++++++++++++++++++++ tiled.qbs | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 4cb54f42e1..72c8d46885 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -### Unreleased +### Tiled 1.9.2 (16 September 2022) * Allow adding maps to image collection tilesets (#3447) * Auto-detect JSON file format when importing custom types (#3472) @@ -14,6 +14,7 @@ * Scripting: Added Tileset.findTile * AutoMapping: Fixed applying of rule probability (#3425) * Defold plugin: Assign incrementing z values and allow specifying tile\_set (#3214) +* Updates to German translation (by Christian Pervoelz) ### Tiled 1.9.1 (11 August 2022) diff --git a/docs/conf.py b/docs/conf.py index f9027c9d9f..d0c190943e 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.1' +release = '1.9.2' # 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 04c785cb3c..cbbc4bf5c9 100644 --- a/org.mapeditor.Tiled.appdata.xml +++ b/org.mapeditor.Tiled.appdata.xml @@ -16,6 +16,28 @@ + + https://www.mapeditor.org/2022/09/16/tiled-1-9-2-released.html + +
    +
  • Allow adding maps to image collection tilesets (#3447)
  • +
  • Auto-detect JSON file format when importing custom types (#3472)
  • +
  • Added file system actions to the tile context menu (#3448)
  • +
  • Fixed possible crash in Custom Types Editor (#3465)
  • +
  • Fixed display of overridden values from a nested class
  • +
  • Fixed ability to reset nested string and file properties (#3409)
  • +
  • Fixed changing nested property values for multiple objects (#3344)
  • +
  • Fixed resolving of class properties on export to affect all data types (#3470)
  • +
  • Fixed possible duplication of Automapping Rules Tileset (#3462)
  • +
  • Fixed case where object labels could become visible for hidden layer (#3442)
  • +
  • Fixed updating of custom property colors when changing style
  • +
  • Scripting: Added Tileset.findTile
  • +
  • AutoMapping: Fixed applying of rule probability (#3425)
  • +
  • Defold plugin: Assign incrementing z values and allow specifying tile\_set (#3214)
  • +
  • Updates to German translation (by Christian Pervoelz)
  • +
+
+
https://www.mapeditor.org/2022/08/11/tiled-1-9-1-released.html diff --git a/tiled.qbs b/tiled.qbs index 93f8402b13..2ffb30fbba 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.1"; + property string version: Environment.getEnv("TILED_VERSION") || "1.9.2"; property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true" property bool release: Environment.getEnv("TILED_RELEASE") == "true" property bool installHeaders: false