From eb29bf74449d1fad6d5d4ca65ba25f9b1508c805 Mon Sep 17 00:00:00 2001 From: Rob O'Leary <3703647+robole@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:12:52 +0200 Subject: [PATCH] Update metadata for reverting to v23 state --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e58449..b8f328d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 *-*. 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 diff --git a/package.json b/package.json index f802836..aae0371 100644 --- a/package.json +++ b/package.json @@ -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"