Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version to 6.0.8 #108

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
dde-api (6.0.8) unstable; urgency=medium

[ Felix Yan ]
* chore: correct a typo in battery.go

[ 范朋程 ]
* chore: 函数返回值不合法

[ hotime ]
* fix: deepin grub主题配置文件模板theme.txt.tpl中,部分font内容不规范,导致adjust-grub-theme生成了不符合预期的字体

[ linxin ]
* feat: modify dde-open
dde-open module launch app with new AM

-- Tianyu Chen <[email protected]> Wed, 06 Sep 2023 10:38:59 +0800

dde-api (6.0.7) unstable; urgency=medium

* fix: 关机音效存在杂音
Expand Down
2 changes: 1 addition & 1 deletion rpm/dde-api.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%global tag %{version}

Name: dde-api
Version: 6.0.7
Version: 6.0.8
Release: 1
Summary: Go-lang bingding for dde-daemon
License: GPLv3+
Expand Down
Loading