Releases: Opisek/obsidian-statusbar-organizer
Releases · Opisek/obsidian-statusbar-organizer
2.1.2
Fix plugin crash when starting up without data.json
2.1.1
Do not save exists
information in data.json
.
2.1.0
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
- 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
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
Remove console.log
used for debugging
2.0.0
- 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
- Use CSS
order
property instead of expensively rearranging all the div
- Hide preview overflow
1.2.1
Replace .innerHTML = "";
with .empty();
1.2.0
- 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