From b659cce616e67a16ea0a5d83b2fcd3c0fdffdf40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Tue, 28 Jan 2025 09:37:48 +0100 Subject: [PATCH] AppImage: Updated to Sentry 0.7.19 --- .github/workflows/packages.yml | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 0375c894b1..436b57956d 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -16,7 +16,7 @@ on: env: QBS_VERSION: 2.4.1 - SENTRY_VERSION: 0.7.13 + SENTRY_VERSION: 0.7.19 SENTRY_ORG: mapeditor SENTRY_PROJECT: tiled TILED_RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }} diff --git a/NEWS.md b/NEWS.md index f14346c887..1947901808 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ * Fixed crash while handling file reloads without any files opened * Fixed crash when closing the last file with multiple custom properties selected +* AppImage: Updated to Sentry 0.7.19 ### Tiled 1.11.1 (11 Jan 2025)