Skip to content

Commit e97ff6c

Browse files
committed
chore: update version to 1.2.4
- Update .gitignore for AI tool cleanup - bump version to 1.2.4 Log : bump version to 1.2.4
1 parent b149153 commit e97ff6c

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

.gitignore

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,15 @@ CMake*.json
1616
vcpkg.json
1717

1818
# AI configuration files
19-
.roomodes
20-
.roo/
21-
.ruru/
22-
.roo_temp/
23-
.roo_temp_$$/
2419
.cursor/
25-
.spec-workflow/
2620
.cursorrules
27-
.cursorindexingignore
28-
.specstory/
29-
.taskmaster/
3021
.kilocode/
31-
.marscode/
32-
.qoder/
33-
.serena/
22+
23+
# AI project spec and knowledge
3424
.claude/
25+
.opencode/
26+
.trellis/
27+
AGENTS.md
3528

3629
# Modules
3730
modules/*

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
dde-cooperation (1.2.4) unstable; urgency=medium
2+
3+
* fix(log): remove write to read-only system directory in initLog
4+
* fix(discovery): delay init to prevent focus stealing
5+
* fix(gui): correct dialog window flags setting
6+
7+
-- re2zero <yangwu@uniontech.com> Wed, 29 Apr 2026 15:36:09 +0800
8+
19
dde-cooperation (1.2.3) unstable; urgency=medium
210

311
* chore: Update version to 1.2.3

0 commit comments

Comments
 (0)