Skip to content

Commit

Permalink
release: 🔖 v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed Nov 24, 2024
1 parent d155ac2 commit 112f329
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified images/contributors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/fileIcons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/folderIcons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/lucodear-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 31 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -226,7 +239,9 @@
},
"activeForPacks": {
"type": "array",
"default": ["angular"],
"default": [
"angular"
],
"description": "%configuration.customClones.activeForPacks%",
"items": {
"type": "string",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -342,7 +361,11 @@
"lucodear-icons.logLevel": {
"type": "string",
"default": "info",
"enum": ["info", "error", "debug"],
"enum": [
"info",
"error",
"debug"
],
"description": "%configuration.logLevel%"
}
}
Expand Down

0 comments on commit 112f329

Please sign in to comment.