Skip to content

Releases: Ledaryy/obsidian-todoist-completed-tasks

v1.5.0

27 May 20:16
Compare
Choose a tag to compare

v1.5.0 release

Features:

  • Introducing the ability to enable project header rendering, which conveniently displays all project tasks beneath the project name when activated.

1.4.4

19 Dec 20:11
Compare
Choose a tag to compare

v1.4.4 bugfix release

Bugfixes:

  • Fixed bug when completed dates were not rendered for recurring tasks

1.4.3

16 Dec 12:58
dd1a90b
Compare
Choose a tag to compare

v1.4.3 bugfix release

Bugfixes:

  • Renamed "Not completed yet" to "N/A"
  • Added "Note" to the postfix settings page: "Note: Todoist API does not always provide a task finish date, 'N/A' will be used in this case."

1.4.2

10 Dec 18:49
Compare
Choose a tag to compare

v1.4.2 bugfix release

Bugfixes:

  • Fixed bug when postfix time was rendered incorrectly "2022-12-9" instead of "2022-12-09"

1.4.1

09 Dec 23:07
Compare
Choose a tag to compare

v1.4.1 bugfix release

Bugfixes:

  • Fixed bug when tasks got duplicated on loading without parent task.

1.4.0

09 Dec 22:55
Compare
Choose a tag to compare

v1.4.0 release

Features:

  • Added ability to add postfix for your rendered tasks, supports emoji too!

Bugfixes:

  • Now you don't need parent task to be completed to render completed subtasks
  • Improved prefix/postfix logic, now only {current_time} will be replaced, not the whole sentence, e.g. you can do like this "was completed at: {current_time} :)"

1.3.0

04 Nov 18:14
Compare
Choose a tag to compare

v1.3.0 release

Features:

  • Added "Fetch completed tasks using dates in segments" commands. And logic for data extraction from a file.

Bugfixes:

  • Migrated Todoist API from v8 to v9
  • Minor fixes and codebase updates

1.2.0

22 Sep 09:44
Compare
Choose a tag to compare

v1.2.0 release

Features:

  • Added "Fetch completed todoist tasks for last n hours" commands and logic
  • Added toggle switch to disable/enable subtasks rendering

Bugfixes:

  • Fixed the bug when the plugin was trying to render subtask without parent tasks.
  • Fixed bug when the plugin was trying to render 0 tasks.

1.1.2

20 Sep 22:30
Compare
Choose a tag to compare

v1.1.2 bugfix release

Fixed the bug when subtasks were rendered as standard tasks.

1.1.1

15 Sep 20:23
Compare
Choose a tag to compare

v1.1.1 bugfix release

  • Replaced setValue logic with replaceRange
    Benefits:
  • You don't lose your scroll position
  • The changes get added to the undo history
  • Less risk of data loss in case the current view has unsaved changes