From bfd00eac173adccbaf2dab13b08381feed5aef18 Mon Sep 17 00:00:00 2001 From: zhangkun Date: Thu, 18 Dec 2025 19:47:08 +0800 Subject: [PATCH] chore: bump version to 1.2.40 update changelog to 1.2.40 --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index d46f8590..957cbed3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +dde-application-manager (1.2.40) unstable; urgency=medium + + * fix: remove DPKG_EXPORT_BUILDFLAGS flag + * feat: support Path key in desktop file + * fix: address multiple code review issues + * refactor: migrate from QScopedPointer to std::unique_ptr + * chore: update build dependencies for wayland support + * fix: add wayland buffer release handling + * fix: improve prelaunch splash helper memory management + * feat: add application icon support to prelaunch splash + * refactor: improve Wayland detection and splash protocol + * chore: add qt6-wayland-dev to build dependencies + * feat: add Wayland prelaunch splash screen support + + -- zhangkun Thu, 18 Dec 2025 19:47:08 +0800 + dde-application-manager (1.2.39) unstable; urgency=medium * feat: api for run non-app commands