Skip to content

Commit 947e3b3

Browse files
blackbxdevclaude
andcommitted
chore: bump version to 1.1.0 and update CHANGELOG
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dc14dea commit 947e3b3

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2026-01-23
11+
12+
### Added
13+
- Dependency graph visualization with status-colored nodes
14+
- Archive/unarchive beads with "Show Archived" toggle
15+
- Board-level sorting controls (priority, date, title)
16+
- Card animations with in-progress glow effect
17+
- Compact card design (~40% smaller)
18+
- Comments panel in expanded bead modal
19+
- Kebab menu on project tabs
20+
- `--port/-p` CLI flag for server port configuration
21+
- New API endpoints:
22+
- `GET /api/projects/:id/beads/:beadId` - Single bead fetch
23+
- `GET /api/projects/:id/beads/:beadId/comments` - Bead comments
24+
- `GET /api/projects/:id/beads/:beadId/dependencies` - Dependency chain
25+
- `PATCH /api/projects/:id/beads/:beadId/archive` - Archive/unarchive
26+
27+
### Fixed
28+
- Memory leak in project tab event listeners
29+
- Project removal failing after first deletion
30+
- Dependency display and graph traversal issues
31+
32+
### Changed
33+
- Updated README with new features and screenshots
34+
- Reorganized theme screenshots in documentation
35+
36+
## [1.0.0] - 2026-01-18
37+
1038
### Added
1139
- Initial release of Abacus dashboard
1240
- Kanban board view with four columns (Open, In Progress, Blocked, Closed)
@@ -31,5 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3159
### Added
3260
- Initial public release
3361

34-
[Unreleased]: https://github.com/haal-laah/abacus/compare/v0.1.0...HEAD
62+
[Unreleased]: https://github.com/haal-laah/abacus/compare/v1.1.0...HEAD
63+
[1.1.0]: https://github.com/haal-laah/abacus/compare/v1.0.0...v1.1.0
64+
[1.0.0]: https://github.com/haal-laah/abacus/compare/v0.1.0...v1.0.0
3565
[0.1.0]: https://github.com/haal-laah/abacus/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abacus",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A lightweight dashboard for visualizing and monitoring beads across multiple projects",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)