Skip to content

Releases: jamesfzhang/auto-save

1.0.8

28 Jul 06:29
Compare
Choose a tag to compare

Improvements:

  • Add option for ignoring files
  • Don't save when auto-complete menu is open--otherwise, the menu closes unexpectedly

1.0.7

25 Jan 16:24
Compare
Choose a tag to compare

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

19 Jun 20:57
Compare
Choose a tag to compare

Improvements:

1.0.5

07 Apr 16:25
Compare
Choose a tag to compare

Fixed bug when file is reloaded from disk (thanks scholer)

1.0.4

02 May 14:07
Compare
Choose a tag to compare

Fixes:

  • Fixed bug where plugin was broken for ST2.
  • Thanks for reporting the issue and fixing it mateuszjarzewski.

1.0.3

30 Apr 02:01
Compare
Choose a tag to compare

Fixes:

Fixed bug where turning on/off resulted in plugin breaking.
Thanks for reporting the issue, fertingoff.

1.0.2

29 Apr 19:59
Compare
Choose a tag to compare

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

03 Feb 14:22
Compare
Choose a tag to compare

Fix for saving files that don't exist already. Thanks to https://github.com/jisaacks