Skip to content

Commit 17cec74

Browse files
committed
docs: Add changelog for v0.0.6
1 parent f2a38aa commit 17cec74

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

docs/CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [v0.0.6] - 2025-11-29
9+
10+
### Features
11+
- Add Vue 3 support to AliFullStack
12+
- Add 3D Landing Page template with React Three Fiber
13+
- Add 3D Landing Page template to hub
14+
- Add automatic triggers for release workflow
15+
- Enhance UI components and template selection
16+
- Enhance backend HTTP request logging in System Messages
17+
- Add fullstack environment and database integration
18+
- Comprehensive UI and framework improvements
19+
20+
### Fixes
21+
- Fix asset verification to match actual electron-forge naming (alifullstack lowercase)
22+
- Remove sharding from CI workflow, run tests in single job
23+
- Remove Windows from CI workflow matrix, keep only macOS
24+
- Remove package-lock.json from cleanup step to fix npm cache paths
25+
- Update PowerShell compatibility for dependency cleanup
26+
- Make cleanup step cross-platform compatible
27+
- Remove package-lock.json from workflow cleanup step
28+
- Ensure React scaffold has proper JSX runtime support
29+
- Add leaflet dependencies to Vue scaffold
30+
- Correct prettier configuration in Roo-Code directory
31+
- Correct syntax error in Node.js backend server template literal
32+
- Update scaffold lockfiles to fix CI frozen-lockfile errors
33+
- Fix GitHub Actions CI by removing private repository clone
34+
- Fix pnpm version conflict in GitHub Actions CI
35+
- Fix npm package name with capital letters issue
36+
- Fix terminal command execution with proper working directory support
37+
- Change npm ci to npm install in CI workflow
38+
- Ensure local database is created during app creation, not just app execution
39+
- Improve Flask/Django HTTP log detection with better regex pattern
40+
- Improve Flask/Django HTTP request log detection in System Messages
41+
- Improve backend HTTP request log visibility in System Messages
42+
- Fix GitHub Actions token authentication for release verification
43+
- Fix GITHUB_TOKEN 403 error by removing /user endpoint check
44+
- Remove problematic token permission checking from verify-release-assets.js
45+
- Fix remaining Roo-Code merge conflicts
46+
- Fix remaining scaffold-vue merge conflicts
47+
- Resolve merge conflicts by accepting release/v0.0.5 versions
48+
- Fix merge conflict in package.json: resolve @dyad-sh/supabase-management-js version to 1.0.0
49+
- Update scaffold AI_RULES.md and add AI_RULES_3D.md
50+
- Update AI_RULES for all backend frameworks
51+
52+
### Chores
53+
- Version bump to 0.0.6 and update asset verification script
54+
- Version bump to 0.1.0 - Vue 3 support release
55+
- Version bump to 0.0.45 - stable release with all backend fixes
56+
- Version bump to 0.1.8 - stable release with all backend fixes
57+
- Version bump to 1.0.0 - major release with all consolidated fixes
58+
- Bump version to 0.24.5
59+
- Version 0.24.4 - Final database persistence release
60+
- Version 0.24.1 - Database persistence fixes and enhancements
61+
- Synchronize package.json and package-lock.json to version 0.0.5
62+
- Update README.md
63+
- App instructions to run in development mode
64+
- Trigger CI build for testing PowerShell fixes
65+
- Merge main branch and resolve conflicts
66+
- Merge release/v0.0.5 into main
67+
- Workflow and verify assets updated by copilot
68+
- Create separate scaffold-3d directory for 3D landing page template
69+
- Fixed verify-release-assets.js from chatgpt

0 commit comments

Comments
 (0)