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
17 changes: 5 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,15 @@ CMake*.json
vcpkg.json

# AI configuration files
.roomodes
.roo/
.ruru/
.roo_temp/
.roo_temp_$$/
.cursor/
.spec-workflow/
.cursorrules
.cursorindexingignore
.specstory/
.taskmaster/
.kilocode/
.marscode/
.qoder/
.serena/

# AI project spec and knowledge
.claude/
.opencode/
.trellis/
AGENTS.md

# Modules
modules/*
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
dde-cooperation (1.2.4) unstable; urgency=medium

* fix(log): remove write to read-only system directory in initLog
* fix(discovery): delay init to prevent focus stealing
* fix(gui): correct dialog window flags setting

-- re2zero <yangwu@uniontech.com> Wed, 29 Apr 2026 15:36:09 +0800

dde-cooperation (1.2.3) unstable; urgency=medium

* chore: Update version to 1.2.3
Expand Down
Loading