We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018dd3a commit 32611e4Copy full SHA for 32611e4
.github/workflows/packages.yml
@@ -16,7 +16,7 @@ on:
16
17
env:
18
QBS_VERSION: 2.0.2
19
- SENTRY_VERSION: 0.6.5
+ SENTRY_VERSION: 0.6.7
20
SENTRY_ORG: mapeditor
21
SENTRY_PROJECT: tiled
22
TILED_RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }}
NEWS.md
@@ -8,6 +8,7 @@
8
* Windows: Fixed the support for WebP images (updated to Qt 6.5.3, #3661)
9
* Fixed mouse handling issue when zooming while painting (#3863)
10
* Fixed possible crash after a scripted tool disappears while active
11
+* AppImage: Updated to Sentry 0.6.7
12
13
### Tiled 1.10.2 (4 August 2023)
14
0 commit comments