Skip to content

Releases: ivan-lednev/obsidian-task-archiver

0.26.1

05 Sep 08:19
Compare
Choose a tag to compare

Fixed issues

  • Text replacement now replaces every match instead of just the first one

0.26.0

04 Sep 16:55
Compare
Choose a tag to compare

New features

  • Use patterns in rules to match against task text contents
  • Delete tasks that match a rule

0.25.1

04 Sep 08:31
Compare
Choose a tag to compare

Fixed issues

  • Fix plugin installation error

0.25.0

04 Sep 08:19
Compare
Choose a tag to compare

New features

  • You can now archive tasks to daily note (Settings > Archive to separate file > Daily note). If the note doesn't exist, it's going to be created using the daily note template from your daily note settings.

0.24.1

03 Sep 15:08
Compare
Choose a tag to compare

Fixed issues

  • Respect custom date format when archiving to a separate file

0.24.0

03 Sep 14:23
Compare
Choose a tag to compare

Fixed issues

  • Archiving no longer messes with front-matter
  • Archiving no longer messes with indentation in code blocks

Breaking changes

  • Removed support for command: "Turn list items at this level into headings", as it was buggy and didn't fit with the purpose of the plugin.

0.23.2

07 May 12:05
Compare
Choose a tag to compare
  • Now rules can handle unchecked tasks (see #46)
  • Fixed bug with bullets without check-boxes blocking archiving of parent tasks (see #47)

0.23.1

15 Apr 10:42
Compare
Choose a tag to compare
  • Minor bug fixes

0.23.0

15 Apr 10:02
Compare
Choose a tag to compare
  • You can now apply rules to tasks by file paths that match a certain pattern (partially addresses #41, #29)

0.22.1

27 Mar 13:32
Compare
Choose a tag to compare
  • Fix rewriting old settings (#38)