Changelog

All notable changes to DevMagic are documented here.

📋 View Full Changelog

The changelog follows the Keep a Changelog format and Semantic Versioning.

Versions

Unreleased

in development

Added

  • Add Roo Code, improve comments
  • Add i18n support with next-intl for English and Brazilian Portuguese (#35)
  • Configure Dependabot for npm updates
  • Add Docker extension (docker.docker) to devcontainer configuration
  • Create a custom agent as Designer and Brand Expert
  • ...and 15 more

Changed

  • Update next.js version
  • Rename dotfiles installation plan file and update references
  • Consolidate AI context files into a single source of truth
  • Change how the dotfiles repo is provided to the devcontainer and document the change
  • Restructure main execution flow and encapsulate dotfiles setup in a dedicated function
  • ...and 39 more

Fixed

  • Load showcase projects from www/data/showcase.yml (#33)
  • Button content stacking vertically instead of inline (#26)
  • Revert logo to previous simpler version without animation (#24)
  • Update dotfiles configuration to handle default values in bash due to spec limitation
  • Update docs to mention the correct devcontainer property to consider
  • ...and 3 more

v0.2.1

Added

  • Update devcontainer setup script to install correct AI CLI tools

Fixed

  • Devcontainer build and AI tool packages
  • Comment out Node.js feature in devcontainer configuration, as image already has node

v0.2.0

Added

  • Enhance documentation with architecture details and dotfiles integration
  • Add dotfiles installation script execution to container setup
  • Update changelog and getting started pages for improved project setup instructions
  • Update devcontainer setup script and routes for AI CLI tools installation
  • Do most of the migration work (see TODO.md)
  • ...and 1 more

Changed

  • Prepare v0.2.0 release
  • Make consumer mode the default
  • Reorder features and add more docs
  • Add pnpm workspace configuration and turbo.json for task management
  • Remove devcontainer.json, as it was moved to the .devcontainer folder
  • ...and 1 more

v0.1.0

Added

  • Add devcontainer setup configuration and update setup scripts
  • Add Git CLI support to devcontainer configuration
  • Add .editorconfig, .gitignore, package.json, and pnpm-lock.yaml for project configuration (prettier only respects md formatting with 4 spaces in version 3+)
  • Add OpenAI ChatGPT extensions to devcontainer configuration
  • Add .env.example for setup configuration and update README for customization instructions
  • ...and 27 more

Changed

  • Update file download structure in setup script, along with names
  • Improve git check in devmagic.sh setup script
  • Replace submodule approach with direct file downloads
  • Migrate website from Astro to Next.js 16
  • Update LICENSE.md to include full Apache License text and formatting improvements
  • ...and 16 more

Fixed

  • Update copyright attribution in LICENSE.md
  • Update author name in About page
  • Get tailwind to work correctly
  • Update customization link in devcontainer setup script
  • Update to version 0.1.0 and add /install@version support
  • ...and 8 more
Changelog - DevMagic