Skip to content

1.0.2

Compare
Choose a tag to compare
@jamesfzhang jamesfzhang released this 29 Apr 19:59
· 39 commits to master since this release

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).