Skip to content

Commit

Permalink
0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLuo0 committed Dec 15, 2024
1 parent 8cfbc8e commit e5cad58
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.8.14]
- 7ad167b: feat: add pane-header to animation list
- 63ba521: fix: open css not work on vscodium+linux
- 8cfbc8e: fix: url is not appended on win32

## [0.8.13]
- f17f664: feat: `disableMenuFocusBackground` instead of two settings
- dc04f07: feat: add iconActionLabel and menubarTitle in animation
Expand Down
3 changes: 2 additions & 1 deletion inject/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"compositeBarItem": "fgt-revealEffect, fgt-flipEffect",
"commandCenter": "fgt-revealEffect",
"menubarTitle": "fgt-flipEffect",
"settingsTreeItem": ""
"settingsTreeItem": "",
"paneHeader": "fgt-revealEffect, fgt-flipEffect"
},
"effect": {
"revealEffect": {
Expand Down
2 changes: 1 addition & 1 deletion inject/vscode-frosted-glass-theme.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inject/vscode-frosted-glass-theme.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"publisher": "RichardLuo",
"description": "Bring frosted glass menu (like windows acrylic or mac os) to your vscode!",
"version": "0.8.13",
"version": "0.8.14",
"repository": {
"type": "git",
"url": "https://github.com/RichardLuo0/vscode-frosted-glass-theme"
Expand Down Expand Up @@ -421,14 +421,14 @@
"package": "vsce package"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/node": "^22.10.2",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.64.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vscode/test-electron": "^2.4.1",
"esbuild": "^0.24.0",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"generate-license-file": "^3.6.0",
"parse-literals": "^1.2.1",
"typescript": "^5.7.2"
Expand Down

0 comments on commit e5cad58

Please sign in to comment.