Skip to content

Releases: vslinko/obsidian-outliner

1.1.5

19 Apr 16:54
Compare
Choose a tag to compare

Enhancements

  • Added support for plus sign as a list marker #91

1.1.4

14 Apr 08:22
Compare
Choose a tag to compare

Enhancements

  • Zooming in when clicking on the bullet #36

1.1.3

14 Apr 07:11
Compare
Choose a tag to compare

Enhancements

  • Backspace should work as regular if it is the first line with no children #77

1.1.2

13 Apr 19:17
Compare
Choose a tag to compare

Enhancements

  • Added notification when trying to fold when folding is disabled

1.1.1

12 Apr 18:40
Compare
Choose a tag to compare

Bugfixes

  • Fixed condition of warning visibility in the status bar

1.1.0

12 Apr 14:09
9a3ac74
Compare
Choose a tag to compare

Huge release! 🚀

Features

  • Configurable hotkeys for commands
  • Added configuration for features without hotkeys
  • More useful and correct README file

Bugfixes

  • Fixed: Moving an item causes nearby lists to unfold #62
  • Fixed: Unable to unload plugin without restarting Obsidian

Internal enhancements

  • Modular source code structure
  • End-to-end tests
  • Configured Github Actions that run tests in a real Obsidian app

1.1.0-beta5

12 Apr 00:03
Compare
Choose a tag to compare
1.1.0-beta5 Pre-release
Pre-release

obsidian-commands-4

10 Apr 15:17
Compare
Choose a tag to compare
obsidian-commands-4 Pre-release
Pre-release
Fixed folding while moving #62

obsidian-commands-3

08 Apr 21:02
Compare
Choose a tag to compare
obsidian-commands-3 Pre-release
Pre-release
Do not handle mouse selections

obsidian-commands-2

08 Apr 20:49
Compare
Choose a tag to compare
obsidian-commands-2 Pre-release
Pre-release
Handle cursor movement using beforeSelectionChange instead of keydown