Releases: baincd/vscode-custom-auto-fold
Releases · baincd/vscode-custom-auto-fold
v1.1.1
Fixed
- Do not stop folding on lines that match pattern but are unfoldable (#1)
v1.1.0
Fixed
- Improved implementation to remove auto-fold cursor moves from Go Back navigation history
- Do not check lines of just folded regions
- Refactored code to reduce duplication and improve readability
v1.0.1
Changed
- Reduce default delays based on real world testing
- Improve Go Back navigation when a file is auto-folded
- Improve settings examples