Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

56 lines (44 loc) · 1.07 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

None

[1.1.1] - 2021-10-27

Added

  • Added button to check language name for document
  • Added override ability for markers
  • Add supported languages
    • Delphi: {$region}
    • Javascriptreact: //#region and //region
    • Typescriptreact: //#region and //region

[1.0.0] - 2020-08-03

Added

  • Support nesting region

[0.1.2] - 2020-07-31

Added

  • Add on activity bar
  • Add supported languages
    • TypeScript/JavaScript: //#region and //region
    • C#: #region
    • C/C++: #pragma region
    • F#: //#region
    • PowerShell: #region
    • VB: #Region

[0.0.7] - 2020-04-15

Fixed

  • Modify typos

[0.0.6] - 2020-04-15

Fixed

  • Modify preview image path

[0.0.4] - 2020-04-15

Added

  • Add preview image

[0.0.3] - 2020-04-14

Changed

  • Change display name

[0.0.2] - 2020-04-14

Added

  • Add icon

[0.0.1] - 2020-04-14

Added

  • Initial release