Skip to content

Releases: JonasDoesThings/obsidian-hide-folders

1.5.1

25 Jun 18:30
Compare
Choose a tag to compare

What's Changed

  • update mutationObserver with debounce to improve performance and increase detection of file-explorer updates by @luckman212 in #16

Full Changelog: 1.5.0...1.5.1

1.5.0

15 Jun 21:46
Compare
Choose a tag to compare

What's Changed

  • Add setting to hide bottom status-bar plugin indicator text (closes #13)

Full Changelog: 1.4.2...1.5.0
Support my work: https://buymeacoffee.com/jonasdoesthings

1.4.2

12 Jun 16:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2
Support my work: https://buymeacoffee.com/jonasdoesthings

1.4.1

07 Jun 19:36
Compare
Choose a tag to compare

What's New

  • Hopefully fix #11

Full Changelog: 1.4.0...1.4.1
Support my work: https://buymeacoffee.com/jonasdoesthings

1.4.0

30 May 17:44
Compare
Choose a tag to compare

What's New

feat: add experimental compatibility setting for quick-explorer
refactor: add possibility to add further compatibility settings in the future
docs: add .github/FUNDING.yml

You can find experimental settings by clicking on the "experimental settings section" on the bottom of the settings screen to expand it.
image

Full Changelog: 1.3.0...1.4.0
Support my work: https://buymeacoffee.com/jonasdoesthings

v1.3.0

28 May 19:36
Compare
Choose a tag to compare

What's New

feat: setting to enable "Add Hidden Folders to Obsidian Exclusion-List" (issue #10)
refactor: minor other changes

Full Changelog: 1.2.3...1.3.0
Support my work: https://buymeacoffee.com/jonasdoesthings

v1.2.3

20 Apr 15:28
Compare
Choose a tag to compare

What's New

fix: save the plugin's hidden/shown state when toggling visibility to persist state between obsidian restarts (closes #8)

Full Changelog: 1.2.2...1.2.3

v1.2.2

12 Apr 18:54
Compare
Choose a tag to compare

What's New

  • Add BuyMeACoffee info to the plugin, to allow supporting my unpaid work with a small tip.

Full Changelog: 1.2.1...1.2.2

v1.2.1 // folder hiding bugfix

28 Nov 16:57
Compare
Choose a tag to compare

What's New

Due to the highly-appreciated contribution by @joaoxmb in PR #7 issue #5 and #6 should be fixed now. 🥳🎉

New Contributors

Full Changelog: 1.2.0...1.2.1

v1.2.0 // startsWith:: support

10 Sep 07:29
Compare
Choose a tag to compare

What's New

  • Support the startsWith:: prefix-selector, so for example you can use startsWith::_ to hide all folders starting with a _ (closes #3)

  • Bug Fix: Prevent the whole file tree from being hidden when having an empty endsWith:: in your configuration

Full Changelog: 1.1.1...1.2.0