Releases: jamesfzhang/auto-save
Releases · jamesfzhang/auto-save
1.0.8
1.0.7
Improvements:
- Add option for enabling this plugin for only current file
- Add option for enabling "auto backup"
See this pull request for more information. Thanks kylebebak!
1.0.6
Improvements:
- Add explicit enable/disable flag in addition to toggle (thanks https://github.com/scholer)
- Add preferences menu
- Performance optimizations
1.0.5
1.0.4
Fixes:
- Fixed bug where plugin was broken for ST2.
- Thanks for reporting the issue and fixing it mateuszjarzewski.
1.0.3
Fixes:
Fixed bug where turning on/off resulted in plugin breaking.
Thanks for reporting the issue, fertingoff.
1.0.2
Improvements:
Debounce save to improve performance
- New setting called "auto_save_delay_in_seconds", which defaults to 1.
- The higher this number, the longer "save" is debounced.
- Anywhere between 1-3 seconds is reasonable.
- Set to 0 to avoid debouncing all together (not recommended).
1.0.1
Fix for saving files that don't exist already. Thanks to https://github.com/jisaacks