Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjdr committed Feb 11, 2024
1 parent 9a19a4d commit bc240ca
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 17 deletions.
39 changes: 23 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,67 @@
# Changelog

## 0.4.5 (2023-04-??)
## [v0.5.0](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.5.0) (2024-02-11)

**Enhancements**

- Add default key binding for "Open bundle" command [\#54](https://github.com/ctjdr/vscode-apprt-bundles/issues/54)
- Allow to jump from component declaration to implementation instantly [\#53](https://github.com/ctjdr/vscode-apprt-bundles/issues/53)
- Make "Go to Definition" go to module.js/.ts file. [\#52](https://github.com/ctjdr/vscode-apprt-bundles/issues/52)

## 0.4.4 (2022-08-11)
## [v0.4.4](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.4.4) (2022-08-11)

**Enhancements**

- Support new manifest.json properties `editor` and `deprecated` [\#51](https://github.com/ctjdr/vscode-apprt-bundles/issues/51)

## 0.4.3 (2022-08-10)
## [v0.4.3](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.4.3) (2022-08-10)

**Fixed bugs:**
**Bug fixes**

- Service name completion does not replace existing text correctly since VS Code 1.69 [\#50](https://github.com/ctjdr/vscode-apprt-bundles/issues/50)
- Peeking component providers and consumers in manifest.json fails since VS Code 1.69 [\#49](https://github.com/ctjdr/vscode-apprt-bundles/issues/49)

## 0.4.2 (2022-06-09)
## [v0.4.2](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.4.2) (2022-06-09)

**Bug fixes**

- Error "Unable to load schema from 'apprt://.manifest.schema.json'" displayed when editing manifest.json file [\#48](https://github.com/ctjdr/vscode-apprt-bundles/issues/48)

## 0.4.1 (2022-06-09)
## [v0.4.1](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.4.1) (2022-06-09)

**Enhancements**

- Support new manifest.json properties 'cssThemes' and 'cssThemesExtension' [\#47](https://github.com/ctjdr/vscode-apprt-bundles/pull/47) ([jessebluemr](https://github.com/jessebluemr))

## 0.4.0 (2021-03-28)
## [v0.4.0](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.4.0) (2021-03-28)

**Enhancements**

- Provide quick fix for deprecated manifest items [\#45](https://github.com/ctjdr/vscode-apprt-bundles/issues/45)

## 0.3.0 (2021-01-14)
## [v0.3.0](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.3.0) (2021-01-14)

**Enhancements**

- "Goto Definition" for components opens implementing file [\#11](https://github.com/ctjdr/vscode-apprt-bundles/issues/11)
- "Open bundle" command: Don't display bundle name \(again\) in details [\#35](https://github.com/ctjdr/vscode-apprt-bundles/issues/35)
- "Open Bundle" command: Match on bundle parent paths [\#33](https://github.com/ctjdr/vscode-apprt-bundles/issues/33)
- Make "manifest" reveal type the default [\#32](https://github.com/ctjdr/vscode-apprt-bundles/issues/32)
- Clean up bundle reveal type settings [\#31](https://github.com/ctjdr/vscode-apprt-bundles/issues/31)
- Exclude bundles from defined paths from list displayed for "Open bundle" command [\#25](https://github.com/ctjdr/vscode-apprt-bundles/issues/25)
- Add comand to "open current README" [\#23](https://github.com/ctjdr/vscode-apprt-bundles/issues/23)
- Add command to "open current README" [\#23](https://github.com/ctjdr/vscode-apprt-bundles/issues/23)
- Keep a list of recently opened bundles when using the "apprt: Open bundle" command [\#20](https://github.com/ctjdr/vscode-apprt-bundles/issues/20)
- Add comand to "open current manifest" [\#19](https://github.com/ctjdr/vscode-apprt-bundles/issues/19)
- Add command to "open current manifest" [\#19](https://github.com/ctjdr/vscode-apprt-bundles/issues/19)
- Don't suggest deprecated or other unwanted keys when editing manifest.json files [\#16](https://github.com/ctjdr/vscode-apprt-bundles/issues/16)
- Provide better snippets for most commonly used manifest.json keys [\#15](https://github.com/ctjdr/vscode-apprt-bundles/issues/15)
- "Goto Definition" for components opens implementing file [\#11](https://github.com/ctjdr/vscode-apprt-bundles/issues/11)
- Tag deprecated keys in manifest.schema.json [\#14](https://github.com/ctjdr/vscode-apprt-bundles/issues/14)

**Bug fixes**


- Configuration not restored for "Open bundle" command [\#21](https://github.com/ctjdr/vscode-apprt-bundles/issues/21)
- No help docs on auto-complete [\#17](https://github.com/ctjdr/vscode-apprt-bundles/issues/17)

## 0.2.0 (2020-11-27)
## [v0.2.0](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.2.0) (2020-11-27)

**Enhancements**

Expand All @@ -65,10 +70,9 @@

**Bug fixes**

- Use webpack to bundle extension [\#10](https://github.com/ctjdr/vscode-apprt-bundles/issues/10)

- Extension bundle contains unnecessary files [\#7](https://github.com/ctjdr/vscode-apprt-bundles/issues/7)

## 0.1.0 (2020-11-06)
## [v0.1.0](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.1.0) (2020-11-06)

**Enhancements**

Expand Down Expand Up @@ -105,3 +109,6 @@
## 0.0.1 (2020-09-16)
- Initial release
- Implement basic manifest.json editing support through JSON Schema file.


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ npm run test-manifest-path
Run in project root

```bash
$ github_changelog_generator --user ctjdr --project vscode-apprt-bundles --token $GITHUB_TOKEN --output "" --future-release 0.4.0 --no-compare-link --since-tag v0.1.0
$ github_changelog_generator --user ctjdr --project vscode-apprt-bundles --token $GITHUB_TOKEN --output CHANGELOG.md --future-release v0.5.0 --no-compare-link --since-tag v0.0.5 --no-http-cache --enhancement-label "**Enhancements**" --bugs-label "**Bug fixes**" --include-labels enhancement,bug --no-pr-wo-labels
```

Prints the changelog to STDOUT. Copy the new entry into _both_ CHANGELOG.md files.
Expand Down
25 changes: 25 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## 0.0.5 (2020-10-21)

**Enhancements**

- Add code lenses to `"providing"` and `"provides"` elements.

## 0.0.4 (2020-10-14)

**Enhancements**

- Enable to use "Find all References" and "Peek References" commands to search service name references in all manifest.json files
- Add auto-completion for service names when editing `"providing"` and `"provides"` elements.

## 0.0.3 (2020-09-18)

**Enhancements**

- Added missing description for manifest.json elements.

## 0.0.2 (2020-09-17)
- Allow to build release based on GitHub Actions

## 0.0.1 (2020-09-16)
- Initial release
- Implement basic manifest.json editing support through JSON Schema file.

0 comments on commit bc240ca

Please sign in to comment.