Skip to content

Commit 14f5961

Browse files
committed
chore: merge v1 into v2 for the last time
1 parent 2643a4c commit 14f5961

72 files changed

Lines changed: 1681 additions & 4863 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"window-state": "patch"
3+
---
4+
5+
Address a couple of issues with restoring positions:
6+
7+
- Fix restoring window positions correctly when the top-left corner of the window was outside of the monitor.
8+
- Fix restore maximization state only maximized on main monitor.

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prettier",
88
"eslint:recommended",
99
"plugin:@typescript-eslint/recommended",
10-
"plugin:security/recommended"
10+
"plugin:security/recommended-legacy"
1111
],
1212
"overrides": [],
1313
"parser": "@typescript-eslint/parser",

.github/workflows/audit-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jobs:
3737
- uses: rustsec/audit-check@v1
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
40+
# https://github.com/tauri-apps/plugins-workspace/issues/774
41+
ignore: ${{ github.event_name != 'schedule' && 'RUSTSEC-2023-0071' || '' }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
target
22
node_modules
3-
dist
43
dist-js

0 commit comments

Comments
 (0)