From c83f7fa46d43902521396e5a52620e340c48ed8e97e161ac314ab751dcd2f13c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 6 Aug 2020 05:55:16 +0000 Subject: [PATCH] - Update to 1.4.2: * Reverted the default layer data format back to CSV (was changed to Zstd by accident in 1.4.0) * Added ability to draw lines using click+drag (in addition to click and click) when holding Shift * Improved positioning when adding maps to world via context menu * Disable instead of hide the "Save As Template" action when using embedded tilesets * Made Ctrl turn off snapping if Snap to Fine Grid is enabled (#2061) * Set minimum value of tile width and height to 1 * Fixed Select Same Tile tool behavior for empty tiles * Fixed clickability of the dot in point objects * Fixed adjusting of terrain images when tileset width changes * Worlds: Fixed potential data loss when opening .world file * tmxrasterizer: Added --show-layer option (by Matthias Varnholt, #2858) * tmxrasterizer: Added parameter to advance animations (by Sean Ballew, #2868) * Scripting: Initialize tile layer size to map size upon add (#2879) * Windows installer: Made creation of the desktop shortcut optional * Windows installer: Made the launching of Tiled optional * Updated Qt to 5.12.9 on all platforms except Windows XP and snap releases * snap: Fixed issues with storing the default session (#2852) * snap: Enabled support for Zstandard (#2850) OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=56 --- tiled-1.4.1.tar.gz | 3 --- tiled-1.4.2.tar.gz | 3 +++ tiled.changes | 25 +++++++++++++++++++++++++ tiled.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 tiled-1.4.1.tar.gz create mode 100644 tiled-1.4.2.tar.gz diff --git a/tiled-1.4.1.tar.gz b/tiled-1.4.1.tar.gz deleted file mode 100644 index a76a799..0000000 --- a/tiled-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adfec9f941fa5a0909c84f73e08df8fda99904b90482a348f0f528d04244ea64 -size 17481260 diff --git a/tiled-1.4.2.tar.gz b/tiled-1.4.2.tar.gz new file mode 100644 index 0000000..f1979e3 --- /dev/null +++ b/tiled-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260a9d5742ded735b31b95dac42be18e52dc8fb82f6873e9509ad9ded6b3b15d +size 17806729 diff --git a/tiled.changes b/tiled.changes index e518892..9e35fb9 100644 --- a/tiled.changes +++ b/tiled.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Aug 6 05:48:53 UTC 2020 - Michael Vetter + +- Update to 1.4.2: + * Reverted the default layer data format back to CSV + (was changed to Zstd by accident in 1.4.0) + * Added ability to draw lines using click+drag + (in addition to click and click) when holding Shift + * Improved positioning when adding maps to world via context menu + * Disable instead of hide the "Save As Template" action when using embedded tilesets + * Made Ctrl turn off snapping if Snap to Fine Grid is enabled (#2061) + * Set minimum value of tile width and height to 1 + * Fixed Select Same Tile tool behavior for empty tiles + * Fixed clickability of the dot in point objects + * Fixed adjusting of terrain images when tileset width changes + * Worlds: Fixed potential data loss when opening .world file + * tmxrasterizer: Added --show-layer option (by Matthias Varnholt, #2858) + * tmxrasterizer: Added parameter to advance animations (by Sean Ballew, #2868) + * Scripting: Initialize tile layer size to map size upon add (#2879) + * Windows installer: Made creation of the desktop shortcut optional + * Windows installer: Made the launching of Tiled optional + * Updated Qt to 5.12.9 on all platforms except Windows XP and snap releases + * snap: Fixed issues with storing the default session (#2852) + * snap: Enabled support for Zstandard (#2850) + ------------------------------------------------------------------- Fri Jun 26 06:26:37 UTC 2020 - Michael Vetter diff --git a/tiled.spec b/tiled.spec index 648a848..e47ac58 100644 --- a/tiled.spec +++ b/tiled.spec @@ -17,7 +17,7 @@ Name: tiled -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: A tilemap editor License: GPL-2.0-or-later