Skip to content

Latest commit

 

History

History
155 lines (86 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

155 lines (86 loc) · 10.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.4.0 (2023-05-27)

Features

  • #68: format date and time variables according to user preferences (581a1da), closes #68
  • add license (a63591c)

2.3.0 (2022-06-04)

Features

  • allow using notebook for storing templates (#63) (fd8c40c), closes #62

Bug Fixes

  • do not bundle .env with npm package (51cc799)

2.2.1 (2022-01-25)

Bug Fixes

  • #55: handle empty tags in special variables (2aec687), closes #55
  • set a max height for variables form (0aa28b4)

2.2.0 (2021-10-09)

Features

  • enable template_tags variable while inserting templates (2f9863f), closes #48

2.1.2 (2021-10-09)

Bug Fixes

  • #49: id not copied in newer versions of electron (b2cd8e2), closes #49

2.1.1 (2021-10-02)

Bug Fixes

2.1.0 (2021-09-25)

Features

  • allow setting a target notebook for a template (add6534)
  • introduce date and time variable types (55cc646), closes #43

2.0.0 (2021-08-26)

Features

  • add support for adding labels for custom variables (b138110), closes #30
  • allow specifying title and tags in templates (c36dea0)
  • use dropdown instead of enum for better user experience (c009fc9), closes #7

Bug Fixes

  • auto wrap special variable values in double quotes (720eea2)
  • ignore eslint errors for \S (dd98f44)
  • parser: update the regex used to find special variables (cb3d677)

1.1.4 (2021-08-16)

Bug Fixes

  • improve error messages in case of invalid variable names (#32) (20b71b1), closes #29
  • reorder the templates menu (c698d33), closes #25
  • sort the templates according to locale and enable numeric sorting (#34) (91a4d0c)

1.1.3 (2021-08-14)

Bug Fixes

  • reduce the width of input fields (7acc4b8), closes #28

1.1.2 (2021-08-12)

Bug Fixes

  • display sorted templates in the selector (3f9a35c), closes #24
  • template-variables: log the necessary info if variables form is unable to load (74d1124)

1.1.1 (2021-08-11)

Bug Fixes

  • release: add scripts to sync version with manifest.json (f849fe6)
  • version: update the version in manifest (d5635f1)

1.1.0 (2021-08-11)

Features

  • add keyboard shortcuts for createNoteFromTemplate, createTodoFromTemplate (941d2d2), closes #18

Bug Fixes

  • don't create provisional notes/todos while using templates (3399aea)
  • legacy-templates: improve the readme note (#19) (7215777)
  • parser: display error message when template can't be parsed (7dfcdf2), closes #15

1.0.0 (2021-08-06)

Features

  • add a dialog for showing default templates (388e40e)
  • add help option in menu (b41a964)
  • add menu items and settings for default templates (a8fa7b6)
  • add template variables feature (dc835d2)
  • add util functions for user template selection (3ec3f98)
  • allow cancelling while taking variable inputs (99d10a2)
  • allow creating templates in other notebooks (beb6d63)
  • automatically load previous templates (53e743e)
  • complete newTodoFromTemplate, newNoteFromTemplate, insertTemplate functions (1eeed0e)
  • create commands to set default templates, create notes (d826b85)
  • display template name in variable input dialog (5612f36)
  • integrate handlebars and ensure all existing templates are compatible (8053a5c)
  • minor ui improvements (a56206a)
  • remove templates notebook functionality (abd49e3)
  • store templates in a special folder (ddfd51a)

Bug Fixes

  • #1: typo in function name (4efaa84), closes #1
  • allow users to set an existing notebook as the templates notebook (5396a4a)
  • bug while creating a new template tag (21891f2)
  • encode text in html (ff2bc1f)
  • indentation in legacy templates readme (b47f537)
  • minor fixes in default templates feature (56f9ebe)
  • update legacy templates readme (f15ddd9)
  • update the app_min_version (3046bc3)