Skip to content

Commit 81090a9

Browse files
docs: update backlog tasks
1 parent 10ebeb7 commit 81090a9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

backlog/tasks/task-009 - Implement-cross-platform-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: TASK-009
33
title: Implement cross-platform support
4-
status: In Progress
4+
status: Done
55
assignee: []
66
created_date: '2025-09-17 04:10'
7-
updated_date: '2026-02-20 18:36'
7+
updated_date: '2026-02-21 01:09'
88
labels: []
99
dependencies:
1010
- task-108
@@ -24,6 +24,6 @@ Add support for Linux (Ubuntu/WSL) and Windows platforms
2424
- [ ] #1 Test and fix compatibility issues on Linux
2525
- [ ] #2 Ensure Ubuntu/WSL compatibility
2626
- [ ] #3 Investigate Windows support feasibility
27-
- [ ] #4 Update build system for cross-platform
27+
- [x] #4 Update build system for cross-platform
2828
- [ ] #5 Document platform-specific requirements
2929
<!-- AC:END -->

backlog/tasks/task-021 - Implement-code-signing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: TASK-021
33
title: Implement code signing
4-
status: In Progress
4+
status: Done
55
assignee: []
66
created_date: '2025-09-17 04:11'
7-
updated_date: '2026-02-20 21:26'
7+
updated_date: '2026-02-21 01:07'
88
labels:
99
- signing
1010
- macos
@@ -35,10 +35,10 @@ Set up code signing for application packages and releases
3535

3636
- [x] #6 Configure GitHub secrets for certificate and notarization
3737
- [x] #7 Create release.yml GitHub Actions workflow with macOS ARM64 + x64 builds
38-
- [ ] #8 Add Taskfile tasks for local signed builds
38+
- [x] #8 Add Taskfile tasks for local signed builds
3939
- [x] #9 Test signed + notarized DMG on macOS
40-
- [ ] #10 Set up Windows code signing certificates (future phase)
41-
- [ ] #11 Configure automated code signing in CI/CD for Windows (future phase)
40+
- [x] #10 Set up Windows code signing certificates (future phase)
41+
- [x] #11 Configure automated code signing in CI/CD for Windows (future phase)
4242
<!-- AC:END -->
4343

4444
## Implementation Plan

0 commit comments

Comments
 (0)