Skip to content

Latest commit

 

History

History
257 lines (152 loc) · 22.3 KB

CHANGELOG.md

File metadata and controls

257 lines (152 loc) · 22.3 KB

Changelog

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

2.7.0 (2022-07-26)

Bug Fixes and Changes

  • created date appearing twice (e356861), closes #13

2.6.1 (2022-07-04)

Features

  • add backlink with short option to render template (47f66d2)
  • disable registration of original tasks processor by default (8505437)

Internal

  • cleanup isFilenameUnique references (7a761d7)

Bug Fixes and Changes

  • add queryId as a function available in sql query (01930ba)
  • better default handling (c3f8dde)
  • remove extra cobnsole log (306751f)

Documentation

2.6.0 (2022-07-02)

Features

  • add feature to customize render (72636aa)
  • add template based rendering flag and setting (a2d7bad)
  • added created to ui (ae01177)

Documentation

2.5.2 (2022-06-30)

Documentation

  • update workspace layout (212ed33)

Bug Fixes and Changes

  • switch to adler32 from crypto (18276f6)

2.5.0 (2022-06-29)

Features

Documentation

  • add custom function documentation (940610c)
  • add docs example for not done to validate fix (47cc0b1)
  • add static index page for redirect and upload updated manifest (eb1f33c)
  • fixed duplicate example from PR #8 (3e56998)
  • update mapping to jekyll (e73cead)

Bug Fixes and Changes

  • 'not done' filter returning all statuses #9 (0716757)
  • update invalid feature and legacy settings replication (b0c3561)

2.4.2 (2022-06-24)

2.4.1 (2022-06-24)

2.4.0 (2022-06-24)

Features

  • add ability to log with trace id (678ef27)
  • add hotkeys to specific task status types (2a3ebf4)
  • add page details query block is executing on (11da4ea)
  • add page details query block is executing on (e1a7802)
  • update logging to make tracing of queries simpler (f0af6dc)

Bug Fixes and Changes

  • resolve casing issue with config folder (cb08924)
  • resolve the casing oF the config folder (4a99b1a)

Internal

  • cleanup logging library and tasks services filename (46d10f7)
  • code cleanup and correct feature usage (48aeda4)
  • implement faster header parsing saves a few ms per call (9ecafac)
  • only render markdown if links, saves over 5ms per call (60e3d0c)

Documentation

  • add callout logic (b8864c5)
  • add more debug logging (c9a66df)
  • add obsidian to md link step (ec54622)
  • add proper callout conversion (3772910)
  • add template for discord notification (01d15f4)
  • fix callout cleanup (114da90)
  • hide documentation development readme (3d19c7a)
  • remove page output and add grouping (b0daab7)
  • shift to use obsidian vault with documentation (8cea7d6)
  • update documenation and vault configuration (622eed4)
  • update to use wiki links internally and rename action (90f5a4a)

2.3.0 (2022-06-11)

Features

  • add file as property of the task for quering (eff7181)
  • separation of rendering logic from task model (c289af9)

Internal

Documentation

  • Fix 'How does Tasks handle status changes?' formatting (#720) (17c9545)
  • fix old references to Tasks X (7e3cc89)
  • Indicate when 1.6.0 features were released (#731) (3da6d12)

Bug Fixes and Changes

  • fix rounding issue on days overdue (39ae9fc)
  • Fix typo in error message for priority instruction. (#707) (5608c02)

2.2.0 (2022-06-11)

Features

  • add file as property of the task for quering (eff7181)
  • separation of rendering logic from task model (c289af9)

Internal

Documentation

  • Fix 'How does Tasks handle status changes?' formatting (#720) (17c9545)
  • fix old references to Tasks X (7e3cc89)
  • Indicate when 1.6.0 features were released (#731) (3da6d12)

Bug Fixes and Changes

  • fix rounding issue on days overdue (39ae9fc)
  • Fix typo in error message for priority instruction. (#707) (5608c02)

2.1.0 (2022-06-06)

Documentation

  • move screenshots to site for linking (3de5e97)

Bug Fixes and Changes

  • move additional status type editing to modal (e6f7037), closes #4

2.0.14 (2022-06-04)

2.0.13 (2022-06-03)

2.0.12 (2022-06-02)

Features

  • add ability to sort by tag instance/index (9c64527)
  • add cancelled and in progress along with minimal supported tasks import (de6cb0f)
  • add feature flags to plugin (9d27b5d)
  • add git attributes to force LF on windows (d5976ba)
  • add logging on mobile phone (1c5f64b)
  • add query capabilities for status (010f439)
  • add raw query capability to make debugging simpler (3454efa)
  • Allow additional tasks states and filtering by states (788e25e), closes #666
  • allow tag query to be hashless (1bb8f9f)
  • disregard the global tag (f2104c9), closes #632
  • enable moment support in alasql (fa9e324)
  • mobile support and move to node 16 (629541e)
  • move to own logging to support mobile (9404d52)
  • update logging levels (b771787)
  • update query language, add tests, make hash optional and query case insensative (d8a95b0)

Internal

  • add tests to validate substring (547f776)
  • change queryx to querysql (556d0d8)
  • chect to see if global tag is not found in query (9716007)
  • create IQuery interface for query engine and add new folder for future query engine (#699) (a13db33)
  • move querysql to correct folder (2369885)
  • refactor tag tests out and make them data driven (75eba71)

Documentation

  • cleanup readme (4fb6bd2)
  • linit update (ee09a36)
  • move/update docs docker scripts (60903ae)
  • update filter documentation on the tag query (a3964f7)
  • update grammar based issue and sorting description for tags (b2ace95)
  • update the url to point to fork (6a3ac4e)

Bug Fixes and Changes

  • cleanup engine referencing (59c4b7c)
  • fix logging and task toggle (387100e)
  • No longer crash when toggling a recurring task without any date (#597) (0fd369f)
  • resolve remaining comments and revert markdown lint changes (67e97c6)
  • resolved issues raised in PR. (4b88b4a)
  • Tasks now has basic support for block quotes (f33cb07), closes #371
  • update chrono and global filter logic (100eb97), closes #5
  • Update li rendering to match obsidian (f58186a)
  • update the settings management process (2211fee)