Skip to content

Commit 0643945

Browse files
hangtime79claude
andcommitted
chore(v1.0.0): Public release
Version bump from 1.0.0-rc to 1.0.0. No code changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cc373c8 commit 0643945

3 files changed

Lines changed: 55 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [1.0.0-rc] - 2025-12-31
10+
## [1.0.0] - 2025-12-31
1111

1212
### Changed
1313
- Configuration panel reorganized for better usability (#75)
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Release Notes: v1.0.0
2+
3+
**Release Date:** 2025-12-31
4+
**Type:** Public Release
5+
**Branch:** `release/v1.0.0`
6+
7+
---
8+
9+
## Summary
10+
11+
First public release of the Gantt Chart plugin. This release promotes v1.0.0-rc to stable with no code changes.
12+
13+
---
14+
15+
## Highlights
16+
17+
- Interactive Gantt chart visualization with frappe-gantt library
18+
- Task dependencies with arrow visualization
19+
- Progress tracking (0-100%) with visual indicators
20+
- Color coding by category (12-color palette + custom presets)
21+
- 7 view modes (Hour, Quarter Day, Half Day, Day, Week, Month, Year)
22+
- Dark mode support with theme selector
23+
- Task filtering by status (All, Completed, Overdue, In Progress, Not Started)
24+
- Language localization for 11 languages
25+
- Duplicate ID handling (auto-rename or skip)
26+
- Dependency status indicators
27+
- Getting Started guide for new users
28+
- Works in air-gapped environments (bundled dependencies)
29+
30+
---
31+
32+
## Changes from v1.0.0-rc
33+
34+
Version bump only - no code changes.
35+
36+
---
37+
38+
## Breaking Changes
39+
40+
None
41+
42+
---
43+
44+
## Known Issues
45+
46+
None
47+
48+
---
49+
50+
## Related Documents
51+
52+
- Post-mortem: `plan/post-mortems/v1.0.0-rc-post-mortem.md`
53+
- Full changelog: `CHANGELOG.md`

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "gantt-chart",
44

55
// It is highly recommended to use Semantic Versioning
6-
"version": "1.0.0-rc",
6+
"version": "1.0.0",
77

88
// Meta data for display purposes:
99
"meta": {

0 commit comments

Comments
 (0)