Releases: pjeby/pane-relief
0.5.6
Fix 1.7.5 not opening search w/hotkey + focus lock
Older versions of Obsidian focused the search box directly from the search command, which allowed hotkey-based search to work with Pane Relief's Focus Lock active. Newer versions now do the focusing in a way that is subject to Focus Lock, so this release adds a workaround to emulate the old behavior.
Note: with the exception of taking focus away from popout windows, Obsidian has fixed most of the problems in its UI that Focus Lock was intended to prevent, so you may want to try turning off Focus Lock to see if you still need it. (The one other major use case for it is keeping the "Automatically reveal active file" plugin from constantly focusing the file explorer pane.)
0.5.5
Misc. Fixes
- Improved unmaximize/slide behaviors w/newer Obsidians
- Restored view header pane numbering for Obsidian 1.6+ (which removed the view header icon from the app HTML)
0.5.4
Fix fwd/back menu handling for Obsidian 1.7 DOM
0.5.3
Work around theme-switching issue in extra windows
Provides a workaround for the issue described in
https://forum.obsidian.md/t/detached-window-doesnt-change-color-scheme-automatically/42642/9
by making secondary windows also listen for theme change events.
0.5.2
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)
0.5.1
Fix sliding panes compatibility w/mobile
0.5.0
Improved frame drag & sliding/maximizing for 1.2.x
Most issues with dragging or clicking at the top of a non-native frame should now be resolved, along with some sizing issues related to
maximizing. Toggling maximize while a sidebar pane is active will now apply to the most-recently-active pane in the main area, instead of hiding it.
This was a major overhaul of the plugin's styling to support three different frame styles (obsidian, hidden, and native) with and without maximizing and sliding (not to mention main and secondary windows!), and has only been tested on Windows. It is entirely possible I've missed a bug in a configuration or platform I don't normally use (e.g. Mac, mobile, themes w/elaborate restyling, etc.), so please open bug reports on Github if you experience any issues.
0.4.2
0.4.1
Fix sometimes-misplaced maximized stacked tabs
0.4.0
Support native per-tab history on Obsidian 0.16.3
Obsidian 0.16.3 implements a new per-tab history feature similar to Pane Relief's, so this update integrates support for that feature such that Pane Relief's enhanced history features still work, i.e.:
- History saved across restarts and workspace loads
- Enhanced history menus with hover preview, drag, and context menu operations
- Forward/back mouse buttons apply to the clicked tab/pane, even if inactive
- Optional page counts on history arrows
- Tooltips on the arrows show the page that will be navigated to
(That is, these features aren't in Obsidian core (yet?) so Pane Relief adds them on top of the new native history.)
You don't need this update if you aren't using Obsidian 0.16.3 yet, but it would be a good idea to install it before you relaunch for the Obsidian 0.16.3 upgrade.