Skip to content

Releases: Opisek/obsidian-statusbar-organizer

2.1.2

19 Aug 21:36
e803b96
Compare
Choose a tag to compare

Fix plugin crash when starting up without data.json

2.1.1

12 Aug 08:37
e79761f
Compare
Choose a tag to compare

Do not save exists information in data.json.

2.1.0

10 Aug 17:20
Compare
Choose a tag to compare

Bugfixes:

  • Fixed renaming presets always appending "2" to the end of the name.
  • Pressing enter while renaming a preset will now exit the renaming mode.

New features:

  • Hotkeys can now be assigned to presets via Obsidian's "hotkeys" settings page. (#9)
  • The active preset can now be separated for fullscreen and windowed operation. (#8)

2.0.3

10 Aug 08:10
Compare
Choose a tag to compare
  • Bug fix: Changing settings in one preset will no longer affect other presets (#11)
  • Bug fix: Do not automatically focus on the first preset's name when entering the settings (#10)

2.0.2

02 Jun 18:15
Compare
Choose a tag to compare

Quality of life changes for presets:

  • Don't allow empty preset names (#7)
  • When deleting a preset, switch to the closest one in the list, not to the very first one
  • Make sure preset name disambiguation never leaves any gaps

2.0.1

02 Jun 15:11
Compare
Choose a tag to compare

Remove console.log used for debugging

2.0.0

02 Jun 14:22
a2ecf90
Compare
Choose a tag to compare
  • Update colors of hidden and deleted status bar entries to be more intuitive and recognizeable. (#4)
  • Add presets feature.
  • Ensure automatic conversion of save files from versions below 2.0.0

1.3.0

18 Feb 18:25
5bbffc2
Compare
Choose a tag to compare
  • Use CSS order property instead of expensively rearranging all the div
  • Hide preview overflow

1.2.1

07 Feb 09:20
Compare
Choose a tag to compare

Replace .innerHTML = ""; with .empty();

1.2.0

25 Jan 09:48
Compare
Choose a tag to compare
  • Increased delay of initial reorder on startup from 1s to 5s
  • Added a MutationObserver to watch for new elements added to the status bar and run reordering automatically.
  • Synchronization to prevent multiple reorder calls happening at once