Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 890 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 890 Bytes

Change Log

[0.3.1] - 2019-04-08

Changed

  • Trigger trimOnSave on auto-saves along with manual saves to maintain backward compatibility

[0.3.0] - 2019-04-06

Added

  • Allow specific schemes to be ignored.
  • Add options to change background and border colors of highlighting.
  • Add option to disable status bar message.

Changed

  • Only attach VSCode event listeners if current settings require them.
  • Major refactor to simplify the core extension logic.
  • Ignore output scheme by default

Fixed

  • Fix "Trim on Save" requiring file to be saved twice.
  • Fix error when trying to read saved document for non-file schemes.

Removed

  • Remove "Save after Trim" as current VSCode lifecycle for text editor commands does not provide a clean way to implement this feature.
  • Remove deleteInFolder and deleteInFolderRecursive functionality which was experimental.