Skip to content

Releases: pjeby/pane-relief

0.5.5

03 Sep 20:11
Compare
Choose a tag to compare

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

09 Aug 06:54
Compare
Choose a tag to compare

Fix fwd/back menu handling for Obsidian 1.7 DOM

0.5.3

09 Mar 03:26
Compare
Choose a tag to compare

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

07 Oct 20:04
Compare
Choose a tag to compare

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

19 Jul 03:12
Compare
Choose a tag to compare

Fix sliding panes compatibility w/mobile

0.5.0

12 May 00:31
Compare
Choose a tag to compare

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

25 Apr 08:33
Compare
Choose a tag to compare

Fix issue #47 - Right sidebar not clickable

0.4.1

14 Oct 19:09
Compare
Choose a tag to compare

Fix sometimes-misplaced maximized stacked tabs

0.4.0

19 Sep 17:55
Compare
Choose a tag to compare

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.

0.3.5

07 Sep 21:34
Compare
Choose a tag to compare

Fix import issue w/previous release