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
Copy file name to clipboardExpand all lines: CHANGELOG.md
-115Lines changed: 0 additions & 115 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,119 +84,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
84
- Update dotfiles integration with conditional automatic cloning and installation during container setup
85
85
- Update changelog script to output to CHANGELOG.md instead of prepending
86
86
- Comment out GitHub Releases link in ChangelogPage as we don't use releases for now
87
-
## [0.2.1] - 2025-11-25
88
-
89
-
### Added
90
-
91
-
- Update devcontainer setup script to install correct AI CLI tools
92
-
93
-
### Fixed
94
-
95
-
- Devcontainer build and AI tool packages
96
-
- Comment out Node.js feature in devcontainer configuration, as image already has node
97
-
## [0.2.0] - 2025-11-25
98
-
99
-
### Added
100
-
101
-
- Enhance documentation with architecture details and dotfiles integration
102
-
- Add dotfiles installation script execution to container setup
103
-
- Update changelog and getting started pages for improved project setup instructions
104
-
- Update devcontainer setup script and routes for AI CLI tools installation
105
-
- Do most of the migration work (see TODO.md)
106
-
- The config script is too long. reviewed and decided to refactor to use devcontainer features instead
107
-
108
-
### Changed
109
-
110
-
- Prepare v0.2.0 release
111
-
- Make consumer mode the default
112
-
- Reorder features and add more docs
113
-
- Add pnpm workspace configuration and turbo.json for task management
114
-
- Remove devcontainer.json, as it was moved to the .devcontainer folder
115
-
116
-
### Documentation
117
-
118
-
- Improve documentation
119
-
## [0.1.0] - 2025-11-20
120
-
121
-
### Added
122
-
123
-
- Add devcontainer setup configuration and update setup scripts
124
-
- Add Git CLI support to devcontainer configuration
125
-
- Add .editorconfig, .gitignore, package.json, and pnpm-lock.yaml for project configuration (prettier only respects md formatting with 4 spaces in version 3+)
126
-
- Add OpenAI ChatGPT extensions to devcontainer configuration
127
-
- Add .env.example for setup configuration and update README for customization instructions
128
-
- Mention quick and interactive modes in the devcontainer.json
129
-
- Add showcase entries for multiple projects
130
-
- Delete www/public/CNAME
131
-
- Add CNAME file for custom domain
132
-
- Build site in docs folder
133
-
- Add logo to header, purple theme, and working dark mode toggle
134
-
- Add complete DevMagic documentation website and project files
135
-
- Add devmagic setup script for submodule-based development environment
136
-
- Update shell history configuration for WSL and Windows in devcontainer.json
137
-
- Add environment variables for shell history and workspace folder in devcontainer.json
138
-
- Remove container name; remove unused ports; clean up comments
139
-
- Add more extensions that I use and refactor them in devcontainer.json
140
-
- Add git lfs as devcontainer feature
141
-
- Restructure devcontainer setup with new Dockerfiles and configuration
142
-
- Use a smaller image by default
143
-
- Add Table of Contents to README
144
-
- Revise README for improved clarity on usage
145
-
- Add standalone usage to usage instructions
146
-
- Enhance README with usage instructions (consumer/self-usage)
147
-
- Add devcontainer configuration for DevMagic
148
-
- Add claude code and gemini cli companion extensions
149
-
- Disable mise by default. not necessary now
150
-
- Improve README with DevMagic usage instructions
151
-
- Add tailwind extension
152
-
- Update files to latest version
153
-
- Update devcontainer
154
-
- Add reference devcotnainer, docker-compose and dockerfile
155
-
156
-
### Changed
157
-
158
-
- Update file download structure in setup script, along with names
159
-
- Improve git check in devmagic.sh setup script
160
-
- Replace submodule approach with direct file downloads
161
-
- Migrate website from Astro to Next.js 16
162
-
- Update LICENSE.md to include full Apache License text and formatting improvements
163
-
- Update author name in about page
164
-
- Update lockfile
165
-
- Migrate from GitHub Pages to Vercel with dynamic routes
166
-
- Deploy website for c9eb606
167
-
- Deploy website for b8b5fc6
168
-
- Deploy website for f15a133
169
-
- Deploy website for c7751e5
170
-
- Update site
171
-
- Use pnpm instead of npm
172
-
- Add .gitattributes to prevent merge conflicts in auto-generated docs folder
173
-
- Update pnpm version to 10.9.0
174
-
- Update to Node.js 22 and pnpm 10, modernize copyright
175
-
- Upgrade to Tailwind CSS v4 and pnpm
176
-
- Update README for clarity and consistency in usage instructions
177
-
178
-
### Documentation
179
-
180
-
- Add documentation for handling auto-generated docs folder
181
-
- Improve comments for user settings and environment variables in devcontainer.json
182
-
183
-
### Fixed
184
-
185
-
- Update copyright attribution in LICENSE.md
186
-
- Update author name in About page
187
-
- Get tailwind to work correctly
188
-
- Update customization link in devcontainer setup script
189
-
- Update to version 0.1.0 and add /install@version support
190
-
- Update setup script URLs to use devmagic.run for consistency
191
-
- Resolve /setup route and theme toggle issues
192
-
- Configure Tailwind v4 @theme to generate custom color utilities
193
-
- Resolve build errors and complete Tailwind v4 migration
194
-
- Correct PostgreSQL environment variable name in docker-compose.yml
195
-
- Update comments and correct image version in devcontainer configuration
196
-
- Remove devcontainer with invalid setting and update documentation
0 commit comments