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