Skip to content

Releases: lumoe/obsidian-rollover-daily-todos

1.1.8

22 Jan 05:35
5b6c0b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.7...1.1.8

Add setting to disable automatic rollover

08 Sep 15:28
Compare
Choose a tag to compare

Adds the option for disabling the automatic rollover after file creation.

Thank you for contributing @barryvan

Bug Fix

26 May 13:04
Compare
Choose a tag to compare

Fixes #94

1.1.5 Bug Fix

29 Mar 08:03
1f20c0a
Compare
Choose a tag to compare

1.1.4

09 Feb 10:19
Compare
Choose a tag to compare

Fixes bug in complex date formats #85

1.1.3

01 Dec 10:26
Compare
Choose a tag to compare

Fix a bug that was caused in "Periodic notes".

1.1.2

29 Nov 23:46
Compare
Choose a tag to compare

Revert from previous "fix" and allow trailing and preceding slashes in the directory.

Sorry for the inconvenience. ❤️

1.1.1

18 Nov 10:08
Compare
Choose a tag to compare

Fix bug when constructing the path

1.1.0

11 Nov 19:58
f7b08af
Compare
Choose a tag to compare

This is the first release after the transfer from @shichongrui - thank you for creating this project in the first place and letting us continue work on it.

Changes from 1.0.5:

  • It is possible to have paths in your date format for the daily files. E.g. the format YYYY/MMM/YYYY-MM-DD will now also successfully roll over the Todos from the previous day.

Thanks to @ovo-saxon-zerbino for his contribution in this release.

1.0.5

01 Sep 15:10
5d08bf2
Compare
Choose a tag to compare

1.0.5 is the same as 1.0.4 except:

  • README was display poorly in Obsidian, so had to create a new release.

Changes from 1.0.4:

  1. Fixed some bugs that made plugin not work at all on mobile.
  2. Added Periodic Notes as a possible alternative to Daily notes
  3. Added new Settings (delete todos after rollover, and ignore empty todos)
  4. New command (accessible from Command Palette) to run rollover (as opposed to only when new files are created).
  5. New command (accessible from Command Palette) to undo last rollover (only available for 2 minutes since last rollover, and only can be done one time). Just in case the rollover modifies in a way you don't like.
  6. Added new Notices to tell the user what rollover has done (# of todos rolled over, and # of empty todos removed)
  7. Improved README.md to give users a more complete picture of what the plugin does.
  8. Todos are rolled over to bottom of file when a Template Heading is chosen from Settings, but no heading with that name can be found today's daily note.
  9. Todos no longer rollover to that last daily note you have created. They only roll over to Today's Daily Note (based off your device's date).