Compare commits
1 Commits
master
...
release-5.
| Author | SHA1 | Date |
|---|---|---|
|
|
4278fe97df |
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,3 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
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.17] - 2025-06-19
|
||||
|
||||
### Changed
|
||||
|
||||
- Support VERSION file
|
||||
- Add auto release workflow
|
||||
- Update window control icons and drawing logic
|
||||
- Update .syncexclude
|
||||
|
||||
<a name="2.0.14"></a>
|
||||
## 2.0.14 (2019-05-23)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: justforlxz <justforlxz@gmail.com>
|
||||
pkgname=dtkwidget-git
|
||||
pkgver=5.5.45.r1.gbc050fca
|
||||
pkgver=5.7.17
|
||||
pkgrel=1
|
||||
sourcename=dtkwidget
|
||||
sourcetars=("$sourcename"_"$pkgver".tar.xz)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
dtkwidget (5.7.17) unstable; urgency=medium
|
||||
|
||||
* Release 5.7.17
|
||||
|
||||
-- yeshanshan <yeshanshan@uniontech.com> Thu, 19 Jun 2025 10:06:50 +0800
|
||||
|
||||
dtkwidget (5.7.16) unstable; urgency=medium
|
||||
|
||||
* Release 5.7.16
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: dtkwidget
|
||||
Version: 5.4.3+rpm
|
||||
Release: 1%{?dist}
|
||||
Version: 5.7.17
|
||||
Release: 1
|
||||
Summary: Deepin tool kit widget modules
|
||||
License: LGPLv3+
|
||||
URL: https://github.com/linuxdeepin/dtkwidget
|
||||
|
|
|
|||
Loading…
Reference in New Issue