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