The 5.0.0/5.0.1 releases required Obsidian 1.13.1, which remains a
Catalyst-only early-access release — leaving all community-directory
users pinned to plugin 4.1.7. This release lowers the minimum Obsidian
version to 1.8.7 so the 5.x line is installable on current stable
Obsidian. It also ends periodic-note support, which will return as a
separate companion plugin built on the public API extension interface.
- Updates the settings tab back to the pre-1.13 imperative settings
API and lowers minAppVersion from 1.13.1 to 1.8.7, making 5.x
installable on stable-channel Obsidian. The 1.13 declarative
settings tab will be restored once Obsidian 1.13 is publicly
released. - Removes periodic-note support (the /periodic/ REST endpoints and
the periodic_note_get_path MCP tool). Periodic notes are end-of-life
in core; a dedicated companion plugin providing periodic-note routes
via the API extension interface is planned. Users depending on
/periodic/ endpoints should remain on 4.x until it is available.