|
16 | 16 | </keywords>
|
17 | 17 | <content_rating type="oars-1.0" />
|
18 | 18 | <releases>
|
| 19 | + <release version="1.10.0" type="stable" date="2023-03-06"> |
| 20 | + <description> |
| 21 | + <ul> |
| 22 | + <li>Restored Tiled 1.8 file format compatibility by default (#3560)</li> |
| 23 | + <li>Added action search popup on Ctrl+Shift+P (with dogboydog, #3449)</li> |
| 24 | + <li>Added Godot 4 export plugin (#3550)</li> |
| 25 | + <li>Added file system actions also for tileset image based tilesets (#3448)</li> |
| 26 | + <li>Added custom class option to disable drawing fill for objects (with dogboydog, #3312)</li> |
| 27 | + <li>Added option to choose a custom interface font (#3589)</li> |
| 28 | + <li>Implemented rendering of major grid lines for staggered / hexagonal maps (#3583)</li> |
| 29 | + <li>Fixed new layer names to be always unique (by Logan Higinbotham, #3452)</li> |
| 30 | + <li>Fixed broken tile images after importing/exporting a tileset</li> |
| 31 | + <li>AutoMapping: When input regions are defined, match in order by default (#3559)</li> |
| 32 | + <li>AutoMapping: Skip locked layers when applying rules (#3544)</li> |
| 33 | + <li>Scripting: Added Object.setColorProperty and Object.setFloatProperty (#3423)</li> |
| 34 | + <li>Scripting: Added tiled.projectFilePath</li> |
| 35 | + <li>Scripting: Added tiled.versionLessThan</li> |
| 36 | + <li>Scripting: Added TileMap.toImage (#3519)</li> |
| 37 | + <li>Scripting: Added Tool.targetLayerType (#3248)</li> |
| 38 | + <li>Scripting: Added region.contiguousRegions() (#3576)</li> |
| 39 | + <li>Scripting: Added tiled.compress and tiled.decompress (#3153)</li> |
| 40 | + <li>Scripting: Added Base64 encoding and decoding API (#3153)</li> |
| 41 | + <li>Scripting: Allow assigning null to Tile.objectGroup (by Logan Higinbotham, #3495)</li> |
| 42 | + <li>Scripting: Allow changing the items in a combo box added to a dialog</li> |
| 43 | + <li>Scripting: Fixed painting issues after changing TileLayer size (#3481)</li> |
| 44 | + <li>Scripting: Renamed Tileset.collection to Tileset.isCollection (#3543)</li> |
| 45 | + <li>Defold plugin: Allow overriding z value also when exporting to .collection (#3214)</li> |
| 46 | + <li>Qt 6: Fixed invisible tileset tabs when only a single tileset is open</li> |
| 47 | + <li>Qt 6: Fixed behavior of "Class of" selection popup</li> |
| 48 | + <li>Qt 6: Fixed tile rendering when OpenGL is enabled (#3578)</li> |
| 49 | + <li>Fixed positioning of point object name labels (by Logan Higinbotham, #3400)</li> |
| 50 | + <li>Fixed slight drift when zooming the map view in/out</li> |
| 51 | + <li>Fixed remaining lag after switching off hardware acceleration (#3584)</li> |
| 52 | + <li>Fixed point object hover highlight position (#3571)</li> |
| 53 | + <li>Fixed drawing lines with stamps having differently sized variations (#3533)</li> |
| 54 | + <li>Fixed compile against Qt 6.4</li> |
| 55 | + <li>snap: Added Wayland platform plugin and additional image format plugins</li> |
| 56 | + <li>AppImage: Updated to Sentry 0.5.4</li> |
| 57 | + <li>Updated Bulgarian, French and Swedish translations</li> |
| 58 | + </ul> |
| 59 | + </description> |
| 60 | + </release> |
19 | 61 | <release version="1.9.2" type="stable" date="2022-09-16">
|
20 | 62 | <url>https://www.mapeditor.org/2022/09/16/tiled-1-9-2-released.html</url>
|
21 | 63 | <description>
|
|
0 commit comments