Changelog
Every release of Geode, tracked here in full. For the unstyled view, see the raw GitHub Releases list .
0.2.x
What’s New in v0.2.20
Features
- Enterprise-managed plugin allowlist/blocklist — Administrators can now centrally control which community plugins are permitted. Drop a managed policy file at a fixed OS path (or point
GEODE_POLICY_PATHat one) declaring analloworblocklist of plugin ids. Blocked plugins refuse to enable, surface a Notice on startup, and show a “blocked by admin” badge in Settings. Policy is validated fail-open — a missing or malformed file never blocks the app, and a single bad entry is skipped rather than voiding the whole policy. Enforcement never touches your own.geode/plugins.json, so relaxing a policy re-enables a previously blocked plugin automatically on next launch. Seedocs/adr/0002-enterprise-plugin-policy.mdfor the design. (#28)
Improvements
- CI: release/build workflows bumped to
actions/checkout@v5+actions/setup-node@v5(Node 24 runtime). (#30)
Notes
- macOS installers are unsigned — Gatekeeper will warn on first launch. See the README’s “Install” section for the one-time workaround.
- Artifacts: universal + arm64
.dmgand.zip, pluslatest-mac.ymlfor auto-update.
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.19…v0.2.20
What’s Changed
- Fix Calendar plugin daily-notes compat (day dots, open-not-recreate) by @richardbowman in https://github.com/rbcodelabs/geode/pull/29
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.18…v0.2.19
Resizable, per-vault-persisted sidebars: drag the sidebar edge to resize (200–600px clamp), with width/collapsed/docked state persisted per vault across relaunches.
Fixes along the way:
- Sidebar width/collapsed/docked state was silently dropped on relaunch when the workspace had no open tabs.
- The sidebar icon bar is now part of the draggable titlebar region.
Merged in #27. Unsigned macOS build — see README’s Install section for the Gatekeeper workaround.
What’s Changed
- Fix Properties panel icon wrap and oversized cursor on load by @richardbowman in https://github.com/rbcodelabs/geode/pull/26
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.16…v0.2.17
What’s Changed
- Community install-from-GitHub: plugins & themes, with auto-update by @richardbowman in https://github.com/rbcodelabs/geode/pull/25
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.15…v0.2.16
Fixes
- Plugins using
momentnow load. Therequire('obsidian')shim now bundles and exportsmoment, and setswindow.moment(non-clobbering) — matching Obsidian. Plugins that touchmomentat module-instantiation time (e.g.diagram-zoom-drag) previously threw and failed to enable. Fixes #21. - Quieter metadata indexing. A file deleted between enumeration and read no longer logs a hard
ENOENTerror during indexing (matched on message, since Electron’s IPC bridge drops the error code); genuine read errors still log.
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.14…v0.2.15
What’s Changed
- Fix sidebar layout: icon bar on top, add collapse/expand button by @richardbowman in https://github.com/rbcodelabs/geode/pull/23
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.13…v0.2.14
What’s Changed
- File explorer: Obsidian design parity (icons, sort, collapse-all, indent guides) by @richardbowman in https://github.com/rbcodelabs/geode/pull/22
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.12…v0.2.13
What’s Changed
- Render GFM pipe tables as real s in Live Preview by @richardbowman in https://github.com/rbcodelabs/geode/pull/20
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.11…v0.2.12
What’s Changed
- Render Obsidian-style callouts with Lucide icons (Live Preview + Reading view) by @richardbowman in https://github.com/rbcodelabs/geode/pull/19
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.10…v0.2.11
What’s Changed
- Ad-hoc sign macOS builds so they launch on other Macs by @richardbowman in https://github.com/rbcodelabs/geode/pull/18
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.9…v0.2.10
What’s Changed
- Make the release workflow publish reliably by @richardbowman in https://github.com/rbcodelabs/geode/pull/17
Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.8…v0.2.9
No release notes recorded for this version.
No release notes recorded for this version.
No release notes recorded for this version.
No release notes recorded for this version.
No release notes recorded for this version.
No release notes recorded for this version.
No release notes recorded for this version.
No release notes recorded for this version.
No release notes recorded for this version.
0.1.x
No release notes recorded for this version.