SHA256
1
0
forked from pool/tiled

- Update to 1.3.4:

* Fixed automatic reload issues when editing object types (regression in 1.3.1,
  #2768)
  * Scripting: Added methods to get tileset's image size (backported from 1.4, #2733)
  * Scripting: Fixed map.tilesets when 'Embed tilesets' is enabled
  * Fixed the "Fix Tileset" button in the Template Editor

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=48
This commit is contained in:
2020-04-15 04:35:35 +00:00
committed by Git OBS Bridge
parent aa61c1437b
commit d20d6e8a8f
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 15 04:30:53 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.3.4:
* Fixed automatic reload issues when editing object types (regression in 1.3.1,
#2768)
* Scripting: Added methods to get tileset's image size (backported from 1.4, #2733)
* Scripting: Fixed map.tilesets when 'Embed tilesets' is enabled
* Fixed the "Fix Tileset" button in the Template Editor
-------------------------------------------------------------------
Wed Mar 4 06:30:04 UTC 2020 - Michael Vetter <mvetter@suse.com>