- 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/package/show/games:tools/tiled?expand=0&rev=44
This commit is contained in:
parent
4f2fab8573
commit
e18b9d455e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b37321e35bddb7bc96f9068edc06268b3f0eb8632fe6206aee296c8d6c3ba722
|
||||
size 15728903
|
3
tiled-1.3.2.tar.gz
Normal file
3
tiled-1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d72577fa7a1b6afec9013098d8af9472d930fb65007beb8227944cb62b291c64
|
||||
size 15827026
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 13:58:31 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 14:38:27 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tiled
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.3.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: A tilemap editor
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user