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
18 changes: 17 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
dde-calendar (6.6.1) unstable; urgency=medium

* refactor(caldav): make credential access asynchronous
* refactor(caldav): track XML depth inline and persist privilege state
* feat(caldav): persist malformed remote resources for later retry
* fix(caldav): tolerate malformed remote resources during sync
* feat(caldav): preserve original schedule type on local migration
* feat(caldav): sync calendar and schedule deletion operations
* fix(title): replace collapsed search icon with bundled theme-aware SVG
* fix(day-view): add right margin to today button in mini calendar
* fix(widget): keep popup inside schedule view bounds
* fix(widget): clear press state on popup dismiss
* fix(calendar): adapt week divider for dark theme

-- Wang Yu <wangyu@uniontech.com> Sun, 20 Sep 2026 17:47:11 +0800

dde-calendar (6.6.0) unstable; urgency=medium

* feat(year): show tooltip for truncated schedule titles in year view
Expand Down Expand Up @@ -519,4 +535,4 @@ dde-calendar (5.9.1) unstable; urgency=medium

* Init.

-- Clay Stan <claystan97@gmail.com> Thu, 14 Jul 2022 14:13:00 +0800
-- Clay Stan <claystan97@gmail.com> Thu, 14 Jul 2022 14:13:00 +0800
2 changes: 1 addition & 1 deletion linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.dde.calendar
name: dde-calendar
version: 6.6.0.1
version: 6.6.1.1
kind: app
description: |
calendar for deepin os.
Expand Down
Loading