- Update to 1.4.3:

* Improved error message when adding external tileset
  * Tile Collision Editor: Fixed invisible tile for isometric
    oriented tileset (#2892)
  * Fixed Object Alignment not getting set when reloading a tileset
  * Ignore attempts to replace a tileset with itself
  * qmake: Support linking to system Zstd on all UNIX-like systems

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=58
This commit is contained in:
2020-11-17 08:27:49 +00:00
committed by Git OBS Bridge
parent c83f7fa46d
commit 5e942a5342
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 17 08:18:48 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.4.3:
* Improved error message when adding external tileset
* Tile Collision Editor: Fixed invisible tile for isometric
oriented tileset (#2892)
* Fixed Object Alignment not getting set when reloading a tileset
* Ignore attempts to replace a tileset with itself
* qmake: Support linking to system Zstd on all UNIX-like systems
-------------------------------------------------------------------
Thu Aug 6 05:48:53 UTC 2020 - Michael Vetter <mvetter@suse.com>