All notable changes to the "custom-auto-fold" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Do not stop folding on lines that match pattern but are unfoldable (#1)
- 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
- Fix navigation history when file is auto-folded
- Corrected Changelog
- Reduce default delays based on real world testing
- Improve Go Back navigation when a file is auto-folded
- Improve settings examples
- Initial Version