- Update to 1.0.0:
* Added support for editing external tilesets (#242) * Added a text object with configurable font and wrapping (#1429) * Added layer grouping (#1038) * Added Tile.type and inherit tile object properties from the tile (#436, #1248) * Added a start page * Added selection of underlying objects with Alt modifier (by Yuriy, #1491) * Added an option to disable safe writing of files (#1402, #1404) * Added invert selection action (by Leon Moctezuma, #1423) * Added support for isometric terrain overlays and tile collision objects (#419, #757) * Added 180-degree symmetry mode to terrain brush with Alt modifier * Added short and consistent map format names to use with --export-map (by Marce Coll, #1382) * Added Swap Tiles action (by Alexander Münch, #866) * Added tileset background color property (#227) * Added 60 degree tile rotation support for hexagonal maps (by Victor Nicolaichuk, #1447) * Added a check for duplicates when adding tiles (by Simião, #1227) * Added option to run commands from menu as well as edit them (by Ketan Gupta, #943) * Added custom shortcuts for commands (by Ketan Gupta, #1456) * Added optional ID and Position columns to objects view (by i-ka, #1462) * Added an executable picker for custom commands (by Ketan Gupta, #942) * Added marching ants effect on selected objects (by Mohamed Thabet, #1489) * Added all open tilesets to the Tilesets view * Added auto-show/hide all views (Clear View) action (by erem2k, #563) * Added minimap in the resizing dialog (by Yuriy, #1516) * Added drag-n-drop support in Layers view (#178) * Added support for storing object type definitions in JSON format (#1313) * Added cut/copy/paste actions for custom properties (#515) * Allow changing the tile of tile objects (by Mohamed Thabet, #409) * Allow selecting a folder to fix multiple broken links at once * Added support for dragging external tilesets into the Tilesets dock OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=16
This commit is contained in:
parent
c9c98653d6
commit
8259f13295
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5e5f1f3ec9428f124e1fbe65ac3b7ab3c17dc13a3c0d489ff6d356f7f6ad43c
|
||||
size 6575292
|
3
tiled-1.0.1.tar.gz
Normal file
3
tiled-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0753ce0878e151af3423a7db132d614ee8cdb3856fecf486469b0ac76e95e5f8
|
||||
size 6599078
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 09:42:00 UTC 2017 - mvetter@suse.com
|
||||
|
||||
- Update to 1.0.1:
|
||||
* Made the zoom level used in Tilesets view persistent
|
||||
* Fixed mixed up polygon and polyline icons (by Ketan Gupta, #1588[1])
|
||||
* Fixed reset of font size when using font dialog (#1596[2])
|
||||
* Fixed several issues with the Properties dock (#1583[3], #1611[4])
|
||||
* Fixed centering on object on layer with offset (#1600[5])
|
||||
* Fixed handling of symbolic links in Recent Files menu and Maps view (#1589[6])
|
||||
* Fixed labels for objects in grouped object layers
|
||||
* Reverted the file format version back to "1.0" and added "tiledversion" attribute
|
||||
* Lua plugin: Fixed group layers being exported with "imagelayer" type (#1595[7])
|
||||
* Added Korean translation (by miru2533 and SshipSunBee, #1604[8])
|
||||
* Updated Russian and Chinese translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 18:23:09 UTC 2017 - mvetter@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tiled
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: A tilemap editor
|
||||
License: GPL-2.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user