Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 669 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 669 Bytes

Change Log

All notable changes to this project are documented in this file.

1.0.0 - Work in Progress

  • First public release.

1.0.1 - Bug fixes

  • Author: JoBrad
  • Date: 2016-10-06
  • fileFromTemplateCommand and templateFromFileCommand will now use the file-system path variable, instead of the standard path
  • Only files will be shown in the dropdown when creating a file from a template
  • When creating a template from a file, templateFromFileCommand will correctly create a file instead of attempting to write to the directory

1.1.0 - Template variables

  • Add support for template variables - #8. Thanks @alexfruehwirth.