- 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/package/show/games:tools/tiled?expand=0&rev=71
This commit is contained in:
Michael Vetter 2022-02-11 07:31:01 +00:00 committed by Git OBS Bridge
parent 29d8dbcfc8
commit ccc456abe8
4 changed files with 83 additions and 7 deletions

View File

@ -1,3 +1,81 @@
-------------------------------------------------------------------
Fri Feb 11 07:25:39 UTC 2022 - Michael Vetter <mvetter@suse.com>
- 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)
* Scripting: Added tiled.applicationDirPath property
* Scripting: Added tiled.extensionsPath property (#3139)
* Scripting: Added missing Layer.tintColor property
* Scripting: Added missing ObjectGroup.drawOrder property (#3147)
* Scripting: Added TileMap.removeObjects (#3149)
* Scripting: Added TileMap.regionEdited signal
* Scripting: Added TileMap.layers and GroupLayer.layers properties, for convenience
* Scripting: Added region.rects property and region.contains(x,y)
* Scripting: Treat custom format extensions as case-insensitive (#3141)
* Scripting: Allow tools to stay active when tiles or a terrain type are selected (#3201)
* Scripting: Extended the terrain related API (#2663)
* Scripting: tiled.activeAsset can be assigned asset created in script (#3160)
* Scripting: Fixed possible crash after creating tilesets from script (#3229)
* Scripting: Fixed possible crash in TileMap.autoMap
* Scripting: Fixed tileset or tile references for maps loaded from script
* Scripting: Avoid crash when script reload happens during popup (#2991)
* Fixed the logic for handling group layer parallax factors (with LilithSilver, #3125)
* Fixed keyboard modifiers getting stuck for Terrain Brush (#2678)
* Fixed debug messages showing in the Console and Issues views
* Fixed enabled state of File > Export action for tilesets (#3177)
* Fixed Snap to Grid for hexagonal maps
* Fixed AutoMapping rules file to update after changing project properties (#3176)
* Fixed 'Detect Bounding Box' action missing in Keyboard settings
* Fixed toggling "Clear View" on & off shifting the map
* Fixed "Select object on map" when no object layer is selected (#3207)
* Fixed adjusting of tile types when tileset width changed (by Albert Vaca Cintora, #3237)
* Fixed missing Qt translations for Linux AppImage
* Fixed minimap viewport position when layers are offset (#3211)
* Fixed "Highlight Current Layer" getting confused (#3223)
* Fixed Terrain Set type property to be disabled when appropriate (avoids crash)
* Fixed saving broken references to files loaded using "ext:" prefix (#3185)
* Fixed performance issue in Project view related to file icons
* Fixed dynamic wrapping when adding tiles to a collection (#3076)
* Fixed potential crash when changing a WangSet from script
* Tiled Manual is now available in French
* JSON plugin: Added "tmj", "tsj" and "tj" as accepted file extensions
* YY plugin: Don't use safe writing of files
* YY plugin: Write out custom "object" properties as instance name (instead of the ID)
* YY plugin: Determine sprite names by looking for meta files (by krukai, #3213)
* CSV plugin: Improved handling of infinite maps
* RpMap plugin: Fixed hardcoded exported tile size (#3184)
* libtiled-java: Introduced TilesetCache interface (by Samuel Manflame, #3117)
* Updated to Sentry 0.4.14
* Updated languages
-------------------------------------------------------------------
Mon Aug 16 06:50:50 UTC 2021 - Michael Vetter <mvetter@suse.com>
@ -90,8 +168,6 @@ Mon Apr 26 15:07:06 UTC 2021 - Michael Vetter <mvetter@suse.com>
* 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)

View File

@ -1,7 +1,7 @@
#
# spec file for package tiled
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: tiled
Version: 1.7.2
Version: 1.8.0
Release: 0
Summary: A tilemap editor
License: GPL-2.0-or-later

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a83f556d0ef299d6eb2a6ddb98aeaf00460fd001e142d1937bb4d02b3fe49e6
size 16743422

3
v1.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:653adcadbd0e53861440f411d72c96486f97ca99511518d1e976a5db289c61ad
size 17029090