We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a0af7 commit 33dc41eCopy full SHA for 33dc41e
NEWS.md
@@ -9,6 +9,7 @@
9
* Qt 6: Fixed invisible tileset tabs when only a single tileset is open
10
* Fixed positioning of point object name labels (by Logan Higinbotham, #3400)
11
* Fixed compile against Qt 6.4
12
+* snap: Added Wayland platform plugin and additional image format plugins
13
* AppImage: Updated to Sentry 0.5.2
14
15
### Tiled 1.9.2 (16 September 2022)
snap/snapcraft.yaml
@@ -66,6 +66,8 @@ parts:
66
- libzstd-dev
67
stage-packages:
68
- libqt5quick5
69
+ - qt5-image-formats-plugins
70
+ - qtwayland5
71
# - libpython2.7
72
- libzstd1
73
after: [desktop-qt5]
0 commit comments