# Tiled v1.10.2 — Tiled 1.10.2 - Product: Tiled (https://whatsnew.fyi/product/tiled) - Vendor: Thorbjørn Lindeijer - Date: 2023-08-04 - Version: v1.10.2 - Original notes: https://github.com/mapeditor/tiled/releases/tag/v1.10.2 - Permalink: https://whatsnew.fyi/product/tiled/releases/v1.10.2 - 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'. --- - **added** — Support for setting custom properties on the project - **added** — Feedback when Terrain Brush and Terrain Fill Mode can't find a tile - **added** — API for editing tile layers using terrain sets in scripting - **added** — File dialog API in scripting - **added** — Support for erasing tiles in Tool.preview and TileMap.merge in scripting - **added** — Geometry interface with line and ellipse helpers in scripting - **added** — WangSet.effectiveTypeForColor in scripting - **changed** — Display the image base name for unnamed tile objects referring to single images - **changed** — Godot 4 plugin now exports custom tile properties as Custom Data Layers - **changed** — Qt 6 image allocation limit increased from 1 GB to 4 GB - **changed** — macOS 10.14+ build is now a Universal macOS Binary - **removed** — Space and Ctrl+Space shortcuts from Layers view to avoid conflict with panning - **fixed** — Crash when changing file property of custom class - **fixed** — Loading of invalid color properties - **fixed** — Handling of enum values with 31 flags and fixed the applied limit - **fixed** — Object preview position with parallax factor on group layer - **fixed** — Hover highlight rendering with active parallax factor - **fixed** — Updating of object selection outlines when changing parallax factor - **fixed** — Offset Map action to offset all objects when choosing Whole Map as bounds - **fixed** — Several issues with drawing ellipses - **fixed** — Terrain Fill Mode for sets containing transitions to empty [Release Announcement](https://www.mapeditor.org/2023/08/04/tiled-1-10-2-released.html) ##### Changelog * Added support for setting custom properties on the project (with dogboydog, #2903) * Added feedback when Terrain Brush and Terrain Fill Mode can't find a tile * Removed Space and Ctrl+Space shortcuts from Layers view to avoid conflict with panning (#3672) * Display the image base name for unnamed tile objects referring to single images * Scripting: Added API for editing tile layers using terrain sets (with a-morphous, #3758) * Scripting: Added file dialog API (with dogboydog, #3782) * Scripting: Support erasing tiles in Tool.preview and TileMap.merge * Scripting: Added Geometry interface with line and ellipse helpers * Scripting: Added WangSet.effectiveTypeForColor * Fixed crash when changing file property of custom class (#3783) * Fixed loading of invalid color properties (#3793) * Fixed handling of enum values with 31 flags and fixed the applied limit (#3658) * Fixed object preview position with parallax factor on group layer (#3669) * Fixed hover highlight rendering with active parallax factor (#3669) * Fixed updating of object selection outlines when changing parallax factor (#3669) * Fixed "Offset Map" action to offset all objects when choosing "Whole Map" as bounds * Fixed several issues with drawing ellipses (#3776) * Fixed Terrain Fill Mode for sets containing transitions to empty (#3774) * Godot 4 plugin: Export custom tile properties as Custom Data Layers (with Kevin Harrison, #3653) * AppImage: Updated to Sentry 0.6.5 * Qt 6: Increased the image allocation limit from 1 GB to 4 GB (#3616) * macOS: The macOS 10.14+ build is now a Universal macOS Binary (#3707)