Skip to content

Commit ace3285

Browse files
committed
docs: updated changelog with new release 1.1.6
1 parent 61952d7 commit ace3285

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this extension will be documented in this file.
44

55
This Changelog uses the [Keep a Changelog](http://keepachangelog.com/) structure.
66

7+
## [1.1.6](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.6) - 2025-05-01
8+
9+
#### Added:
10+
11+
- Added the ability to auto-publish to Open VSX Registry as well as VS Code Marketplace upon release (via GitHub Action) as requested in [yCodeTech/auto-comment-blocks#5](https://github.com/yCodeTech/auto-comment-blocks/issues/5).
12+
13+
- Added the ability for the extension to automatically create the `auto-generated-language-definitions` directory if it doesn't exist.
14+
15+
This is because the auto-generated files will no longer be packaged into the .vsix file, therefore the directory won't exist either.
16+
17+
- Added new `autoGeneratedDir` property in `Configuration` class to define the `auto-generated-language-definitions` directory.
18+
19+
- Changed both `singleLineLangDefinitionFilePath` and `multiLineLangDefinitionFilePath` properties in `Configuration` class to use the new `autoGeneratedDir` property.
20+
21+
- Changed `writeJsonFile` method in `Configuration` class to check if the `auto-generated-language-definitions` directory exists, and to create it if it doesn't. This uses the new `autoGeneratedDir` property.
22+
723
## [1.1.5](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.5) - 2025-03-02
824

925
#### Fixed:

0 commit comments

Comments
 (0)