SHA256
1
0
forked from pool/tiled

- Update to 1.8.6:

* Keep references between objects when copy/pasting or duplicating (#3361)
  * Improved default translation used in case of multiple options
  * Terrain Brush: Update preview on mouse release (#3381)
  * Fixed 'Add Variation' action in Tile Stamps context menu (#3362)
  * Fixed importing of removed shortcuts (#3367)
  * Fixed breaking of alternative shortcuts on import or reset (#3367)
  * Fixed conflict detection to handle alternative shortcuts (#3368)
  * Fixed locking up UI on property type name conflict (#3380)
  * Scripting: Fixed possible crash when accessing Layer.map
  * Defold plugins: Added support for rotated tiles (#3369)
  * Updates to German translation

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=77
This commit is contained in:
2022-06-15 08:50:02 +00:00
committed by Git OBS Bridge
parent 3ca1af72a2
commit 46e517f0af
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jun 15 08:45:47 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 1.8.6:
* Keep references between objects when copy/pasting or duplicating (#3361)
* Improved default translation used in case of multiple options
* Terrain Brush: Update preview on mouse release (#3381)
* Fixed 'Add Variation' action in Tile Stamps context menu (#3362)
* Fixed importing of removed shortcuts (#3367)
* Fixed breaking of alternative shortcuts on import or reset (#3367)
* Fixed conflict detection to handle alternative shortcuts (#3368)
* Fixed locking up UI on property type name conflict (#3380)
* Scripting: Fixed possible crash when accessing Layer.map
* Defold plugins: Added support for rotated tiles (#3369)
* Updates to German translation
-------------------------------------------------------------------
Tue May 24 07:44:07 UTC 2022 - Michael Vetter <mvetter@suse.com>