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
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
- Add `/install/prettier` endpoint to quickly install prettier+husky+lintstaged (#61)
13
+
- Add aliases to simplify getting a file
14
+
- Create route.ts for a new tool endpoint
15
+
- Refactor devcontainer setup script to remove AI tools
16
+
- Configure git-lfs feature with autoPull setting
17
+
- Comment out ollama stuff
18
+
- Comment out docker-in-docker feature in devcontainer
12
19
- Remove unused and unnecessary files
13
20
- Remove SSH key setup from devcontainer script
14
21
- Add curl/wget toggle and fix copy button visibility (#53)
@@ -37,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
44
38
45
### Changed
39
46
47
+
- Bump the dev-dependencies group across 1 directory with 3 updates (#66)
40
48
- Cleanup credential bindings in devcontainer.json; comment unused extensions
41
49
- Update next.js version
42
50
- Rename dotfiles installation plan file and update references
@@ -50,51 +58,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
58
51
59
### Documentation
52
60
53
-
- Update changelog [skip ci]
54
-
- Update changelog [skip ci]
55
-
- Update changelog [skip ci]
56
-
- Update changelog [skip ci]
57
-
- Update changelog [skip ci]
58
-
- Update changelog [skip ci]
59
-
- Update changelog [skip ci]
60
-
- Update changelog [skip ci]
61
-
- Update changelog [skip ci]
62
-
- Update changelog [skip ci]
63
-
- Update changelog [skip ci]
64
-
- Update changelog [skip ci]
65
-
- Update changelog [skip ci]
66
-
- Update changelog [skip ci]
67
61
- Update VISUAL_IDENTITY.md to reflect current design implementation (#30)
68
-
- Update changelog [skip ci]
69
-
- Update changelog [skip ci]
70
-
- Update changelog [skip ci]
71
-
- Update changelog [skip ci]
72
-
- Update changelog [skip ci]
73
-
- Update changelog [skip ci]
74
-
- Update changelog [skip ci]
75
62
- Update documentation to clarify handling of environment variables and default values in DevMagic
76
-
- Update changelog [skip ci]
77
63
- Enhance Copilot instructions with current stack and best practices (#10)
78
-
- Update changelog [skip ci]
79
-
- Update changelog [skip ci]
80
64
- Refine insights on over-engineering in AI suggestions
81
-
- Update changelog [skip ci]
82
65
- Add blog post on the pitfalls of over-engineering with AI suggestions
83
66
- Add blog post on using containerEnv vs remoteEnv for Dev Container setup
84
67
- Save outline for potential blog posts and notes on AI context files
85
68
- Archive the comprehensive refactor plan for DevContainer from script to features
86
69
- Update docs
87
70
- Update installation flow with Mermaid diagram and synchronization notes
88
-
- Update changelog [skip ci]
89
-
- Update changelog [skip ci]
90
-
- Update changelog [skip ci]
91
-
- Update changelog [skip ci]
92
-
- Update changelog [skip ci]
93
-
- Update changelog [skip ci]
94
71
- Update Copilot instructions with commit message guidelines and changelog automation details
95
72
96
73
### Fixed
97
74
75
+
- Make it work before full fix/refactor
76
+
- Use correct file from languageicon.org (#57)
77
+
- Use git as main alias for gitconfig
78
+
- Use correct API
79
+
- Delete incorrect tool/route.ts (pt. 2 - final)
80
+
- Create route.ts for /tool in the correct place for dynamic routes (pt. 1)
81
+
- Make it work without dind
98
82
- Load showcase projects from www/data/showcase.yml (#33)
99
83
- Button content stacking vertically instead of inline (#26)
100
84
- Revert logo to previous simpler version without animation (#24)
@@ -103,119 +87,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
87
- Update dotfiles integration with conditional automatic cloning and installation during container setup
104
88
- Update changelog script to output to CHANGELOG.md instead of prepending
105
89
- Comment out GitHub Releases link in ChangelogPage as we don't use releases for now
106
-
## [0.2.1] - 2025-11-25
107
-
108
-
### Added
109
-
110
-
- Update devcontainer setup script to install correct AI CLI tools
111
-
112
-
### Fixed
113
-
114
-
- Devcontainer build and AI tool packages
115
-
- Comment out Node.js feature in devcontainer configuration, as image already has node
116
-
## [0.2.0] - 2025-11-25
117
-
118
-
### Added
119
-
120
-
- Enhance documentation with architecture details and dotfiles integration
121
-
- Add dotfiles installation script execution to container setup
122
-
- Update changelog and getting started pages for improved project setup instructions
123
-
- Update devcontainer setup script and routes for AI CLI tools installation
124
-
- Do most of the migration work (see TODO.md)
125
-
- The config script is too long. reviewed and decided to refactor to use devcontainer features instead
126
-
127
-
### Changed
128
-
129
-
- Prepare v0.2.0 release
130
-
- Make consumer mode the default
131
-
- Reorder features and add more docs
132
-
- Add pnpm workspace configuration and turbo.json for task management
133
-
- Remove devcontainer.json, as it was moved to the .devcontainer folder
134
-
135
-
### Documentation
136
-
137
-
- Improve documentation
138
-
## [0.1.0] - 2025-11-20
139
-
140
-
### Added
141
-
142
-
- Add devcontainer setup configuration and update setup scripts
143
-
- Add Git CLI support to devcontainer configuration
144
-
- Add .editorconfig, .gitignore, package.json, and pnpm-lock.yaml for project configuration (prettier only respects md formatting with 4 spaces in version 3+)
145
-
- Add OpenAI ChatGPT extensions to devcontainer configuration
146
-
- Add .env.example for setup configuration and update README for customization instructions
147
-
- Mention quick and interactive modes in the devcontainer.json
148
-
- Add showcase entries for multiple projects
149
-
- Delete www/public/CNAME
150
-
- Add CNAME file for custom domain
151
-
- Build site in docs folder
152
-
- Add logo to header, purple theme, and working dark mode toggle
153
-
- Add complete DevMagic documentation website and project files
154
-
- Add devmagic setup script for submodule-based development environment
155
-
- Update shell history configuration for WSL and Windows in devcontainer.json
156
-
- Add environment variables for shell history and workspace folder in devcontainer.json
157
-
- Remove container name; remove unused ports; clean up comments
158
-
- Add more extensions that I use and refactor them in devcontainer.json
159
-
- Add git lfs as devcontainer feature
160
-
- Restructure devcontainer setup with new Dockerfiles and configuration
161
-
- Use a smaller image by default
162
-
- Add Table of Contents to README
163
-
- Revise README for improved clarity on usage
164
-
- Add standalone usage to usage instructions
165
-
- Enhance README with usage instructions (consumer/self-usage)
166
-
- Add devcontainer configuration for DevMagic
167
-
- Add claude code and gemini cli companion extensions
168
-
- Disable mise by default. not necessary now
169
-
- Improve README with DevMagic usage instructions
170
-
- Add tailwind extension
171
-
- Update files to latest version
172
-
- Update devcontainer
173
-
- Add reference devcotnainer, docker-compose and dockerfile
174
-
175
-
### Changed
176
-
177
-
- Update file download structure in setup script, along with names
178
-
- Improve git check in devmagic.sh setup script
179
-
- Replace submodule approach with direct file downloads
180
-
- Migrate website from Astro to Next.js 16
181
-
- Update LICENSE.md to include full Apache License text and formatting improvements
182
-
- Update author name in about page
183
-
- Update lockfile
184
-
- Migrate from GitHub Pages to Vercel with dynamic routes
185
-
- Deploy website for c9eb606
186
-
- Deploy website for b8b5fc6
187
-
- Deploy website for f15a133
188
-
- Deploy website for c7751e5
189
-
- Update site
190
-
- Use pnpm instead of npm
191
-
- Add .gitattributes to prevent merge conflicts in auto-generated docs folder
192
-
- Update pnpm version to 10.9.0
193
-
- Update to Node.js 22 and pnpm 10, modernize copyright
194
-
- Upgrade to Tailwind CSS v4 and pnpm
195
-
- Update README for clarity and consistency in usage instructions
196
-
197
-
### Documentation
198
-
199
-
- Add documentation for handling auto-generated docs folder
200
-
- Improve comments for user settings and environment variables in devcontainer.json
201
-
202
-
### Fixed
203
-
204
-
- Update copyright attribution in LICENSE.md
205
-
- Update author name in About page
206
-
- Get tailwind to work correctly
207
-
- Update customization link in devcontainer setup script
208
-
- Update to version 0.1.0 and add /install@version support
209
-
- Update setup script URLs to use devmagic.run for consistency
210
-
- Resolve /setup route and theme toggle issues
211
-
- Configure Tailwind v4 @theme to generate custom color utilities
212
-
- Resolve build errors and complete Tailwind v4 migration
213
-
- Correct PostgreSQL environment variable name in docker-compose.yml
214
-
- Update comments and correct image version in devcontainer configuration
215
-
- Remove devcontainer with invalid setting and update documentation
0 commit comments