From 839c95e308f3f3e28e810d6ebd2bf57c1e12c5cdbab5364f0a0e10fae306c280 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 26 Apr 2018 09:27:04 +0000 Subject: [PATCH] - Update to 1.1.5: * Fixed erasing mode of the Terrain Brush * Fixed crash after editing a template * Fixed rendering of eye/lock icons in Layers view * Fixed object index when undoing Move Object to Layer action (#1932[1]) * Fixed shortcuts for flipping and rotating objects (#1926[2]) * Fixed dynamic retranslation of tools and tool actions * Fixed possible crash when undoing/redoing Wang color changes * Fixed handling of sub-properties in Object Type Editor (#1936[3]) * Fixed crash when deleting an object right before dragging it (#1933[4]) * Adjust Wang tile data when tileset column count changes (#1851[5]) * Improved fill behavior in case of selection on infinite map (#1921[6]) * Removed ability to hide tile collision objects (#1929[7]) * Remove tile collision layer along with the last object (#1230[8]) * JSON plugin: Made the reader more strict about object types (#1922[9]) * JSON plugin: Added support for Wang sets OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=29 --- tiled-1.1.4.tar.gz | 3 --- tiled-1.1.5.tar.gz | 3 +++ tiled.changes | 20 ++++++++++++++++++++ tiled.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 tiled-1.1.4.tar.gz create mode 100644 tiled-1.1.5.tar.gz diff --git a/tiled-1.1.4.tar.gz b/tiled-1.1.4.tar.gz deleted file mode 100644 index 61c8df3..0000000 --- a/tiled-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0f3f0ab954fed23e246fbeb658d8cab0b5b9e00f46aa37e6e709ed918ff6375 -size 16029257 diff --git a/tiled-1.1.5.tar.gz b/tiled-1.1.5.tar.gz new file mode 100644 index 0000000..302e65b --- /dev/null +++ b/tiled-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e505a8426a9b225a11a7ef9b3038dad499a88dcc65237f8c7bc82b2a00d38ff +size 16034738 diff --git a/tiled.changes b/tiled.changes index 4ac25bb..c98c3d3 100644 --- a/tiled.changes +++ b/tiled.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Apr 26 09:21:45 UTC 2018 - mvetter@suse.com + +- Update to 1.1.5: + * Fixed erasing mode of the Terrain Brush + * Fixed crash after editing a template + * Fixed rendering of eye/lock icons in Layers view + * Fixed object index when undoing Move Object to Layer action (#1932[1]) + * Fixed shortcuts for flipping and rotating objects (#1926[2]) + * Fixed dynamic retranslation of tools and tool actions + * Fixed possible crash when undoing/redoing Wang color changes + * Fixed handling of sub-properties in Object Type Editor (#1936[3]) + * Fixed crash when deleting an object right before dragging it (#1933[4]) + * Adjust Wang tile data when tileset column count changes (#1851[5]) + * Improved fill behavior in case of selection on infinite map (#1921[6]) + * Removed ability to hide tile collision objects (#1929[7]) + * Remove tile collision layer along with the last object (#1230[8]) + * JSON plugin: Made the reader more strict about object types (#1922[9]) + * JSON plugin: Added support for Wang sets + ------------------------------------------------------------------- Wed Mar 28 10:45:18 UTC 2018 - mvetter@suse.com diff --git a/tiled.spec b/tiled.spec index 5c48411..c03e4b3 100644 --- a/tiled.spec +++ b/tiled.spec @@ -17,7 +17,7 @@ Name: tiled -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: A tilemap editor License: GPL-2.0+