v1.12.0
What's Changed
Fixes
query_omnifocusfolders now report their real hierarchy (#95, #101). ThepathandparentFolderIDfields previously read a nonexistentcontainerproperty, so every folder looked top-level. They now walkparentcorrectly — matching whatdump_databasereported all along — andparentFolderIDis available as a selectable field.- The daemon socket filename now carries the package version (#99, #102):
daemon-<version>.sockinstead ofdaemon.sock. Previously, upgrading left newly launched clients silently attached to the old version's daemon — and since the idle reaper only arms at zero connections, that daemon could outlive the upgrade indefinitely. Right after an upgrade you may briefly see two daemons; the old one exits once its last client disconnects.
Cleanup
- Removed the dead
getChangesSincehelper (#94, #100) — unreachable code that unconditionally returned empty results.
Full Changelog: v1.11.0...v1.12.0