You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update version to 0.0.1-alpha
- Reset CHANGELOG.md to initial release
- Add comprehensive release notes with all CLI commands
- Include future roadmap in release notes
- Remove all previous release tags
This is the first alpha release of DoPlan CLI, a comprehensive project workflow automation tool that transforms app ideas into structured development projects.
116
116
117
-
### Key Features
118
-
- Project workflow automation with IDE integration
119
-
- GitHub integration for automatic branching and PR management
120
-
- Real-time progress tracking with visual dashboards
121
-
- Document generation (PRD, project structure, API contracts)
122
-
- Interactive TUI dashboard
123
-
- Statistics and analytics with historical tracking
124
-
- Checkpoint system for project snapshots
125
-
126
-
### Installation
127
-
- Download binaries for Linux, macOS, and Windows (amd64 and arm64)
128
-
- Install via npm: `npm install -g doplan-cli`
129
-
- Homebrew support coming soon
130
-
131
-
### Documentation
132
-
See [README.md](https://github.com/DoPlan-dev/CLI/blob/master/README.md) for full documentation.
117
+
### 🎉 What is DoPlan?
118
+
119
+
DoPlan automates the tedious aspects of project management by generating documentation, creating project structures, managing Git workflows, tracking progress, and providing visual dashboards. It enforces best practices through automated rules, templates, and checkpoints, ensuring your project stays organized and maintainable throughout its development.
120
+
121
+
### ✨ Key Features
122
+
123
+
- **Project Workflow Automation**: Transform app ideas into structured development projects
124
+
- **IDE Integration**: Support for Cursor, Gemini CLI, Claude CLI, Codex CLI, OpenCode, and Qwen Code
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
## [0.1.3a-alpha] - 2025-11-14
11
-
12
-
### Fixed
13
-
- Ensured NODE_AUTH_TOKEN is properly configured in npm publish workflow
14
-
- Added token to setup-node step for early authentication
15
-
16
-
## [0.1.2-alpha] - 2025-11-14
17
-
18
-
### Fixed
19
-
- Fixed npm publish workflow build script issue
20
-
- Simplified build.js script for npm package preparation
21
-
22
-
## [0.1.1-alpha] - 2025-11-14
10
+
## [0.0.1-alpha] - 2025-11-14
23
11
24
12
### Initial Release
25
13
26
-
This is the first alpha release of DoPlan CLI.
14
+
This is the first alpha release of DoPlan CLI, a comprehensive project workflow automation tool that transforms app ideas into structured development projects.
27
15
28
16
### Features
29
17
-**Project Workflow Automation**: Transform app ideas into structured development projects
@@ -58,7 +46,5 @@ This is the first alpha release of DoPlan CLI.
0 commit comments