Skip to content

Commit

Permalink
Minor Bug Fixes
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
pjeby committed Oct 7, 2023
1 parent 40bb7af commit 0a2ac36
Show file tree
Hide file tree
Showing 7 changed files with 253 additions and 226 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "pane-relief",
"name": "Pane Relief",
"version": "0.5.1",
"minAppVersion": "1.2.8",
"version": "0.5.2",
"minAppVersion": "1.3.5",
"description": "Per-tab history, hotkeys for pane/tab movement, navigation, sliding workspace, and more",
"author": "PJ Eby",
"authorUrl": "https://github.com/pjeby",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"license": "ISC",
"devDependencies": {
"@ophidian/build": "^1.0.1",
"@ophidian/build": "^1.1.4",
"@ophidian/core": "git://github.com/ophidian-lib/core.git",
"monkey-around": "^2.3.0",
"obsidian": "1.2.8"
Expand Down
Loading

0 comments on commit 0a2ac36

Please sign in to comment.