- 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/request/show/982737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=36
* 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
- Update to 1.8.5:
* Made expanded group layers persistent (#3282)
* Improved snapping behavior for scalable objects on staggered maps
* Allow setting a shortcut on the 'Edit Tileset' action
* Always select first entry while using the Open File in Project action
* Improved Add Property dialog layout in case of long type names (#3302)
* Fixed restoring of window layout when maximized (#590)
* Fixed snapping when dragging templates into a map (#3326)
* Fixed map selection rectangle in world for infinite maps (#3340)
* Fixed 'Merge Layer Down' action for infinite maps
* Fixed several small issues in the image color picker (#3348)
* Fixed missing name for undo commands that add/remove maps from world
* Fixed selection issues for tile objects with a non-zero tile offset
* Fixed hover indicator sometimes overlapping selection indicator
* Fixed removal of terrain info when removing tiles from a collection
* Scripting: Fixed region.rects when compiled against Qt 5.9 to 5.13
* Scripting: Layer.tintColor is now #ffffff when not set
* Updated Chinese (Simplified) and Portuguese (Portugal) translations
OBS-URL: https://build.opensuse.org/request/show/978937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=35
* Made expanded group layers persistent (#3282)
* Improved snapping behavior for scalable objects on staggered maps
* Allow setting a shortcut on the 'Edit Tileset' action
* Always select first entry while using the Open File in Project action
* Improved Add Property dialog layout in case of long type names (#3302)
* Fixed restoring of window layout when maximized (#590)
* Fixed snapping when dragging templates into a map (#3326)
* Fixed map selection rectangle in world for infinite maps (#3340)
* Fixed 'Merge Layer Down' action for infinite maps
* Fixed several small issues in the image color picker (#3348)
* Fixed missing name for undo commands that add/remove maps from world
* Fixed selection issues for tile objects with a non-zero tile offset
* Fixed hover indicator sometimes overlapping selection indicator
* Fixed removal of terrain info when removing tiles from a collection
* Scripting: Fixed region.rects when compiled against Qt 5.9 to 5.13
* Scripting: Layer.tintColor is now #ffffff when not set
* Updated Chinese (Simplified) and Portuguese (Portugal) translations
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=75
- Update to 1.8.2:
* Fixed deactivating of tools when no layer is selected (avoids crash)
* Fixed ability to reset custom 'color' and 'object' properties (#3270)
* Fixed updating of layer positions when changing parallax factor of a group (#3175)
* Scripting: Fixed crash when assigning null to the MapObject.tile property
* Scripting: Fixed adding of tilesets when adding layers to a loaded map (#3268)
* JSON format: Fixed layer locked status not getting saved (#2877)
- Update to 1.8.1
* Fixed pasted objects not getting selected if a tile layer was also copied
* Fixed possible crash when trying to determine whether OpenGL is used
* Fixed possible crash when using the Insert Tile tool
* Fixed possible crash in tile stamp preview
* AutoMapping: Fixed crash when an input layer does not exist (#3269)
* Scripting: Automatically add tilesets to the map where needed (#3268)
* snap: Updated from core18 to core20 (now uses Qt 5.12)
* AppImage: Updated to Sentry 0.4.15
OBS-URL: https://build.opensuse.org/request/show/955917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=33
* Fixed deactivating of tools when no layer is selected (avoids crash)
* Fixed ability to reset custom 'color' and 'object' properties (#3270)
* Fixed updating of layer positions when changing parallax factor of a group (#3175)
* Scripting: Fixed crash when assigning null to the MapObject.tile property
* Scripting: Fixed adding of tilesets when adding layers to a loaded map (#3268)
* JSON format: Fixed layer locked status not getting saved (#2877)
- Update to 1.8.1
* Fixed pasted objects not getting selected if a tile layer was also copied
* Fixed possible crash when trying to determine whether OpenGL is used
* Fixed possible crash when using the Insert Tile tool
* Fixed possible crash in tile stamp preview
* AutoMapping: Fixed crash when an input layer does not exist (#3269)
* Scripting: Automatically add tilesets to the map where needed (#3268)
* snap: Updated from core18 to core20 (now uses Qt 5.12)
* AppImage: Updated to Sentry 0.4.15
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=72
- Update to 1.8.0:
* Added support for custom enum properties (with svipal, #2941)
* Added support for custom class properties (#489)
* Added parallax origin property to the map (with krukai, #3209)
* Added Repeat X/Y properties to Image Layers (with krukai, #3205)
* Added an action for selecting all layers (Ctrl+Alt+A) (#3081)
* Added actions to select or add tilesets to Project view context menu
* Added cut/copy/paste actions to Tile Animation Editor
* Improved undo behavior by merging sequential edits to the same property (#3103)
* Improved multi-layer painting behavior (#3094)
* Separated the X and Y components of the major grid option (#3208)
* Added automatic fading out of the grid when zooming out a lot
* AutoMapping: Made it find layers within groups (#1771)
* AutoMapping: regions layer can now be used alongside region_input/output layers
* AutoMapping: Recognize "//" layer name prefix for ignoring layers (#3262)
* AutoMapping: Allow setting a rule map as project rules file (#3221)
* Tweaked focus behavior in the Template Editor
* Changed the default Terrain Brush shortcut back to T
* Reset tile animations when disabling playback and when exporting as image
* Don't require saving maps upon creation (#1902)
* Apply transformation actions to the preview while placing tiles (#3091)
* Allow using object context menu in object creation tools
* Reduced the step size for the parallax factor property
* Improved the logic for automatically switching tools (#2807)
* Ignore selection changes when marking a file as modified (#3194)
* Use the tileset background color in the collision editor (with Benja Appel, #3163)
* Show the read error when using --export-map/tileset
* Avoid deselecting all layers when clicking empty area in Layers view (#2806)
* Scripting: Added File API
* Scripting: Added support for loading JavaScript .mjs modules (#3261)
OBS-URL: https://build.opensuse.org/request/show/953371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=32
* Added support for custom enum properties (with svipal, #2941)
* Added support for custom class properties (#489)
* Added parallax origin property to the map (with krukai, #3209)
* Added Repeat X/Y properties to Image Layers (with krukai, #3205)
* Added an action for selecting all layers (Ctrl+Alt+A) (#3081)
* Added actions to select or add tilesets to Project view context menu
* Added cut/copy/paste actions to Tile Animation Editor
* Improved undo behavior by merging sequential edits to the same property (#3103)
* Improved multi-layer painting behavior (#3094)
* Separated the X and Y components of the major grid option (#3208)
* Added automatic fading out of the grid when zooming out a lot
* AutoMapping: Made it find layers within groups (#1771)
* AutoMapping: regions layer can now be used alongside region_input/output layers
* AutoMapping: Recognize "//" layer name prefix for ignoring layers (#3262)
* AutoMapping: Allow setting a rule map as project rules file (#3221)
* Tweaked focus behavior in the Template Editor
* Changed the default Terrain Brush shortcut back to T
* Reset tile animations when disabling playback and when exporting as image
* Don't require saving maps upon creation (#1902)
* Apply transformation actions to the preview while placing tiles (#3091)
* Allow using object context menu in object creation tools
* Reduced the step size for the parallax factor property
* Improved the logic for automatically switching tools (#2807)
* Ignore selection changes when marking a file as modified (#3194)
* Use the tileset background color in the collision editor (with Benja Appel, #3163)
* Show the read error when using --export-map/tileset
* Avoid deselecting all layers when clicking empty area in Layers view (#2806)
* Scripting: Added File API
* Scripting: Added support for loading JavaScript .mjs modules (#3261)
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=71
- Update to 1.7.2:
* Avoid automatically replacing external tilesets with "similar" ones
* Fixed copying and capturing stamps on staggered maps (#2874)
* Fixed possible crash in Tile Animation Editor
* Fixed data loss when saving maps with tilesets that failed to load (#3106)
* Fixed creating multi-layer tile stamp from selection (#2899)
* Scripting: Automatically reset object ID when adding to avoid duplicate IDs
* Linux: Possible workaround for crash in clipboard manager
* Updated to Sentry 0.4.12
* Updated Italian translation
OBS-URL: https://build.opensuse.org/request/show/912348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=31
* Avoid automatically replacing external tilesets with "similar" ones
* Fixed copying and capturing stamps on staggered maps (#2874)
* Fixed possible crash in Tile Animation Editor
* Fixed data loss when saving maps with tilesets that failed to load (#3106)
* Fixed creating multi-layer tile stamp from selection (#2899)
* Scripting: Automatically reset object ID when adding to avoid duplicate IDs
* Linux: Possible workaround for crash in clipboard manager
* Updated to Sentry 0.4.12
* Updated Italian translation
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=70
- Update to 1.7.1:
* Don't save export target and format to exported files
* Fixed crashes resulting from the Tile Animation Editor
* Fixed possible crash when pasting multi-layer stamp (#3097)
* Fixed possible crash when restoring expanded layers in Objects view
* Fixed parallax factor getting lost when layer is cloned (#3077)
* Fixed an issue with synchronizing selected tiles to current stamp (#3095)
* Commands: Fixed possible crash in Edit Commands window
* Commands: Automatically quote the command executable
* Commands: Improved starting directory for executable file chooser
* Commands: Fixed the 'Clear' button to reset the shortcut
* Updated to Sentry 0.4.11
* Updated French translation
OBS-URL: https://build.opensuse.org/request/show/905772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=30
* Don't save export target and format to exported files
* Fixed crashes resulting from the Tile Animation Editor
* Fixed possible crash when pasting multi-layer stamp (#3097)
* Fixed possible crash when restoring expanded layers in Objects view
* Fixed parallax factor getting lost when layer is cloned (#3077)
* Fixed an issue with synchronizing selected tiles to current stamp (#3095)
* Commands: Fixed possible crash in Edit Commands window
* Commands: Automatically quote the command executable
* Commands: Improved starting directory for executable file chooser
* Commands: Fixed the 'Clear' button to reset the shortcut
* Updated to Sentry 0.4.11
* Updated French translation
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=69
- Update to 1.7.0:
* Added basic "major grid" option with stronger lines (with Ilya Arkhanhelsky, #3032)
* Added ability to rearrange tiles in a tileset (with José Miguel Sánchez García, #2983)
* Added option to choose background fade color (with SchmidtWC, #3031)
* Added portable mode, enabled when a "tiled.ini" is detected alongside the Tiled executable (#2945)
* Disable project extensions by default, for security reasons (#3058)
* Render selection preview and hovered item highlight above labels (#3036)
* Changed the donation reminder to be non-modal
* docs: Generate scripting API documentation using TypeDoc (with Erik Schilling (#2965) and MrMasterplan (#3040, #3041, #3045))
* QMake/Qbs: Added a way to disable DBus support (with Dmitry Marakasov, #3039)
* Scripting: Fixed 'mouseLeft' callback for scripted tools (#3050)
* Scripting: Fixed loading of icons with explicit "ext:" prefix (#3048)
* Scripting: Made TileMap coordinate conversion functions always work (#3054)
* tBIN plugin: Convert 'color', 'object' and 'file' properties on save
* Python plugin: Added Layer.offset and Layer.setOffset (with sverx, #3073)
* Python plugin: Linux AppImage now supports Python 3.6 instead of 3.5
* Fixed possible crash in Properties view when switching files
* Fixed watching/unwatching of folders when adding/removing from project (#3035)
* Fixed determining desired file format by extension on export
* Fixed compilation issue with GCC 10 (#3037)
* Updated Bulgarian, Portuguese (Portugal), Russian and Turkish translations
- Remove tiled-endl.patch: upstreamed
OBS-URL: https://build.opensuse.org/request/show/898174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=29
* Added basic "major grid" option with stronger lines (with Ilya Arkhanhelsky, #3032)
* Added ability to rearrange tiles in a tileset (with José Miguel Sánchez García, #2983)
* Added option to choose background fade color (with SchmidtWC, #3031)
* Added portable mode, enabled when a "tiled.ini" is detected alongside the Tiled executable (#2945)
* Disable project extensions by default, for security reasons (#3058)
* Render selection preview and hovered item highlight above labels (#3036)
* Changed the donation reminder to be non-modal
* docs: Generate scripting API documentation using TypeDoc (with Erik Schilling (#2965) and MrMasterplan (#3040, #3041, #3045))
* QMake/Qbs: Added a way to disable DBus support (with Dmitry Marakasov, #3039)
* Scripting: Fixed 'mouseLeft' callback for scripted tools (#3050)
* Scripting: Fixed loading of icons with explicit "ext:" prefix (#3048)
* Scripting: Made TileMap coordinate conversion functions always work (#3054)
* tBIN plugin: Convert 'color', 'object' and 'file' properties on save
* Python plugin: Added Layer.offset and Layer.setOffset (with sverx, #3073)
* Python plugin: Linux AppImage now supports Python 3.6 instead of 3.5
* Fixed possible crash in Properties view when switching files
* Fixed watching/unwatching of folders when adding/removing from project (#3035)
* Fixed determining desired file format by extension on export
* Fixed compilation issue with GCC 10 (#3037)
* Updated Bulgarian, Portuguese (Portugal), Russian and Turkish translations
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=66
- Update to 1.6.0:
* Added object selection preview
* Added toggle to select enclosed rather than touched objects (#3023)
* Added Sentry crash handler to Linux AppImage (disabled by default)
* Added %tileid variable for custom commands on tilesets (#3026)
* Added option to lock the position of views and tool bars
* Added toggle to show/hide other maps in the same world (#2859)
* Added a helpful text to Terrain Sets view when it is empty (#3015)
* Allow opening projects from the File menu (#3000)
* Made the terrains list in the Terrain Sets view not collapsible (#3015)
* Automatically select the first terrain when selecting a Terrain Set (#3015)
* When duplicating objects, place the duplicates next to the originals (#2998)
* Tweaked selection outlines to be a little fatter and adjust to DPI
* Write --export-formats output to stdout instead of stderr (#3002)
* Allow hiding objects in the Tile Collision Editor
* Scripting: Added missing Tileset.transparentColor property
* Fixed 'Detach templates' export option to add tilesets when needed
* Fixed Terrain Brush behavior on map edges
* Fixed Terrain Brush behavior for sets transitioning to nothing
* Fixed loss of edit focus when hovering tileset while assigning terrain (#3015)
* Fixed shortcuts for flipping or rotating the current terrain pattern
* Fixed switching to Terrain Brush when clicked terrain is already selected (#3015)
* Fixed state of "dynamic wrapping" toggle button on startup
* Fixed parallax layer positioning when reordering layers (#3009)
* Windows: Fixed Swedish translation missing from installer
* Windows: Re-enabled code signing by SignPath (was missing for Tiled 1.5)
* snap: Added 'removable-media' plug, for accessing USB drives
* snap: "Open Containing Folder" action now also selects the file
* JSON plugin: Write out "version" property as string (#3033)
* YY plugin: Fixed plugin loading issue for qmake builds
OBS-URL: https://build.opensuse.org/request/show/888578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=27
* Added object selection preview
* Added toggle to select enclosed rather than touched objects (#3023)
* Added Sentry crash handler to Linux AppImage (disabled by default)
* Added %tileid variable for custom commands on tilesets (#3026)
* Added option to lock the position of views and tool bars
* Added toggle to show/hide other maps in the same world (#2859)
* Added a helpful text to Terrain Sets view when it is empty (#3015)
* Allow opening projects from the File menu (#3000)
* Made the terrains list in the Terrain Sets view not collapsible (#3015)
* Automatically select the first terrain when selecting a Terrain Set (#3015)
* When duplicating objects, place the duplicates next to the originals (#2998)
* Tweaked selection outlines to be a little fatter and adjust to DPI
* Write --export-formats output to stdout instead of stderr (#3002)
* Allow hiding objects in the Tile Collision Editor
* Scripting: Added missing Tileset.transparentColor property
* Fixed 'Detach templates' export option to add tilesets when needed
* Fixed Terrain Brush behavior on map edges
* Fixed Terrain Brush behavior for sets transitioning to nothing
* Fixed loss of edit focus when hovering tileset while assigning terrain (#3015)
* Fixed shortcuts for flipping or rotating the current terrain pattern
* Fixed switching to Terrain Brush when clicked terrain is already selected (#3015)
* Fixed state of "dynamic wrapping" toggle button on startup
* Fixed parallax layer positioning when reordering layers (#3009)
* Windows: Fixed Swedish translation missing from installer
* Windows: Re-enabled code signing by SignPath (was missing for Tiled 1.5)
* snap: Added 'removable-media' plug, for accessing USB drives
* snap: "Open Containing Folder" action now also selects the file
* JSON plugin: Write out "version" property as string (#3033)
* YY plugin: Fixed plugin loading issue for qmake builds
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=62
- Update to 1.5.0:
* Unified Wang and Terrain tools (backwards incompatible change!)
* Added support for a per-layer parallax scrolling factor (#2951[1])
* Added export to GameMaker Studio 2.3 (#1642[2])
* Added option to change object selection behavior (#2865[3])
* Added Monospace option to the multi-line text editor
* Added option to auto-scroll on middle click
* Added smooth scrolling option for arrow keys
* Added a 'Convert to Polygon' action for rectangle objects
* Added support for drawing with a blob tileset
* Added 'Duplicate Terrain Set' action
* Added Terrain Set type (Corner, Edge or Mixed)
* Added support for rotating and flipping Terrain tiles (by Christof Petig, #2912[4])
* Added support for exporting to RPTools MapTool[5] RpMap files (by Christof Petig, #2926[6])
* Added Ctrl+Shift to toggle Snap to Fine Grid (by sverx, #2895[7])
* Eraser: Added Shift to erase on all layers (by Michael Aganier, #2897[8])
* Automatically add .world extension to new World files
* Shape Fill Tool now displays the size of the current shape (#2808[9])
* Tile Collision Editor: Added action to add an auto-detected bounding box collision rectangle (by Robin Macharg, #1960[10])
* Tile Collision Editor: Added context menu action to copy selected collision objects to all other selected tiles (by Robin Macharg, #1960[10])
* Tilesets view: Added "Edit Tileset" action to tab context menu
* Tilesets view: Added "Add External Tileset" action to tilesets menu
* Scripting: Added initial API for creating and modifying Terrain Sets
* Scripting: Added API for working with images (#2787[11])
* Scripting: Added API for launching other processes (#2783[12])
* Scripting: Added MapView.center property
* Scripting: Added missing Layer.id and Layer.parentLayer properties
* Scripting: Enable extending most context menus
* Scripting: Fixed reset of file formats on script reload (#2911[13])
* Scripting: Fixed missing GroupLayer and ImageLayer constructors
OBS-URL: https://build.opensuse.org/request/show/881837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=26
* Unified Wang and Terrain tools (backwards incompatible change!)
* Added support for a per-layer parallax scrolling factor (#2951[1])
* Added export to GameMaker Studio 2.3 (#1642[2])
* Added option to change object selection behavior (#2865[3])
* Added Monospace option to the multi-line text editor
* Added option to auto-scroll on middle click
* Added smooth scrolling option for arrow keys
* Added a 'Convert to Polygon' action for rectangle objects
* Added support for drawing with a blob tileset
* Added 'Duplicate Terrain Set' action
* Added Terrain Set type (Corner, Edge or Mixed)
* Added support for rotating and flipping Terrain tiles (by Christof Petig, #2912[4])
* Added support for exporting to RPTools MapTool[5] RpMap files (by Christof Petig, #2926[6])
* Added Ctrl+Shift to toggle Snap to Fine Grid (by sverx, #2895[7])
* Eraser: Added Shift to erase on all layers (by Michael Aganier, #2897[8])
* Automatically add .world extension to new World files
* Shape Fill Tool now displays the size of the current shape (#2808[9])
* Tile Collision Editor: Added action to add an auto-detected bounding box collision rectangle (by Robin Macharg, #1960[10])
* Tile Collision Editor: Added context menu action to copy selected collision objects to all other selected tiles (by Robin Macharg, #1960[10])
* Tilesets view: Added "Edit Tileset" action to tab context menu
* Tilesets view: Added "Add External Tileset" action to tilesets menu
* Scripting: Added initial API for creating and modifying Terrain Sets
* Scripting: Added API for working with images (#2787[11])
* Scripting: Added API for launching other processes (#2783[12])
* Scripting: Added MapView.center property
* Scripting: Added missing Layer.id and Layer.parentLayer properties
* Scripting: Enable extending most context menus
* Scripting: Fixed reset of file formats on script reload (#2911[13])
* Scripting: Fixed missing GroupLayer and ImageLayer constructors
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=60
* Improved error message when adding external tileset
* Tile Collision Editor: Fixed invisible tile for isometric
oriented tileset (#2892)
* Fixed Object Alignment not getting set when reloading a tileset
* Ignore attempts to replace a tileset with itself
* qmake: Support linking to system Zstd on all UNIX-like systems
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=58
- 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/request/show/824591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=24
* 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
- Update to 1.4.1:
* When opening a .world file, load the world and open its first map
* When opening an object template, show it in the Template Editor
* Fixed crash on trying to export using the command-line (#2842[1])
* Fixed crash when deleting multiple objects with manual drawing order (#2844[2])
* Fixed potential crash when removing a tileset
* Fixed potential scaling happening for maps used as tilesets (#2843[3])
* Fixed positioning of map view when switching between maps in a world
* Fixed file dialog start location
* Scripting: Fixed issues with absolute file paths on Windows (#2841[4])
* Lua plugin: Fixed syntax used for object properties (#2839[5])
OBS-URL: https://build.opensuse.org/request/show/817192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=23
* When opening a .world file, load the world and open its first map
* When opening an object template, show it in the Template Editor
* Fixed crash on trying to export using the command-line (#2842[1])
* Fixed crash when deleting multiple objects with manual drawing order (#2844[2])
* Fixed potential crash when removing a tileset
* Fixed potential scaling happening for maps used as tilesets (#2843[3])
* Fixed positioning of map view when switching between maps in a world
* Fixed file dialog start location
* Scripting: Fixed issues with absolute file paths on Windows (#2841[4])
* Lua plugin: Fixed syntax used for object properties (#2839[5])
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=54
- Update to 1.4.0:
* Added support for projects (#1665[1])
* Added object reference property type (with Steve Le Roy Harris and
Phlosioneer, #707[2])
* Added world editing tool for adding/removing and moving around maps in a
world (with Nils Kübler, #2208[3])
* Added a quick "Open file in Project" (Ctrl+P) action
* Added new Object Alignment property to Tileset (with Phlosioneer, #91[4])
* Added layer tint color (by Gnumaru, #2687[5])
* Added support for using maps as images (with Phlosioneer, #2708[6])
* Added 'Open with System Editor' action for custom file properties
(#2172[7])
* Added option to render object names when exporting as image (#2216[8])
* Added 'Replace Tileset' action to Tilesets view
* Added shortcut to tooltips for all registered actions
* Added automatic reloading of object templates (by Phlosioneer, #2699[9])
* Added 'Clear Console' button and context menu action (#2220[10])
* Added 'Reopen Closed File' (Ctrl+Shift+T) action
* Added status bar button to toggle the Console view
* Added a border around the tile selection highlight
* Switch current tileset tab if all selected tiles are from the same
tileset (by Mitch Curtis, #2792[11])
* Made tileset dynamic wrapping toggle persistent
* Properties view: Added action for adding a property to context menu
(#2796[12])
* Optimized loading of CSV tile layer data (by Phlosioneer, #2701[13])
* Improved map positioning when toggling 'Clear View'
* Remember the preferred format used for saving
* Normalize rotation values when rotating objects (#2775[14])
* Removed the Maps view (replaced by Project view)
OBS-URL: https://build.opensuse.org/request/show/815698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=22
* Added support for projects (#1665[1])
* Added object reference property type (with Steve Le Roy Harris and
Phlosioneer, #707[2])
* Added world editing tool for adding/removing and moving around maps in a
world (with Nils Kübler, #2208[3])
* Added a quick "Open file in Project" (Ctrl+P) action
* Added new Object Alignment property to Tileset (with Phlosioneer, #91[4])
* Added layer tint color (by Gnumaru, #2687[5])
* Added support for using maps as images (with Phlosioneer, #2708[6])
* Added 'Open with System Editor' action for custom file properties
(#2172[7])
* Added option to render object names when exporting as image (#2216[8])
* Added 'Replace Tileset' action to Tilesets view
* Added shortcut to tooltips for all registered actions
* Added automatic reloading of object templates (by Phlosioneer, #2699[9])
* Added 'Clear Console' button and context menu action (#2220[10])
* Added 'Reopen Closed File' (Ctrl+Shift+T) action
* Added status bar button to toggle the Console view
* Added a border around the tile selection highlight
* Switch current tileset tab if all selected tiles are from the same
tileset (by Mitch Curtis, #2792[11])
* Made tileset dynamic wrapping toggle persistent
* Properties view: Added action for adding a property to context menu
(#2796[12])
* Optimized loading of CSV tile layer data (by Phlosioneer, #2701[13])
* Improved map positioning when toggling 'Clear View'
* Remember the preferred format used for saving
* Normalize rotation values when rotating objects (#2775[14])
* Removed the Maps view (replaced by Project view)
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=52
- Update to 1.3.5:
* Fixed initialization and restoring of map view (#2779)
* Fixed skewed tile terrain/Wang overlays for non-square tiles (#1943)
* Fixed link color on dark theme
* Fixed small issue when right-clicking embedded tileset tab
* Fixed Wang Sets toggle to also appear in the Tileset menu
* Scripting: Fixed issue when closing/committing BinaryFile (#2801)
* Scripting: Fixed "Safe writing of files" when writing with TextFile
* Updated Qt to 5.12.8 on all platforms
* Small translation updates to Bulgarian, French and Portuguese
OBS-URL: https://build.opensuse.org/request/show/809686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=21
* Fixed initialization and restoring of map view (#2779)
* Fixed skewed tile terrain/Wang overlays for non-square tiles (#1943)
* Fixed link color on dark theme
* Fixed small issue when right-clicking embedded tileset tab
* Fixed Wang Sets toggle to also appear in the Tileset menu
* Scripting: Fixed issue when closing/committing BinaryFile (#2801)
* Scripting: Fixed "Safe writing of files" when writing with TextFile
* Updated Qt to 5.12.8 on all platforms
* Small translation updates to Bulgarian, French and Portuguese
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=50
* Fixed automatic reload issues when editing object types (regression in 1.3.1,
#2768)
* Scripting: Added methods to get tileset's image size (backported from 1.4, #2733)
* Scripting: Fixed map.tilesets when 'Embed tilesets' is enabled
* Fixed the "Fix Tileset" button in the Template Editor
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=48
- Update to 1.3.3:
* Fixed loading of compression level (#2753)
* Fixed default value for Hex Side Length property
* Fixed hiding of status bar text for some tools
* Fixed removing of object labels when removing a group layer
* GmxPlugin: Fixed compatibility with GameMaker 1.4.9999
* Scripting: Made TextFile.commit and BinaryFile.commit close as well
* Scripting: Fixed crashes when modifying certain new objects (#2747)
* Scripting: Fixed potential crash in Asset.macro/undo/redo/isModified
* Scripting: Fixed potential crash when accessing Tool.preview
* Scripting: Fixed loading of images from extensions folder
* Scripting: Reload extensions also when files are added/removed
* Updated Bulgarian translation
OBS-URL: https://build.opensuse.org/request/show/781385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=19
* Fixed loading of compression level (#2753)
* Fixed default value for Hex Side Length property
* Fixed hiding of status bar text for some tools
* Fixed removing of object labels when removing a group layer
* GmxPlugin: Fixed compatibility with GameMaker 1.4.9999
* Scripting: Made TextFile.commit and BinaryFile.commit close as well
* Scripting: Fixed crashes when modifying certain new objects (#2747)
* Scripting: Fixed potential crash in Asset.macro/undo/redo/isModified
* Scripting: Fixed potential crash when accessing Tool.preview
* Scripting: Fixed loading of images from extensions folder
* Scripting: Reload extensions also when files are added/removed
* Updated Bulgarian translation
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=46
- Update to 1.3.2:
* Fixed initialization of selected layers (#2719)
* Fixed stamp action shortcuts not being configurable (#2684)
* Fixed the tileset view to respect the 'wheel zooms by default' preference
* Fixed insertion position when using drag-n-drop to rearrange layers
* Fixed displayed layer data format in Properties
* Fixed repeating of export when map is saved by a custom command (#2709)
* Fixed issue when multiple worlds are loaded that use pattern matching
* Issues view can now be hidden by clicking the status bar counters
* macOS: Fixed black toolbar when enabling OpenGL rendering (#1839)
* Windows: Fixed context menus activating first item on release (#2693)
* Windows installer: Include the 'defoldcollection' plugin (#2677)
* libtiled: Avoid inheriting Properties from QVariantMap (#2679)
* docs: Added some notes to Python and JavaScript pages (#2725)
* Updated Qt from 5.12.5 to 5.12.6
* Updated Finnish translation (by Tuomas Lähteenmäki and odamite)
* Updated part of Italian translation (by Katia Piazza)
OBS-URL: https://build.opensuse.org/request/show/766325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=18
* Fixed initialization of selected layers (#2719)
* Fixed stamp action shortcuts not being configurable (#2684)
* Fixed the tileset view to respect the 'wheel zooms by default' preference
* Fixed insertion position when using drag-n-drop to rearrange layers
* Fixed displayed layer data format in Properties
* Fixed repeating of export when map is saved by a custom command (#2709)
* Fixed issue when multiple worlds are loaded that use pattern matching
* Issues view can now be hidden by clicking the status bar counters
* macOS: Fixed black toolbar when enabling OpenGL rendering (#1839)
* Windows: Fixed context menus activating first item on release (#2693)
* Windows installer: Include the 'defoldcollection' plugin (#2677)
* libtiled: Avoid inheriting Properties from QVariantMap (#2679)
* docs: Added some notes to Python and JavaScript pages (#2725)
* Updated Qt from 5.12.5 to 5.12.6
* Updated Finnish translation (by Tuomas Lähteenmäki and odamite)
* Updated part of Italian translation (by Katia Piazza)
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=44
- Update to 1.3.1:
* Added reloading of object types when changed externally (by Jacob Coughenour, #2674)
* Added a status bar to the startup screen
* Made the shortcuts for the tools configurable (#2666)
* Made Undo/Redo shortcuts configurable (#2669)
* Fixed importing of keyboard settings (.kms files) (#2671)
* Fixed small window showing up on startup for a split second
* Windows: Fixed the shipped version of OpenSSL (fixes new version notification)
* Tiled Quick: Don't compile/install by default (#2673)
- Remove tiled-1.3.0-disable-quick.patch: upstreamed
- Update to 1.3.0:
* Added support for extending Tiled with JavaScript (#949)
* Added error and warning counts to the status bar
* Added Issues view where you can see warnings and errors and interact with them
* Added configuration of keyboard shortcuts (#215)
* Added status bar notification on new releases (replacing Sparkle and WinSparkle)
* Added option to show tile collision shapes on the map (#799)
* Added switching current layer with Ctrl + Right Click in map view
* Added search filter to the Objects view (#1467)
* Added icons to objects in the Objects view
* Added dynamic wrapping mode to the tileset view (#1241)
* Added a *.world file filter when opening a world file
* Added support for .world files in tmxrasterizer (by Samuel Magnan, #2067)
* Added synchronization of selected layers and tileset when switching between maps in a world (by JustinZhengBC, #2087)
* Added actions to show/hide and lock/unlock the selected layers
* Added toggle button for "Highlight Current Layer" action
* Added custom output chunk size option to map properties (by Markus, #2130)
* Added support for Zstandard compression and configurable compression level (with BRULE Herman and Michael de Lang, #1888)
* Added option to minimize output on export (#944)
OBS-URL: https://build.opensuse.org/request/show/749935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=17
* Added reloading of object types when changed externally (by Jacob Coughenour, #2674)
* Added a status bar to the startup screen
* Made the shortcuts for the tools configurable (#2666)
* Made Undo/Redo shortcuts configurable (#2669)
* Fixed importing of keyboard settings (.kms files) (#2671)
* Fixed small window showing up on startup for a split second
* Windows: Fixed the shipped version of OpenSSL (fixes new version notification)
* Tiled Quick: Don't compile/install by default (#2673)
- Remove tiled-1.3.0-disable-quick.patch: upstreamed
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=42
* Added support for extending Tiled with JavaScript (#949)
* Added error and warning counts to the status bar
* Added Issues view where you can see warnings and errors and interact with them
* Added configuration of keyboard shortcuts (#215)
* Added status bar notification on new releases (replacing Sparkle and WinSparkle)
* Added option to show tile collision shapes on the map (#799)
* Added switching current layer with Ctrl + Right Click in map view
* Added search filter to the Objects view (#1467)
* Added icons to objects in the Objects view
* Added dynamic wrapping mode to the tileset view (#1241)
* Added a *.world file filter when opening a world file
* Added support for .world files in tmxrasterizer (by Samuel Magnan, #2067)
* Added synchronization of selected layers and tileset when switching between maps in a world (by JustinZhengBC, #2087)
* Added actions to show/hide and lock/unlock the selected layers
* Added toggle button for "Highlight Current Layer" action
* Added custom output chunk size option to map properties (by Markus, #2130)
* Added support for Zstandard compression and configurable compression level (with BRULE Herman and Michael de Lang, #1888)
* Added option to minimize output on export (#944)
* Added export to Defold .collection files (by CodeSpartan, #2084)
* Added a warning when custom file properties point to non-existing files (#2080)
* Added shortcuts for next/previous tileset (#1238)
* Added saving of the last export target and format in the map/tileset file (#1610)
* Added option to repeat the last export on save (#1610)
* Added Fit Map in View action (by Mateo de Mayo, #2206)
* Tile Collision Editor: Added objects list view
* Changed the Type property from a text box to an editable combo box (#823)
* Changed animation preview to follow zoom factor for tiles (by Ruslan Gainutdinov, #2050)
* Changed the shortcut for AutoMap from A to Ctrl+M
* AutoMapping: Added "OverflowBorder" and "WrapBorder" options (by João Baptista de Paula e Silva, #2141)
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=41
- 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/request/show/704673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=16
* 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
- Update to 1.2.2:
* Added 'json1' plugin that exports to the old JSON format (#2058)
* Enable the adding of point objects in Tile Collision Editor (#2043)
* Reload AutoMapping rules when they have changed on disk (by Justin Zheng, #1997)
* Fixed remembering of last used export filter
* Fixed label color to update when object layer color is changed (by Justin Zheng, #1976)
* Fixed stamp and fill tools to adjust when tile probability is changed (by Justin Zheng, #1996)
* Fixed misbehavior when trying to open non-existing files
* Fixed mini-map bounds when layer offsets are used in combination with group layers
* Fixed Templates view missing from the Views menu (#2054)
* Fixed Copy Path / Open Folder actions for embedded tilesets (#2059)
* Python plugin: Made the API more complete (#1867)
* Updated Chinese, German, Korean, Norwegian Bokmål, Portuguese (Portugal) and Ukrainian translations
OBS-URL: https://build.opensuse.org/request/show/673253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=15
* Added 'json1' plugin that exports to the old JSON format (#2058)
* Enable the adding of point objects in Tile Collision Editor (#2043)
* Reload AutoMapping rules when they have changed on disk (by Justin Zheng, #1997)
* Fixed remembering of last used export filter
* Fixed label color to update when object layer color is changed (by Justin Zheng, #1976)
* Fixed stamp and fill tools to adjust when tile probability is changed (by Justin Zheng, #1996)
* Fixed misbehavior when trying to open non-existing files
* Fixed mini-map bounds when layer offsets are used in combination with group layers
* Fixed Templates view missing from the Views menu (#2054)
* Fixed Copy Path / Open Folder actions for embedded tilesets (#2059)
* Python plugin: Made the API more complete (#1867)
* Updated Chinese, German, Korean, Norwegian Bokmål, Portuguese (Portugal) and Ukrainian translations
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=37
- Update to 1.2.1:
* Fixed JSON templates not being visible in Templates view (#2009[1])
* Fixed Maps view to show all readable map formats
* Fixed crash when deleting a command using the context menu (by Robert Lewicki, #2014[2])
* Fixed crash after a world file failed to load
* Fixed Select None action to be enabled when there is any selection
* Fixed disappearing of tile types on export/import of a tileset (#2023[3])
* Fixed tool shortcuts when using Spanish translation
* Fixed saving of the "Justify" alignment option for text objects (#2026[4])
* Changed Cut, Copy and Delete actions to apply based on selected layer types
* Updated Russian translation (by Rafael Osipov, #2017[5
OBS-URL: https://build.opensuse.org/request/show/650346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=14
* Fixed JSON templates not being visible in Templates view (#2009[1])
* Fixed Maps view to show all readable map formats
* Fixed crash when deleting a command using the context menu (by Robert Lewicki, #2014[2])
* Fixed crash after a world file failed to load
* Fixed Select None action to be enabled when there is any selection
* Fixed disappearing of tile types on export/import of a tileset (#2023[3])
* Fixed tool shortcuts when using Spanish translation
* Fixed saving of the "Justify" alignment option for text objects (#2026[4])
* Changed Cut, Copy and Delete actions to apply based on selected layer types
* Updated Russian translation (by Rafael Osipov, #2017[5
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=35
- Update to 1.2.0:
* Added multi-layer selection, including multi-layer tile layer editing
* Added support for multi-map worlds (#1669[1])
* Added ability to extend existing polylines (with Ketan Gupta, #1683[2])
* Added option to highlight the hovered object (#1190[3])
* Added news from website to the status bar (#1898[4])
* Added option to show object labels for hovered objects
* Added option to embed tilesets on export (#1850[5])
* Added option to detach templates on export (#1850[5])
* Added option to resolve object types and properties on export (#1850[5])
* Added Escape for switching to the Select Objects tool and for clearing the selection
* Added Escape to cancel the current action in all object layer tools
* Added double-click on polygon objects to switch to Edit Polygons tool
* Added interaction with segments for polygons, for selection and dragging
* Added double-clicking a polygon segment for inserting a new point at that location
* Added action to lock/unlock all other layers (by kralle333, #1883[6])
* Added --export-tileset command line argument (by Josh Bramlett, #1872[7])
* Added unique persistent layer IDs (#1892[8])
* Added 'version' and 'tiledversion' to external tileset files
* Added full paths to Recent Files menu as tool tips (by Gauthier Billot, #1992[9])
* Create Object Tools: Show preview already on hover (#537[10])
* Objects view: Only center view on object on press or activation
* Objects view: When clicking a layer, make it the current one (by kralle333, #1931[11])
* Unified the Create Polygon and Create Polyline tools
* JSON plugin: Made the JSON format easier to parse (by saeedakhter, #1868[12])
* Tile Collision Editor: Allowed using object templates
* Templates view: Don't allow hiding the template object
* Python plugin: Updated to Python 3 (by Samuli Tuomola)
* Python plugin: Fixed startup messages not appearing in debug console
* Python plugin: Fixed file change watching for main script files
OBS-URL: https://build.opensuse.org/request/show/637640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=13
* Added multi-layer selection, including multi-layer tile layer editing
* Added support for multi-map worlds (#1669[1])
* Added ability to extend existing polylines (with Ketan Gupta, #1683[2])
* Added option to highlight the hovered object (#1190[3])
* Added news from website to the status bar (#1898[4])
* Added option to show object labels for hovered objects
* Added option to embed tilesets on export (#1850[5])
* Added option to detach templates on export (#1850[5])
* Added option to resolve object types and properties on export (#1850[5])
* Added Escape for switching to the Select Objects tool and for clearing the selection
* Added Escape to cancel the current action in all object layer tools
* Added double-click on polygon objects to switch to Edit Polygons tool
* Added interaction with segments for polygons, for selection and dragging
* Added double-clicking a polygon segment for inserting a new point at that location
* Added action to lock/unlock all other layers (by kralle333, #1883[6])
* Added --export-tileset command line argument (by Josh Bramlett, #1872[7])
* Added unique persistent layer IDs (#1892[8])
* Added 'version' and 'tiledversion' to external tileset files
* Added full paths to Recent Files menu as tool tips (by Gauthier Billot, #1992[9])
* Create Object Tools: Show preview already on hover (#537[10])
* Objects view: Only center view on object on press or activation
* Objects view: When clicking a layer, make it the current one (by kralle333, #1931[11])
* Unified the Create Polygon and Create Polyline tools
* JSON plugin: Made the JSON format easier to parse (by saeedakhter, #1868[12])
* Tile Collision Editor: Allowed using object templates
* Templates view: Don't allow hiding the template object
* Python plugin: Updated to Python 3 (by Samuli Tuomola)
* Python plugin: Fixed startup messages not appearing in debug console
* Python plugin: Fixed file change watching for main script files
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=33