Skip to content

Latest commit

 

History

History
189 lines (98 loc) · 11.4 KB

File metadata and controls

189 lines (98 loc) · 11.4 KB

Change Log

All changes to the MageForge extension will be documented here. If you have questions, feature requests or problems with this extention, please create an issue on GitHub.

0.10.0 (2026-08-26)

Features

  • add drag-and-drop functionality for quick actions (7fd4bec)

0.9.0 (2026-08-26)

Features

  • add quick actions management to MageForge (75f7509)
  • add refresh commands functionality to command palette and view (7d834eb)
  • implement dynamic list for available commands and themes on configuration change (fd23e53)

Bug Fixes

  • improve template override command in context menu (beb31b5)
  • Themes-Refresh Button load infinite. (4063e17)
  • update pre-commit script permissions (521c2ad)
  • update pre-commit script to include linting, formatting, and unit tests (a1999fa)

Maintenance

  • deps-dev: bump @types/vscode from 1.125.0 to 1.134.0 in the dev-dependencies group (c8160a3)
  • deps-dev: bump @types/vscode in the dev-dependencies group (c895621)

0.8.0 (2026-08-12)

Features

  • add inline commands for theme build and watch in the themes view (6a4e6a2)
  • add inline commands for theme build and watch in the themes view (1fd6c19)

Bug Fixes

  • handle user cancellation for quick actions (930b1b5)
  • handle user cancellation for quick actions (4adc945)
  • improve error handling with user-friendly messages in ThemesProvider (1fd6c19)

Documentation

  • add guidelines for writing effective commit messages (13af4a2)
  • expand guidelines on code quality and testing practices (0f3b311)

0.7.0 (2026-08-12)

Features

  • add shell-quote dependency and improve command line argument handling (a418eae)
  • implement integration tests for multiple OS and enhance test coverage (e5f8f0e)
  • implement URL validation for external links in webview messages (a1a896d)
  • limit displayed releases to 10 and add button for full changelog (b0dc5a9)
  • tests: add unit and integration tests for MageForge extension (c67ae5d)
  • tests: add unit and integration tests for MageForge extension (7de6d9b)

Bug Fixes

  • improve changelog update notification (53b44d8)
  • prevent update notification from reappearing on every activation (5c4fd71)

Code Refactoring

  • unify URL generation in tests using makeTestUrl function (45a1340)

0.6.1 (2026-08-11)

Bug Fixes

  • format import statements and improve message formatting in activate function (a7b6c61)

0.6.0 (2026-08-11)

Features

  • add timeout handling for version checks in WelcomeViewProvider (32c49ba)

Bug Fixes

  • MageForge version badge and update Button on VS Code Focus change (30cb97f)

Maintenance

  • remove vsc-extension-quickstart.md file (7cd4c1a)

0.5.0 (2026-08-11)

Features

  • add dependabot configuration for npm and GitHub Actions updates (6f38f3a)
  • add security policy documentation for MageForge (954c1af)

Bug Fixes

  • escaping HTML attribute sanitization (eb670ee)
  • improve formatting of release heading in changelog (3f20fe7)

Documentation

0.4.0 (2026-08-10)

Features

  • add version check and update notification in welcome view (59a296c)

Bug Fixes

  • enhance changelog styling (ce0a940)
  • enhance welcome view styling with accent glow (2cc12c9)
  • update README to include CI, Release, Version, and License badges (46c1c9a)

0.3.0 (2026-08-10)

Features

  • add changelog viewer and update notification for extension updates (b4d5aa7)
  • add feature request issue template for user suggestions (1b60d4c)
  • add template override command and context menu (1910681)
  • enhance CI workflow with formatting check and diff display on failure (be94155)
  • enhance welcome view with version info and quick action updates (0f75c2b)
  • update configuration settings for enhanced environment detection (95f3da3)

Bug Fixes

  • remove unreleased section from CHANGELOG (e4fcf92)
  • reuse existing terminal for running MageForge CLI commands (aabdcac)
  • update issue links and add changelog link in welcome view (1c07087)

Documentation

  • update README with detailed features and configuration settings (267c485)

Maintenance

  • update esbuild to version 0.28.2 and add mocha override (4e053fe)

0.2.0 (2026-08-10)

Features

  • add logo asset and update package metadata (07cf543)
  • add welcome view with quick actions and resources links (17f45ba)
  • enhance release workflow and update package metadata (f86d364)
  • implement MageForge CLI commands and theme management features (0e8ca20)

Bug Fixes

  • update vscode test tooling for macOS CI (c10f92f)

Maintenance

  • add pre-commit hook with lint-staged (631cf33)
  • update Node.js version requirements and enhance README with development setup instructions (a2b5102)

[0.1.0] - 2026-08-10

  • Initial release