Skip to content

Commit

Permalink
0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLuo0 committed Sep 12, 2024
1 parent d4db229 commit 645c1d8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.8.10]
- 14171e5: fix: localization doesn't correctly replace args
- 0582e0e: fix: add back dropdown focus
- bc07d4c: fix: html file not found since 1.94.0 insider
- a259516: feat: automatically generate color theme with opacity
- d4db229: feat: add tab border radius

## [0.8.9]
- 82f5e94: feat: allow multiple selections in setup
- 7f6d3d0: fix(flipEffect): rotate3d does not involve a quad func now
Expand Down
9 changes: 5 additions & 4 deletions inject/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"filter": {
"default": {
"filter": "saturate(var(--fgt-saturate)) url(#fgt-acrylic-{key})",
"filter": "var(--fgt-saturate) url(#fgt-acrylic-{key})",
"disableBackgroundColor": true,
"opacity": 0.6
},
Expand All @@ -17,7 +17,7 @@
"../resource/acrylic.svg"
],
"variable": {
"fgt-saturate": "120%",
"fgt-saturate": "saturate(120%)",
"fgt-luminosity-opacity": "45%",
"fgt-mica-luminosity": "hsl(0, 0%, 80%)",
"fgt-mica-brightness": "",
Expand Down Expand Up @@ -80,12 +80,13 @@
"borderRadius": {
"menu": "",
"menuItem": "",
"suggestWidget": ""
"suggestWidget": "",
"tab": "6px 6px 0 0"
},
"fakeMica": {
"enabled": false,
"url": "C:/Windows/Web/Wallpaper/Windows/img0.jpg",
"filter": "saturate(var(--fgt-saturate)) url(#fgt-mica) var(--fgt-mica-brightness)",
"filter": "var(--fgt-saturate) url(#fgt-mica) var(--fgt-mica-brightness)",
"titlebarFix": 0.8,
"editorBackgroundFix": true
},
Expand Down
2 changes: 1 addition & 1 deletion inject/vscode-frosted-glass-theme.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

12 changes: 6 additions & 6 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.9",
"version": "0.8.10",
"repository": {
"type": "git",
"url": "https://github.com/RichardLuo0/vscode-frosted-glass-theme"
Expand Down Expand Up @@ -436,17 +436,17 @@
"package": "vsce package"
},
"devDependencies": {
"@types/node": "^22.5.3",
"@types/node": "^22.5.4",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.64.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vscode/test-electron": "^2.4.1",
"esbuild": "0.23.1",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"generate-license-file": "^3.5.1",
"parse-literals": "^1.2.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@vscode/sudo-prompt": "^9.3.1",
Expand Down

0 comments on commit 645c1d8

Please sign in to comment.