Skip to content

Releases: Leonezz/obsidian-tasks-calendar-wrapper

0.3.1

23 Jun 15:07
Compare
Choose a tag to compare
fix: migrate to new api

0.3.0

03 May 12:37
Compare
Choose a tag to compare
0.3.0

0.2.9

21 Dec 08:34
Compare
Choose a tag to compare
0.2.9

0.2.8

21 Dec 08:10
Compare
Choose a tag to compare
0.2.8

0.2.7

12 Nov 16:47
Compare
Choose a tag to compare
0.2.7

0.2.6

08 Nov 14:16
Compare
Choose a tag to compare
0.2.6

0.2.5

19 Aug 02:54
Compare
Choose a tag to compare
  1. new feature: time format text (prefix) based parsing and sorting thanks to @stelcodes !

0.2.4

31 Jul 11:11
Compare
Choose a tag to compare
  1. new feature: include file paths filter. #51 thanks to @BishalTS.

0.2.3

01 Jul 13:09
Compare
Choose a tag to compare

In v0.2.3 the task icon clicking event which toggles the item done is handled by the Tasks plugin, thus the following functionality should be working:

  1. A done date should be automatically appended to the end of the item when the icon is clicked on a todo item (#41 ).
  2. The recurrence function should be working, which means a new task will be created when an item with recurrence is toggle done (#43 ).

Plus the following issues are fixed:

  1. Items not loaded when opening obsidian sometimes (#40 ).

0.2.2

17 Jun 05:26
Compare
Choose a tag to compare
  1. fix: task status icon clicking event mismatch with wrong items (always the first item in the list) when builtin styles are enabled (#38).