- 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

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=66
This commit is contained in:
2021-06-07 18:19:37 +00:00
committed by Git OBS Bridge
parent d2f334acb7
commit 5b0bd53f18
4 changed files with 30 additions and 8 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 7 18:18:23 UTC 2021 - Michael Vetter <mvetter@suse.com>
- 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
-------------------------------------------------------------------
Wed Apr 28 07:56:48 UTC 2021 - Michael Vetter <mvetter@suse.com>