From 80d6d031c7b9be07eb5c21aa7a2b83c68dc076559feb9b4c72b6ed0a5c4de97d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 22 May 2019 08:45:18 +0000 Subject: [PATCH] - Update to 1.2.4: * Fixed view boundaries to take into account layer offsets * Fixed map size when switching infinite off * Fixed the image cache to check file modification time * Fixed updating a few things when changing tileset drawing offset * Fixed position of tile object outline on isometric maps * Fixed saving of tile stamps when using the Shape Fill Tool * tBIN plugin: Fixed loading of some tilesets on Linux * tBIN plugin: Fixed possible crash when images can't be found * Python plugin: Disable this plugin by default, to avoid crashes on startup * JSON plugin: Fixed writing of position for objects without ID * Added Swedish translation Changelog from 1.2.3: * Fixed cut/copy in Tile Collision Editor * Fixed crash when trying to add Wang colors without a selected Wang set * tBIN plugin: Fixed hang when locating missing tileset image * CSV plugin: Fixed exporting of grouped tile layers OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=39 --- tiled-1.2.2.tar.gz | 3 --- tiled-1.2.4.tar.gz | 3 +++ tiled.changes | 21 +++++++++++++++++++++ tiled.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 tiled-1.2.2.tar.gz create mode 100644 tiled-1.2.4.tar.gz diff --git a/tiled-1.2.2.tar.gz b/tiled-1.2.2.tar.gz deleted file mode 100644 index 269986e..0000000 --- a/tiled-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:312d41130c2b3822fd93f31614506c4a5c145f9f63f12b793588b274151fd388 -size 16846444 diff --git a/tiled-1.2.4.tar.gz b/tiled-1.2.4.tar.gz new file mode 100644 index 0000000..5c3d07c --- /dev/null +++ b/tiled-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591d9aef53a3d618fca8f8f61101f618915584c3b188595c8632d38d97352ad8 +size 16875074 diff --git a/tiled.changes b/tiled.changes index 64dda88..39dd745 100644 --- a/tiled.changes +++ b/tiled.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed May 22 08:40:21 UTC 2019 - mvetter@suse.com + +- Update to 1.2.4: + * Fixed view boundaries to take into account layer offsets + * Fixed map size when switching infinite off + * Fixed the image cache to check file modification time + * Fixed updating a few things when changing tileset drawing offset + * Fixed position of tile object outline on isometric maps + * Fixed saving of tile stamps when using the Shape Fill Tool + * tBIN plugin: Fixed loading of some tilesets on Linux + * tBIN plugin: Fixed possible crash when images can't be found + * Python plugin: Disable this plugin by default, to avoid crashes on startup + * JSON plugin: Fixed writing of position for objects without ID + * Added Swedish translation + Changelog from 1.2.3: + * Fixed cut/copy in Tile Collision Editor + * Fixed crash when trying to add Wang colors without a selected Wang set + * tBIN plugin: Fixed hang when locating missing tileset image + * CSV plugin: Fixed exporting of grouped tile layers + ------------------------------------------------------------------- Thu Jan 24 15:41:06 UTC 2019 - mvetter@suse.com diff --git a/tiled.spec b/tiled.spec index 3619450..ed6e232 100644 --- a/tiled.spec +++ b/tiled.spec @@ -17,7 +17,7 @@ Name: tiled -Version: 1.2.2 +Version: 1.2.4 Release: 0 Summary: A tilemap editor License: GPL-2.0-or-later