# Tiled v1.12.0 — Tiled 1.12.0
- Product: Tiled (https://whatsnew.fyi/product/tiled)
- Vendor: Thorbjørn Lindeijer
- Date: 2026-03-13
- Version: v1.12.0
- Original notes: https://github.com/mapeditor/tiled/releases/tag/v1.12.0
- Permalink: https://whatsnew.fyi/product/tiled/releases/v1.12.0
- Labels: Platforms: Desktop
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'.
---
- **changed** — Rewrote Properties view to enable direct widget interaction
- **added** — Support for lists in custom properties
- **added** — Capsule object shape
- **added** — Oblique map orientation, skewing X and/or Y axis
- **added** — Support for per-object opacity
- **added** — Filter tilesets by name in the tileset dock
- **added** — Change values of number inputs using expressions
- **added** — Support for SVG 1.2 and CSS blending modes to layers
- **added** — Support for natural sorting of project files
- **added** — Button to toggle Terrain Brush to full tile mode
- **added** — Square selection and expand-from-center to Rectangular Select tool
- **added** — Status info for various Stamp Brush, Terrain Brush and Eraser modes
- **added** — Escape key to clear tile selection when any tile related tool is selected
- **added** — Escape key to cancel tile selection and shape drawing operations
- **added** — Backspace key to remove the previously added point while creating or extending polygons and polylines
- **added** — Go to Tile action to jump to specific coordinates
- **changed** — Shortcut for current tool now switches to previous tool
- **added** — Cancel Select Same Tile, Magic Wand and Bucket Fill operations with right-click and Escape
- **added** — Drag over multiple tiles with Select Same Tile, Magic Wand and Bucket Fill tools
- **added** — Zoom in on areas outside the map bounds
- **fixed** — Selection to be preserved when toggling dynamic wrapping
- **fixed** — Tileset tabs to fall back to filename in case of unnamed tilesets
- **fixed** — Alpha component of tint color not applying correctly to opaque images
- **fixed** — Panning with space bar not always working on first click
- **fixed** — Undo behavior after resizing objects certain ways
- **fixed** — Suggesting filename with trailing dot when export filter is unset
- **fixed** — Snapping mode sync across instances
- **fixed** — Missing error message when Export as Image fails
- **added** — Scripting API for custom property types
- **added** — TileMap.chunkSize and TileMap.compressionLevel properties to scripting API
- **added** — Optional defaultValue and toolTip parameters to Dialog add widget methods in scripting
- **added** — tiled.session to scripting API to read and write session properties
- **added** — MapEditor.selectedTool and MapEditor.tool to scripting API
- **fixed** — fileName property of map and tileset passed to FileFormat.write in scripting
- **changed** — AutoMapping to not match rules based on empty input indexes
- **changed** — AutoMapping to optimally reload rule maps and load rule maps on-demand
- **added** — Support for tIDE XML format in tBIN plugin
- **fixed** — Issue with opening Tile Animation Editor on Windows
- **added** — Cmd+Shift+[ and Cmd+Shift+] shortcuts to switch tabs on macOS
- **fixed** — Crash when JS code is JIT-compiled on macOS
- **changed** — Minimum supported Qt version from 5.12 to 5.15.2
[Release Announcement](https://www.mapeditor.org/2026/03/13/tiled-1-12-released.html)
##### Changelog
* Rewritten Properties view to enable direct widget interaction (#4045)
* Added support for lists in custom properties (#1493)
* Added capsule object shape (by Jocelyn, #2153)
* Added Oblique map orientation, skewing X and/or Y axis (#2917)
* Added support for per-object opacity (by jcbk101, #4031)
* Allow filtering tilesets by name in the tileset dock (with dogboydog, #4239)
* Allow changing the values of number inputs using expressions (with dogboydog, #4234)
* Added support for SVG 1.2 / CSS blending modes to layers (#3932)
* Added support for natural sorting of project files (by Edgar Jr. San Martin, #4284)
* Added button to toggle Terrain Brush to full tile mode (by Finlay Pearson, #3407)
* Added square selection and expand-from-center to Rectangular Select tool (#4201)
* Added status info for various Stamp Brush, Terrain Brush and Eraser modes (#3092, #4201)
* Added Escape to clear tile selection when any tile related tool is selected (#4243)
* Added Escape to cancel tile selection and shape drawing operations
* Added Backspace to remove the previously added point while creating or extending polygons and polylines (#4372)
* Added a "Go to Tile" action to jump to specific coordinates (by PoonamMehan, #4348)
* Made the shortcut for current tool switch to previous tool (#4280)
* Allow canceling Select Same Tile, Magic Wand and Bucket Fill operations with right-click and Escape
* Allow dragging over multiple tiles with Select Same Tile, Magic Wand and Bucket Fill tools (#4276)
* Allow zooming in on areas outside the map bounds (by kunal649, #3860)
* Don't switch to Edit Polygons tool on double-click with Alt pressed
* Adjust world map position when resizing a map with offset (#4270)
* Added export plugin for Remixed Dungeon (by Mikhael Danilov, #4158)
* Added "World > World Properties" menu action (with dogboydog, #4190)
* Added Delete shortcut to Remove Tiles action by default and avoid ambiguity (#4201)
* Fixed selection to be preserved when toggling dynamic wrapping (by Mollah Hamza, #4385)
* Fixed tileset tabs to fall back to filename in case of unnamed tilesets (by Sid, #4360)
* Fixed alpha component of tint color not applying correctly to opaque images (by Roland Helmerichs, #4310)
* Fixed panning with space bar not always working on first click (with Oval, #4338)
* Fixed undo behavior after resizing objects certain ways (by Kanishka, #4339)
* Fixed suggesting filename with trailing dot when export filter is unset (by Sid, #4368)
* Fixed snapping mode sync across instances (by Sid, #4364)
* Fixed missing error message when 'Export as Image' fails (by kunal649, #4397)
* Scripting: Added API for custom property types (with dogboydog, #3971)
* Scripting: Added `TileMap.chunkSize` and `TileMap.compressionLevel` properties
* Scripting: Added optional defaultValue and toolTip params to `Dialog` add widget methods (by Oval, #4358)
* Scripting: Added `tiled.session` to read and write session properties (by Kanishka, #4345)
* Scripting: Added `MapEditor.selectedTool` and `MapEditor.tool` (#4330)
* Scripting: Fixed the `fileName` property of map/tileset passed to `FileFormat.write` (by Shuvam Pal, #4359)
* AutoMapping: Don't match rules based on empty input indexes
* AutoMapping: Optimized reloading of rule maps and load rule maps on-demand
* tBIN plugin: Added support for the tIDE XML format (by Casey Warrington, #4308)
* Windows: Fixed issue with opening Tile Animation Editor (#4223)
* macOS: Add Cmd+Shift+\[ and Cmd+Shift+\] shortcuts to switch tabs (by Oval, #4344)
* macOS: Fixed crash when JS code is JIT-compiled (#4218)
* Workaround tileset view layout regression in Qt 6.9
* Raised minimum supported Qt version from 5.12 to 5.15.2
* AppImage: Updated to Sentry 0.12.8
* Updated Bulgarian translation
##### New Contributors
* @Mikhael-Danilov made
_[Truncated at 4000 characters — full notes: https://github.com/mapeditor/tiled/releases/tag/v1.12.0]_