diff --git a/CHANGELOG.md b/CHANGELOG.md index a49f392ba3..90040d3f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,29 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.16.0](https://github.com/lucodear/lucodear-icons/compare/v1.15.0...v1.16.0) + +> November 24, 2024 + +- feat: ✨ payload pack [`#114`](https://github.com/lucodear/lucodear-icons/pull/114) +- feat: Add `CITATION.cff` icon and update fileIcons [`#2338`](https://github.com/lucodear/lucodear-icons/pull/2338) +- feat: update `installation` file icon associations [`#2713`](https://github.com/lucodear/lucodear-icons/pull/2713) +- feat: add `hosts` file icons [`#1015`](https://github.com/lucodear/lucodear-icons/pull/1015) +- feat: add `.dev.vars` association to `env` file icon [`#2711`](https://github.com/lucodear/lucodear-icons/pull/2711) +- feat: add `.hgtags` icon [`#2706`](https://github.com/lucodear/lucodear-icons/pull/2706) +- fix: update headline in changelog [`5e2a44e6`](https://github.com/lucodear/lucodear-icons/commit/5e2a44e6) +- chore(release): v5.14.1 [`3ca5ef9a`](https://github.com/lucodear/lucodear-icons/commit/3ca5ef9a) +- fix(workflows): changelog generation in release process [`#2704`](https://github.com/lucodear/lucodear-icons/pull/2704) +- fix(workflows): ensure similar formatting with pipeline [`#2705`](https://github.com/lucodear/lucodear-icons/pull/2705) +- fix: add changelog of v5.14.0 [`25fcdc1b`](https://github.com/lucodear/lucodear-icons/commit/25fcdc1b) +- feat: add new icons for directive folder [`#2690`](https://github.com/lucodear/lucodear-icons/pull/2690) +- feat: 🩹 add comments to patch for changelogen [`#2701`](https://github.com/lucodear/lucodear-icons/pull/2701) + #### [v1.15.0](https://github.com/lucodear/lucodear-icons/compare/v1.14.0...v1.15.0) > November 12, 2024 +- release: 🔖 v1.15.0 [`341b94f6`](https://github.com/lucodear/lucodear-icons/commit/341b94f6) - feat(ai): ✨ graphs folder [`#112`](https://github.com/lucodear/lucodear-icons/pull/112) - chore(deps): update softprops/action-gh-release action to v2.1.0 [`#2700`](https://github.com/lucodear/lucodear-icons/pull/2700) - feat: add toml icon [`#1535`](https://github.com/lucodear/lucodear-icons/pull/1535) diff --git a/images/contributors.png b/images/contributors.png index 9b8533d042..8bd2a612b5 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index 52844860dc..c6565cd6c5 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index ed2b7e95d6..4798f1563b 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/images/lucodear-icons.png b/images/lucodear-icons.png index 61f4b89afb..06aa8804af 100644 Binary files a/images/lucodear-icons.png and b/images/lucodear-icons.png differ diff --git a/package.json b/package.json index 747fdb130d..82cfd6beb9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lucodear-icons", "displayName": "lucodear-icons", "description": "🍭 lucodear-icons » A PKief's 'Material Icons Theme' fork with my own custom additions. This was made for my personal use", - "version": "1.15.0", + "version": "1.16.0", "license": "MIT", "scripts": { "precompile": "rimraf dist && bun run verify", @@ -52,16 +52,29 @@ "color": "#11131c", "theme": "dark" }, - "categories": ["Themes"], - "keywords": ["icons", "theme", "material", "icon-theme", "customization"], - "extensionKind": ["ui", "workspace"], + "categories": [ + "Themes" + ], + "keywords": [ + "icons", + "theme", + "material", + "icon-theme", + "customization" + ], + "extensionKind": [ + "ui", + "workspace" + ], "capabilities": { "untrustedWorkspaces": { "supported": true }, "virtualWorkspaces": true }, - "activationEvents": ["onStartupFinished"], + "activationEvents": [ + "onStartupFinished" + ], "main": "./dist/extension/desktop/extension.cjs", "browser": "./dist/extension/web/extension.cjs", "module": "./dist/module/index.cjs", @@ -226,7 +239,9 @@ }, "activeForPacks": { "type": "array", - "default": ["angular"], + "default": [ + "angular" + ], "description": "%configuration.customClones.activeForPacks%", "items": { "type": "string", @@ -301,7 +316,11 @@ "%configuration.folders.theme.classic%", "%configuration.folders.theme.none%" ], - "enum": ["specific", "classic", "none"] + "enum": [ + "specific", + "classic", + "none" + ] }, "lucodear-icons.folders.color": { "type": "string", @@ -342,7 +361,11 @@ "lucodear-icons.logLevel": { "type": "string", "default": "info", - "enum": ["info", "error", "debug"], + "enum": [ + "info", + "error", + "debug" + ], "description": "%configuration.logLevel%" } }