Compare commits
1 Commits
master
...
release-5.
| Author | SHA1 | Date |
|---|---|---|
|
|
f80fac9775 |
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -5,6 +5,23 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [5.7.23] - 2025-09-25
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Add fallback type conversion in demarshall function
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Feat: DPinyin::firstLetters support set ToneStyle
|
||||||
|
- 增加服务器教育版和国防版
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix trash validation for symlinks
|
||||||
|
- Fix heap-use-after-free issue
|
||||||
|
- Fix dconfig static variable release issue
|
||||||
|
|
||||||
## [5.7.22] - 2025-09-04
|
## [5.7.22] - 2025-09-04
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: justforlxz <justforlxz@gmail.com>
|
# Maintainer: justforlxz <justforlxz@gmail.com>
|
||||||
pkgname=dtkcore-git
|
pkgname=dtkcore-git
|
||||||
pkgver=5.7.22
|
pkgver=5.7.23
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
sourcename=dtkcore
|
sourcename=dtkcore
|
||||||
sourcetars=("$sourcename"_"$pkgver".tar.xz)
|
sourcetars=("$sourcename"_"$pkgver".tar.xz)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
dtkcore (5.7.23) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Release 5.7.23
|
||||||
|
|
||||||
|
-- yeshanshan <packages@deepin.org> Thu, 25 Sep 2025 16:49:58 +0800
|
||||||
|
|
||||||
dtkcore (5.7.22) unstable; urgency=medium
|
dtkcore (5.7.22) unstable; urgency=medium
|
||||||
|
|
||||||
* Release 5.7.22
|
* Release 5.7.22
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: dtkcore
|
Name: dtkcore
|
||||||
Version: 5.7.22
|
Version: 5.7.23
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Deepin tool kit core modules
|
Summary: Deepin tool kit core modules
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue