File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+ and this project adheres to
7+ [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
78
89## [ Unreleased]
910
1011### Added
1112
12- - Initial pre-release of the Glyph for vscode icon pack
13+ - New ** Glyph (Legacy)** icon theme contribution (all icons from the original
14+ Spectrum Icon extension)
15+ - New ** Glyph** icon theme contribution (the full set of icons available, a
16+ kitchen sink of sorts)
17+ - Color settings available for fine-tuning the icon colors (with some presets)
18+
19+ ### Changed
20+
21+ - Update icons to use a ` .woff ` icon font rather than ` .svg ` files to make it
22+ easier to create new icon theme contributions with more customization
23+
24+ ## [ 0.1.1] - 2024-03-15
25+
26+ ### Fixed
27+
28+ - Incorrect branch for the initial release (#3 )
29+ - Missing updated content in ` CHANGELOG.md ` for the 0.1.0 release (#3 )
30+
31+ ## [ 0.1.0] - 2024-03-15
32+
33+ ### Added
34+
35+ - New ** Glyph (Minimal)** icon theme contribution (just the most essential icons
36+ to ensure everything is working as expected) (#2 )
37+ - All icons made available for the file icon theme
38+ - Initial contribution-forward setup for the repository (#1 )
Original file line number Diff line number Diff line change 11{
22 "publisher" : " lewxdev" ,
33 "name" : " vscode-glyph" ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "preview" : true ,
66 "displayName" : " %displayName%" ,
77 "description" : " %description%" ,
You can’t perform that action at this time.
0 commit comments