Skip to content

Latest commit

 

History

History
330 lines (151 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

330 lines (151 loc) · 14.8 KB

1.21.0 (2024-02-04)

Bug Fixes

  • fixed journals template properties missing, #63 (450cdf9)

Features

  • refactor task creation process, force focus after create new task, #68 (c7dc80e)
  • support task scheduled time sorting (9570e68)

1.20.2 (2024-01-09)

Bug Fixes

1.20.1 (2023-12-24)

Bug Fixes

  • fix queryElementRect issue and add fallback position, #64 (bb3a551)

1.20.0 (2023-11-24)

Features

  • show ref block task content (ec6659c)

1.19.0 (2023-04-23)

Features

  • including TODOs from future daily note pages, #52 (035ebac)

1.18.0 (2023-04-23)

Features

  • add custom markers setting support and adjust query logic (d1714e1)

1.17.0 (2023-03-28)

Features

  • add shift click hotkey to open task in right sidebar, #47 (1b5fcd7)
  • support trigger the opposite behavior of openInRightSidebar, #47 (196d5e1)

1.16.5 (2023-03-14)

Bug Fixes

  • refactor with new hooks, and fix theme mode issue (65d5706)

1.16.4 (2023-03-09)

Bug Fixes

  • update userConfigsState to use getUserConfigs() as default value, #31 (a1a80eb)

1.16.3 (2023-03-01)

Bug Fixes

1.16.2 (2023-02-28)

Bug Fixes

1.16.1 (2023-02-26)

Bug Fixes

  • make the font color of the filter more comfortable (f37aceb)

1.16.0 (2023-02-26)

Features

  • add button for open section tasks in the right side (8c37636)

1.15.0 (2023-02-26)

Bug Fixes

Features

  • add defaultMarker and defaultPriority settings (137dbc7)
  • add task filter component (eb8c41b)
  • add the ability to filter tasks by marker or priority level. (412415f)

1.14.1 (2023-01-17)

Bug Fixes

  • label should not let task be removed from the list, #37 (a17cad7)

1.14.0 (2023-01-10)

Features

  • exit editing mode when create task where today journal page (ae96a9f)

1.13.0 (2023-01-08)

Features

  • add next n days task section and add setting item for enable/disable it (ead0825)
  • sort unscheduled tasks with page's updatedAt property. (12f1461)

1.12.1 (2022-11-14)

Bug Fixes

  • fixed first load not follow current theme mode, #31 (2a8b515)

1.12.0 (2022-11-14)

Bug Fixes

  • fix not refresh when set task schedule (9d46240)

Features

  • let the input box can be search tasks by title (1a4ba2d)

1.11.1 (2022-10-19)

Bug Fixes

  • avoid duplicate binding hotkey (9f9ab25)

1.11.0 (2022-10-19)

Features

  • add whereToPlaceNewTask setting item, #24 (a42ed45)

1.10.0 (2022-10-14)

Features

  • add quick open hotkey and toggle panel with same key (56404cd)
  • suport WAITING task status, #17 (f0869b3)

1.9.1 (2022-10-14)

Bug Fixes

  • fixed cannot read map of null errors (8866d0b)

1.9.0 (2022-10-13)

Bug Fixes

  • fix not showing the page title when click, #25 (c37f1c0)

Features

  • support task section title clickable & add openInRightSidebar setting (e995860)

1.8.0 (2022-09-19)

Bug Fixes

  • fixed reading map property error, reslove #23 (1278fc7)

Features

  • support anytime tasks group by page name, #21 (8e42dc2)

1.7.0 (2022-09-13)

Bug Fixes

  • fixed theme mode not work (db4b7e2)

Features

  • add scheduled/anytime tasks back (4a41a7e)
  • create task api and remove useTaskManager (48fa9e2)
  • use useRecoilValueLoadable to load tasks (b158a5b)

1.6.0 (2022-08-06)

Features

  • add plugin settings to customize theme colors, #18 (3f0d862)

1.5.0 (2022-06-06)

Features

  • support quick open task panel (c648e2f)

1.4.0 (2022-06-06)

Features

  • show task marker and toggle when click marker label, #11 (34e4a86)

1.3.1 (2022-05-06)

Bug Fixes

  • clean content id property when task has ref id (61b3afd)
  • fix cursor pointer styling (1eefd41)

1.3.0 (2022-05-04)

Bug Fixes

  • fix none priority task error (48a32cc)

Features

  • show priority color to make task more visually appealing (573cb7d)
  • sort by priority when same scheduled task (98d4398)

1.2.1 (2022-04-30)

Bug Fixes

  • fix missing logo.svg after build dist (6d228dc)

1.2.0 (2022-04-27)

Features

  • add button to schedule/cancel to-do items to today (5909096)

1.1.4 (2022-04-27)

Bug Fixes

1.1.3 (2022-04-27)

Bug Fixes

  • fix task panel position (ff2ff95)

1.1.2 (2022-04-26)

Bug Fixes

  • add error bounday and show error message when throw error (7f59e7f)

1.1.1 (2022-04-26)

Bug Fixes

  • fix panel position style and auto focus task input when plugin visible (f79562b)
  • fix panel position when right sidebar opend (eaa8a4e)

1.1.0 (2022-04-26)

Features

1.0.0 (2022-04-26)

Bug Fixes

  • update task list after add new task (5137884)

Features

  • add basic task list (fbc070f)
  • add expired/scheduled/no scheduled task section (87526ef)
  • add useTask hook and adjust task sections (70d280c)
  • add withUserConfigs (c451693)
  • modify task section title font weight (d6a81e6)
  • show task deadline as scheduled date (6f04571)
  • show task scheduled time and open task in right sidebar (b48e08e)