- 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:
Michael Vetter 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8bc2cd8f48c9085ac391cf17e351eccae9bed95b0a726f62d3a77f1fddba6ae
size 16730026

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> Wed Apr 28 07:56:48 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -17,14 +17,12 @@
Name: tiled Name: tiled
Version: 1.6.0 Version: 1.7.0
Release: 0 Release: 0
Summary: A tilemap editor Summary: A tilemap editor
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: https://www.mapeditor.org URL: https://www.mapeditor.org
Source: https://github.com/bjorn/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source: https://github.com/mapeditor/tiled/archive/refs/tags/v%{version}.tar.gz
# https://github.com/mapeditor/tiled/issues/3037
Patch0: tiled-endl.patch
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -61,7 +59,6 @@ This package contains libtiled a library for the Tiled map editor.
%prep %prep
%setup -q %setup -q
%patch0 -p1
# Remove copy of zlib # Remove copy of zlib
rm -rf src/zlib rm -rf src/zlib

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:836492b127cc3cda62d4ac0cdc3b6ade8dd814d4a4d8b44871ab07acef87a260
size 16742927