From fa1a2e86f408622f100c9990fadcc568df97055a83f7a3f91e703e1cc44e3731 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 4 Aug 2023 16:12:10 +0000 Subject: [PATCH] - Update to 1.10.2: * Added support for setting custom properties on the project (with dogboydog, #2903) * Added feedback when Terrain Brush and Terrain Fill Mode can't find a tile * Removed Space and Ctrl+Space shortcuts from Layers view to avoid conflict with panning (#3672) * Display the image base name for unnamed tile objects referring to single images * Scripting: Added API for editing tile layers using terrain sets (with a-morphous, #3758) * Scripting: Added file dialog API (with dogboydog, #3782) * Scripting: Support erasing tiles in Tool.preview and TileMap.merge * Scripting: Added Geometry interface with line and ellipse helpers * Scripting: Added WangSet.effectiveTypeForColor * Fixed crash when changing file property of custom class (#3783) * Fixed loading of invalid color properties (#3793) * Fixed handling of enum values with 31 flags and fixed the applied limit (#3658) * Fixed object preview position with parallax factor on group layer (#3669) * Fixed hover highlight rendering with active parallax factor (#3669) * Fixed updating of object selection outlines when changing parallax factor (#3669) * Fixed "Offset Map" action to offset all objects when choosing "Whole Map" as bounds * Fixed several issues with drawing ellipses (#3776) * Fixed Terrain Fill Mode for sets containing transitions to empty (#3774) * Godot 4 plugin: Export custom tile properties as Custom Data Layers (with Kevin Harrison, #3653) * AppImage: Updated to Sentry 0.6.5 * Qt 6: Increased the image allocation limit from 1 GB to 4 GB (#3616) OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=91 --- tiled.changes | 26 ++++++++++++++++++++++++++ tiled.spec | 2 +- v1.10.1.tar.gz | 3 --- v1.10.2.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 v1.10.1.tar.gz create mode 100644 v1.10.2.tar.gz diff --git a/tiled.changes b/tiled.changes index deec7c9..c616253 100644 --- a/tiled.changes +++ b/tiled.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Aug 4 16:09:12 UTC 2023 - Michael Vetter + +- Update to 1.10.2: + * Added support for setting custom properties on the project (with dogboydog, #2903) + * Added feedback when Terrain Brush and Terrain Fill Mode can't find a tile + * Removed Space and Ctrl+Space shortcuts from Layers view to avoid conflict with panning (#3672) + * Display the image base name for unnamed tile objects referring to single images + * Scripting: Added API for editing tile layers using terrain sets (with a-morphous, #3758) + * Scripting: Added file dialog API (with dogboydog, #3782) + * Scripting: Support erasing tiles in Tool.preview and TileMap.merge + * Scripting: Added Geometry interface with line and ellipse helpers + * Scripting: Added WangSet.effectiveTypeForColor + * Fixed crash when changing file property of custom class (#3783) + * Fixed loading of invalid color properties (#3793) + * Fixed handling of enum values with 31 flags and fixed the applied limit (#3658) + * Fixed object preview position with parallax factor on group layer (#3669) + * Fixed hover highlight rendering with active parallax factor (#3669) + * Fixed updating of object selection outlines when changing parallax factor (#3669) + * Fixed "Offset Map" action to offset all objects when choosing "Whole Map" as bounds + * Fixed several issues with drawing ellipses (#3776) + * Fixed Terrain Fill Mode for sets containing transitions to empty (#3774) + * Godot 4 plugin: Export custom tile properties as Custom Data Layers (with Kevin Harrison, #3653) + * AppImage: Updated to Sentry 0.6.5 + * Qt 6: Increased the image allocation limit from 1 GB to 4 GB (#3616) + ------------------------------------------------------------------- Tue Apr 4 12:56:27 UTC 2023 - Michael Vetter diff --git a/tiled.spec b/tiled.spec index 14e99be..f647be4 100644 --- a/tiled.spec +++ b/tiled.spec @@ -17,7 +17,7 @@ Name: tiled -Version: 1.10.1 +Version: 1.10.2 Release: 0 Summary: A tilemap editor License: GPL-2.0-or-later diff --git a/v1.10.1.tar.gz b/v1.10.1.tar.gz deleted file mode 100644 index a562963..0000000 --- a/v1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6babc67801c4b2840ffad03d9c524187878dd859b68e2fcd0b5039c5cb04ab5a -size 17359401 diff --git a/v1.10.2.tar.gz b/v1.10.2.tar.gz new file mode 100644 index 0000000..b639ed7 --- /dev/null +++ b/v1.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0768a83a0ed72efb57aa77fe6884305f0e551d04a255b62590212cc3c8bbd43b +size 17382307