Skip to content

v1.9.2

Compare
Choose a tag to compare
@jgclark jgclark released this 14 Feb 23:21
· 48 commits to master since this release

The main updates since v1.7.0:

  • [New] Add ability to create events in the Calendar, based on time-blocking syntax. See README for more details.

  • [New] Works with tasks that use the - and - [ ] markers, as well as * and * [ ]

  • [New] Now allow for >date events to be moved to from one daily to the one it points to. This has to be activated with the -m option, as it will be quite a significant change for some users.

  • [New] Allow use of weekdays in repeats and template dates (using 'b' rather than usual 'd' for days)

  • [New] add --skipfile=file option to ignore particular files

  • [Add] Command line option -c to override how many hours to look back to find changed notes to process

  • [Improve] For template dates be more discriminating about where to find dates to match on, so now ignores dates embedded in certain URLs.

  • [Improve] Extended the command line option --skiptoday to allow comma-separated list of notes to ignore

  • [Improve] Improve documentation

  • [Fix] Blank headers at EOF not removed

  • [Fix] spacing around processed template dates (e.g. {3d})

  • [Fix] removing headers with empty sections now won't remove header if next content is a lower-level header