Skip to content

Commit 466f890

Browse files
chore(rpm): New release 5.7.17
Log:
1 parent f834cb5 commit 466f890

5 files changed

Lines changed: 33 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [5.7.17] - 2025-06-12
9+
10+
### Added
11+
12+
- Add missing header
13+
- Fix: add missing prefix for QTranslator::load()
14+
15+
### Changed
16+
17+
- Chore: use another QTranslator::load overload to tidy code
18+
- Support VERSION file
19+
- Add auto release workflow
20+
21+
[5.7.17]: https://github.com/linuxdeepin/dtkgui/compare/5.7.16..5.7.17
22+
23+
<!-- generated by git-cliff -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.7.16
1+
5.7.17

archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: justforlxz <justforlxz@gmail.com>
22
pkgname=dtkgui-git
3-
pkgver=5.5.22.r8.g6ef1509
3+
pkgver=5.7.17
44
pkgrel=1
55
sourcename=dtkgui
66
sourcetars=("$sourcename"_"$pkgver".tar.xz)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
dtkgui (5.7.17) unstable; urgency=medium
2+
3+
* Release 5.7.17
4+
5+
-- 18202781743 <yeshanshan@uniontech.com> Thu, 12 Jun 2025 16:28:36 +0800
6+
17
dtkgui (5.7.16) unstable; urgency=medium
28

39
* Release 5.7.16

rpm/dtkgui.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: dtkgui
2-
Version: 5.5.17
3-
Release: 1%{?dist}
2+
Version: 5.7.17
3+
Release: 1
44
Summary: Deepin dtkgui
55
License: LGPLv3+
66
URL: https://github.com/linuxdeepin/dtkgui

0 commit comments

Comments
 (0)