diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ccfc38..eac7b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,36 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +and this project adheres to +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added -- Initial pre-release of the Glyph for vscode icon pack +- New **Glyph (Legacy)** icon theme contribution (all icons from the original + Spectrum Icon extension) +- New **Glyph** icon theme contribution (the full set of icons available, a + kitchen sink of sorts) +- Color settings available for fine-tuning the icon colors (with some presets) + +### Changed + +- Update icons to use a `.woff` icon font rather than `.svg` files to make it + easier to create new icon theme contributions with more customization + +## [0.1.1] - 2024-03-15 + +### Fixed + +- Incorrect branch for the initial release (#3) +- Missing updated content in `CHANGELOG.md` for the 0.1.0 release (#3) + +## [0.1.0] - 2024-03-15 + +### Added + +- New **Glyph (Minimal)** icon theme contribution (just the most essential icons + to ensure everything is working as expected) (#2) +- All icons made available for the file icon theme +- Initial contribution-forward setup for the repository (#1) diff --git a/package.json b/package.json index 3fd2cc8..269871f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "publisher": "lewxdev", "name": "vscode-glyph", - "version": "0.1.0", + "version": "0.1.1", "preview": true, "displayName": "%displayName%", "description": "%description%",