1.21.0 (2024-02-04)
- refactor task creation process, force focus after create new task, #68 (c7dc80e)
- support task scheduled time sorting (9570e68)
1.20.2 (2024-01-09)
- types and apis (797f99b)
1.20.1 (2023-12-24)
1.20.0 (2023-11-24)
- show ref block task content (ec6659c)
1.19.0 (2023-04-23)
1.18.0 (2023-04-23)
- add custom markers setting support and adjust query logic (d1714e1)
1.17.0 (2023-03-28)
- 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)
- refactor with new hooks, and fix theme mode issue (65d5706)
1.16.4 (2023-03-09)
1.16.3 (2023-03-01)
1.16.2 (2023-02-28)
- update logseq sdk (b1f4138)
1.16.1 (2023-02-26)
- make the font color of the filter more comfortable (f37aceb)
1.16.0 (2023-02-26)
- add button for open section tasks in the right side (8c37636)
1.15.0 (2023-02-26)
- fix type error (705af59)
- 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)
1.14.0 (2023-01-10)
- exit editing mode when create task where today journal page (ae96a9f)
1.13.0 (2023-01-08)
- 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)
1.12.0 (2022-11-14)
- fix not refresh when set task schedule (9d46240)
- let the input box can be search tasks by title (1a4ba2d)
1.11.1 (2022-10-19)
- avoid duplicate binding hotkey (9f9ab25)
1.11.0 (2022-10-19)
1.10.0 (2022-10-14)
- add quick open hotkey and toggle panel with same key (56404cd)
- suport WAITING task status, #17 (f0869b3)
1.9.1 (2022-10-14)
- fixed cannot read map of null errors (8866d0b)
1.9.0 (2022-10-13)
- support task section title clickable & add openInRightSidebar setting (e995860)
1.8.0 (2022-09-19)
1.7.0 (2022-09-13)
- fixed theme mode not work (db4b7e2)
- 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)
1.5.0 (2022-06-06)
- support quick open task panel (c648e2f)
1.4.0 (2022-06-06)
1.3.1 (2022-05-06)
1.3.0 (2022-05-04)
- fix none priority task error (48a32cc)
- show priority color to make task more visually appealing (573cb7d)
- sort by priority when same scheduled task (98d4398)
1.2.1 (2022-04-30)
- fix missing logo.svg after build dist (6d228dc)
1.2.0 (2022-04-27)
- add button to schedule/cancel to-do items to today (5909096)
1.1.4 (2022-04-27)
- fix anytime task query (294b77a)
1.1.3 (2022-04-27)
- fix task panel position (ff2ff95)
1.1.2 (2022-04-26)
- add error bounday and show error message when throw error (7f59e7f)
1.1.1 (2022-04-26)
- 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)
- update task list after add new task (5137884)
- 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)