Skip to content

v1.6.0

Latest

Choose a tag to compare

@guille guille released this 10 Jul 18:13
02958f5

The only user-facing feature in this release is the ability to define tasks and reminders across multiple configuration files, which can be included from the root config. Note nesting is not supported.

include = [
  "orbit.d/*.toml",
  "?local.toml",     # optional
  "/abs/path/x.toml"
]

Full Changelog: v1.5.0...v1.6.0