Skip to content

Releases: ludovicchabant/obsidian-remember-file-state

1.1.2

22 Nov 01:25
Compare
Choose a tag to compare

This release simply removes the warning about the legacy editor, since it has been removed from Obsidian with 1.5.0.

1.1.1

03 Oct 01:19
Compare
Choose a tag to compare

Bug Fixes

  • Running the Reload App Without Saving command should not shutdown Obsidian anymore.

1.1.0

21 Sep 06:21
Compare
Choose a tag to compare

New Features

  • The state of files is now remembered on exit and saved to a file on disk. The files will be re-opened in their remembered state during the next session.

Bug Fixes

  • Files open in multiple tabs should now be better handled. The remembered state from the last time that file was closed will be restored, unless no remembered state exists in which case it restores the state of the first other tab showing that file.

1.0.7

14 Aug 18:33
Compare
Choose a tag to compare

Bug fixes

  • Use Obsidian's view APIs for restoring scrolling state. This avoids bugs when the view layout is processed asynchronously just after opening the file, affecting scrolling positions.
  • Editing pass on the README file.
  • More standardized debug logging in the developer console.

1.0.6

14 Jul 21:49
Compare
Choose a tag to compare

Improvements

  • Show warning message if using this plugin with the legacy editor.

Bug fixes

  • Don't restore file state if we're just switching to another pane.

1.0.5

19 Mar 02:38
Compare
Choose a tag to compare

Bug fixes:

  • Protect Obsidian from printing errors when restoring file state is invalid in CodeMirror.
  • Don't restore file state on a file that's already open in another pane.

1.0.4

12 Mar 20:07
Compare
Choose a tag to compare

Fixed plugin ID

1.0.2

14 Feb 21:04
Compare
Choose a tag to compare
Bump versions to 1.0.2

1.0.1

10 Feb 07:06
Compare
Choose a tag to compare
Update version

1.0.0

09 Feb 05:54
Compare
Choose a tag to compare
Initial commit