Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Fixed crash when the selection becomes empty while starting a move (#4536)
* Fixed Properties view update on 'Reset Template Instance' and 'Replace With Template' actions
* Linux: Added file associations for .tmj, .tsj, .tiled-project and .world files (by miffe, #4550)
* Linux: Fixed the window icon on some Wayland compositors (by Ball贸 Gy枚rgy, #4567)
* macOS: Declared UTIs and file associations for all supported Tiled formats (with Jyotish, #4469)
* snap: Updated to Qt 6
* Raised the minimum Qt version to 6.2 (drops Qt 5 support)
Expand Down
1 change: 1 addition & 0 deletions src/tiled/tiledapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ TiledApplication::TiledApplication(int &argc, char **argv)
#endif
setApplicationDisplayName(QLatin1String("Tiled"));
setApplicationVersion(QLatin1String(AS_STRING(TILED_VERSION)));
setDesktopFileName(QLatin1String("org.mapeditor.Tiled"));

LanguageManager::instance()->installTranslators();

Expand Down
Loading