Skip to content

Commit

Permalink
Updated various files for Tiled 1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jun 27, 2024
1 parent 9eb98cb commit f4cf203
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Tiled 1.11.0 (Unreleased)
### Tiled 1.11.0 (27 June 2024)

* Added --project command-line parameter for use when exporting (#3797)
* Added group layer names in "Move Object to Layer" menu (#3454)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clone_depth: 200
version: '1.10.{build}'
version: '1.11.{build}'
image:
- Visual Studio 2019

Expand Down
55 changes: 55 additions & 0 deletions org.mapeditor.Tiled.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,61 @@
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="1.11.0" type="stable" date="2024-06-27">
<url>https://www.mapeditor.org/2024/06/27/tiled-1-11-released.html</url>
<description>
<ul>
<li>Added --project command-line parameter for use when exporting (#3797)</li>
<li>Added group layer names in "Move Object to Layer" menu (#3454)</li>
<li>Added lock icon to open tabs for which the file is read-only</li>
<li>Added Shift modifier to cut when capturing a tile stamp (by kdx2a, #3961)</li>
<li>Made adding "Copy" when duplicating optional and disabled by default (#3917)</li>
<li>Changed default shortcut for "Save As" to Ctrl+Shift+S and removed shortcut from "Save All" (#3933)</li>
<li>Layer names are now trimmed when edited in the UI, to avoid accidental whitespace</li>
<li>Scripting: Added API for working with worlds (#3539)</li>
<li>Scripting: Added Object.setProperty overload for setting nested values</li>
<li>Scripting: Added Tile.image for accessing a tile's image data</li>
<li>Scripting: Added Image.copy overload that takes a rectangle</li>
<li>Scripting: Added Tileset.imageFileName and ImageLayer.imageFileName</li>
<li>Scripting: Added FilePath.localFile and FileEdit.fileName (string alternatives to Qt.QUrl properties)</li>
<li>Scripting: Added tiled.color to create color values</li>
<li>Scripting: Made Tileset.margin and Tileset.tileSpacing writable</li>
<li>Scripting: Restored compatibility for MapObject.polygon (#3845)</li>
<li>Scripting: Fixed issues with editing properties after setting class values from script</li>
<li>Scripting: Fixed setting/getting object reference values when nested as a class member</li>
<li>TMX format: Embedded images are now also supported on tilesets and image layers</li>
<li>JSON format: Fixed tile order when loading a tileset using the old format</li>
<li>Godot 4 plugin: Added support for exporting objects (by Rick Yorgason, #3615)</li>
<li>Godot 4 plugin: Use Godot 4.2 tile transformation flags (by Rick Yorgason, #3895)</li>
<li>Godot 4 plugin: Fixed positioning of tile collision shapes (by Ryan Petrie, #3862)</li>
<li>GameMaker 2 plugin: Fixed positioning of objects on isometric maps</li>
<li>Python plugin: Added support for implementing tileset formats (with Pablo Duboue, #3857)</li>
<li>Python plugin: Raised minimum Python version to 3.8</li>
<li>Python plugin: Now built against Python 3.12 for Windows 10+</li>
<li>tmxrasterizer: Added --hide-object and --show-object arguments (by Lars Luz, #3819)</li>
<li>tmxrasterizer: Added --frames and --frame-duration arguments to export animated maps as multiple images (#3868)</li>
<li>tmxrasterizer: Fixed --hide/show-layer to work on group layers (#3899)</li>
<li>tmxviewer: Added support for viewing JSON maps (#3866)</li>
<li>tmxrasterizer/viewer: Fixed loading of XML object templates (with Christian Schaadt, #3977)</li>
<li>AutoMapping: Ignore empty outputs per-rule (#3523)</li>
<li>Automapping: Added per-input-layer properties for ignoring flip flags (#3803)</li>
<li>AutoMapping: Always apply output sets with empty index</li>
<li>AutoMapping: Fixed adding of new tilesets used by applied changes</li>
<li>Windows: Fixed the support for WebP images (updated to Qt 6.6.1, #3661)</li>
<li>Fixed issues related to map and tileset reloading</li>
<li>Fixed possible crash after assigning to tiled.activeAsset</li>
<li>Fixed the option to resolve properties on export to also resolve class members (#3411, #3315)</li>
<li>Fixed terrain tool behavior and terrain overlays after changing terrain set type (#3204, #3260)</li>
<li>Fixed mouse handling issue when zooming while painting (#3863)</li>
<li>Fixed possible crash after a scripted tool disappears while active</li>
<li>Fixed updating of used tilesets after resizing map (#3884)</li>
<li>Fixed alignment of shortcuts in action search</li>
<li>Fixed object assignment buttons in tile collision editor (#3399)</li>
<li>AppImage: Fixed ability to open paths with spaces from the CLI (#3914)</li>
<li>AppImage: Updated to Sentry 0.7.6</li>
</ul>
</description>
</release>
<release version="1.10.2" type="stable" date="2023-08-04">
<url>https://www.mapeditor.org/2023/08/04/tiled-1-10-2-released.html</url>
<description>
Expand Down

0 comments on commit f4cf203

Please sign in to comment.