Skip to content

v1.12.0

Choose a tag to compare

@themotionmachine themotionmachine released this 15 Aug 16:16
· 14 commits to main since this release

What's Changed

Fixes

  • query_omnifocus folders now report their real hierarchy (#95, #101). The path and parentFolderID fields previously read a nonexistent container property, so every folder looked top-level. They now walk parent correctly — matching what dump_database reported all along — and parentFolderID is available as a selectable field.
  • The daemon socket filename now carries the package version (#99, #102): daemon-<version>.sock instead of daemon.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 getChangesSince helper (#94, #100) — unreachable code that unconditionally returned empty results.

Full Changelog: v1.11.0...v1.12.0