Skip to content
Merged
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
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dde-daemon (6.0.40) unstable; urgency=medium

* chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
fix: the dock icon of deepin-terminal quake mode is missing

-- Yutao Meng <mengyutao@deepin.org> Tue, 04 Jun 2024 13:11:52 +0800

dde-daemon (6.0.39) unstable; urgency=medium

* fix: fix a crash
Expand Down
2 changes: 1 addition & 1 deletion misc/dde-daemon/keybinding/system_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Key": "logout"
},
{
"Action": "deepin-terminal --quake-mode",
"Action": "dde-am deepin-terminal quake-mode",
"Key": "terminal-quake"
},
{
Expand Down