Releases: lumoe/obsidian-rollover-daily-todos
Releases · lumoe/obsidian-rollover-daily-todos
1.1.8
Add setting to disable automatic rollover
Adds the option for disabling the automatic rollover after file creation.
Thank you for contributing @barryvan
Bug Fix
1.1.5 Bug Fix
Fixes #90.
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
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
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:
- Fixed some bugs that made plugin not work at all on mobile.
- Added
Periodic Notes
as a possible alternative toDaily notes
- Added new Settings (delete todos after rollover, and ignore empty todos)
- New command (accessible from Command Palette) to run rollover (as opposed to only when new files are created).
- 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.
- Added new
Notice
s to tell the user what rollover has done (# of todos rolled over, and # of empty todos removed) - Improved
README.md
to give users a more complete picture of what the plugin does. - Todos are rolled over to bottom of file when a
Template Heading
is chosen fromSettings
, but no heading with that name can be found today's daily note. - 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).