Compare commits
1 Commits
master
...
release-5.
| Author | SHA1 | Date |
|---|---|---|
|
|
2e026cb3e8 |
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [5.7.24] - 2025-10-16
|
||||
|
||||
### Added
|
||||
|
||||
- Support Qt 6.10
|
||||
|
||||
### Fixed
|
||||
|
||||
- Replace rmdir with rename for directory operations
|
||||
- Prevent thread-safety issue in D-Bus config manager
|
||||
- Sync with qt5platform-plugins
|
||||
|
||||
## [5.7.23] - 2025-09-25
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: justforlxz <justforlxz@gmail.com>
|
||||
pkgname=dtkcore-git
|
||||
pkgver=5.7.23
|
||||
pkgver=5.7.24
|
||||
pkgrel=1
|
||||
sourcename=dtkcore
|
||||
sourcetars=("$sourcename"_"$pkgver".tar.xz)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
dtkcore (5.7.24) unstable; urgency=medium
|
||||
|
||||
* Release 5.7.24
|
||||
|
||||
-- yeshanshan <yeshanshan@uniontech.com> Thu, 16 Oct 2025 19:45:57 +0800
|
||||
|
||||
dtkcore (5.7.23) unstable; urgency=medium
|
||||
|
||||
* Release 5.7.23
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: dtkcore
|
||||
Version: 5.7.23
|
||||
Version: 5.7.24
|
||||
Release: 1%{?dist}
|
||||
Summary: Deepin tool kit core modules
|
||||
License: LGPLv3+
|
||||
|
|
|
|||
Loading…
Reference in New Issue