Skip to content
Merged
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
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
util-dfm (1.3.43) unstable; urgency=medium

* refactor: update CMake configuration for Qt6/Qt5 compatibility
* chore: add boost-system dependency to build system
* fix: add Qt version compatibility for string splitting
* chore: refactor debian packaging for qt version compatibility
* chore: update pkg-config files with versioned library names
* fix: update dtk dependency version variable
* fix: correct pkg-config library linking syntax
* refactor: replace direct method invocation with signal-based communication
* fix: Add statvfs-based free size calculation in DBlockDevicePrivate::sizeFree
* Refactor GFile creation and add codec validation for file paths
* fix: add OperatorsFileUtils for delayed removal of copying file URLs
* fix: improve symlink handling and file size calculation in DLocalHelper
* fix: register meta types for search-related classes
* feat(denumerator): add initEnumerator demo and improve error handling
* fix: improve path handling and file size detection in dfm-io, merge develop/eagle-20250617 to master

-- Zhang Sheng <zhangsheng@uniontech.com> Thu, 25 Dec 2025 13:02:35 +0800

util-dfm (1.3.42) unstable; urgency=medium

* perf: optimize search cancellation to reduce CPU consumption
Expand Down
Loading