Skip to content

Commit

Permalink
Update metadata for reverting to v23 state
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Oct 15, 2023
1 parent 13d0747 commit eb29bf7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.24.2] - 2023-10-16

### Changed

- Revert changes of 24.0. Issue found and requires investigation.

## [0.24.0] - 2023-10-15

### Added

- Added **Project** snippets section. The source of the snippets is from files with the *.code-snippets* extension found in the *.vscode* folder in your workspace.
- Added `scope` field for snippets (*snippets.js*).
- Added GitHub issue template for bugs. This was done on github.com but edited locally.

### Changed

- The `id` attribute generated for `h3` headings is in the form of the *<section-id>-<title>*. Now the `title` portion is slugified. This ensures that there are no unwanted characters that can break links for table of contents.
- The `scope` field is shown in tables when there is at least one instance of the field in the **project**, **user** and **vs code** snippet files.
- Updated animated image demonstrating UI to reflect that project snippets are there now also. I used WebP instead of GIF for better compression/quality.
- Some refactoring to improve readability.
- Updated tests to reflect changes.

### Fixed

- There was some whitespace in `<img src="img/screenshots/demo.webp" ...` in the README.md that broke `vsce package`!

## [0.23.0] - 2023-10-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "View and edit all your snippets in one purty place. Yee-haw!",
"icon": "img/logo.png",
"version": "0.23.0",
"version": "0.24.2",
"engines": {
"vscode": "^1.4.0",
"node": ">=12.0.0"
Expand Down

0 comments on commit eb29bf7

Please sign in to comment.