Releases: JonasDoesThings/obsidian-hide-folders
1.5.1
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
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
What's Changed
- fix for #11 by @luckman212 in #14
New Contributors
- @luckman212 made their first contribution in #14
Full Changelog: 1.4.1...1.4.2
Support my work: https://buymeacoffee.com/jonasdoesthings
1.4.1
What's New
- Hopefully fix #11
Full Changelog: 1.4.0...1.4.1
Support my work: https://buymeacoffee.com/jonasdoesthings
1.4.0
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.
Full Changelog: 1.3.0...1.4.0
Support my work: https://buymeacoffee.com/jonasdoesthings
v1.3.0
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
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
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
v1.2.0 // startsWith:: support
What's New
-
Support the
startsWith::
prefix-selector, so for example you can usestartsWith::_
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