diff --git a/NEWS.md b/NEWS.md index b5e8d762f9..25547edfeb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -### Tiled 1.9.0 (24 June 2022) +### Tiled 1.9.0 (25 June 2022) * Added option to ignore transparent pixels when selecting tile objects (#1477) * Added support for sub-images in image collection tilesets (#1008) diff --git a/org.mapeditor.Tiled.appdata.xml b/org.mapeditor.Tiled.appdata.xml index bca7dce6d2..5c7dd24394 100644 --- a/org.mapeditor.Tiled.appdata.xml +++ b/org.mapeditor.Tiled.appdata.xml @@ -17,7 +17,7 @@ - https://www.mapeditor.org/2022/06/24/tiled-1-9-0-released.html + https://www.mapeditor.org/2022/06/25/tiled-1-9-0-released.html
  • Ignore transparent pixels when selecting tile objects (#1477)
  • @@ -28,6 +28,7 @@
  • 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