Skip to content

Commit 0a2ac36

Browse files
committed
Minor Bug Fixes
- Eliminate spurious errors in console at startup and workspace load - Fix tooltip positioning on focus-lock icon - Allow sidebar tabs to be programmatically revealed, even if focus lock is enabled (so that e.g. hotkeys for specific files or automatic file revealing will still show the relevant tab)
1 parent 40bb7af commit 0a2ac36

File tree

7 files changed

+253
-226
lines changed

7 files changed

+253
-226
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "pane-relief",
33
"name": "Pane Relief",
4-
"version": "0.5.1",
5-
"minAppVersion": "1.2.8",
4+
"version": "0.5.2",
5+
"minAppVersion": "1.3.5",
66
"description": "Per-tab history, hotkeys for pane/tab movement, navigation, sliding workspace, and more",
77
"author": "PJ Eby",
88
"authorUrl": "https://github.com/pjeby",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"license": "ISC",
88
"devDependencies": {
9-
"@ophidian/build": "^1.0.1",
9+
"@ophidian/build": "^1.1.4",
1010
"@ophidian/core": "git://github.com/ophidian-lib/core.git",
1111
"monkey-around": "^2.3.0",
1212
"obsidian": "1.2.8"

0 commit comments

Comments
 (0)