Changelog

Every release of Geode, tracked here in full. For the unstyled view, see the raw GitHub Releases list .

0.2.x

v0.2.20 August 14, 2026 View on GitHub

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_PATH at one) declaring an allow or block list 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. See docs/adr/0002-enterprise-plugin-policy.md for 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 .dmg and .zip, plus latest-mac.yml for auto-update.

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.19…v0.2.20

v0.2.19 August 14, 2026 View on GitHub

What’s Changed

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.18…v0.2.19

v0.2.18 August 13, 2026 View on GitHub

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.

v0.2.17 August 13, 2026 View on GitHub

What’s Changed

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.16…v0.2.17

v0.2.16 August 13, 2026 View on GitHub

What’s Changed

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.15…v0.2.16

v0.2.15 August 13, 2026 View on GitHub

Fixes

  • Plugins using moment now load. The require('obsidian') shim now bundles and exports moment, and sets window.moment (non-clobbering) — matching Obsidian. Plugins that touch moment at 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 ENOENT error 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

v0.2.14 August 13, 2026 View on GitHub

What’s Changed

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.13…v0.2.14

v0.2.13 August 13, 2026 View on GitHub

What’s Changed

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.12…v0.2.13

v0.2.12 August 12, 2026 View on GitHub

What’s Changed

v0.2.11 August 12, 2026 View on GitHub

What’s Changed

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.10…v0.2.11

v0.2.10 August 12, 2026 View on GitHub

What’s Changed

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.9…v0.2.10

v0.2.9 August 12, 2026 View on GitHub

What’s Changed

Full Changelog: https://github.com/rbcodelabs/geode/compare/v0.2.8…v0.2.9

v0.2.8 August 12, 2026 View on GitHub

No release notes recorded for this version.

v0.2.7 August 12, 2026 View on GitHub

No release notes recorded for this version.

v0.2.6 August 12, 2026 View on GitHub

No release notes recorded for this version.

v0.2.5 August 12, 2026 View on GitHub

No release notes recorded for this version.

v0.2.4 August 12, 2026 View on GitHub

No release notes recorded for this version.

v0.2.3 August 12, 2026 View on GitHub

No release notes recorded for this version.

v0.2.2 August 12, 2026 View on GitHub

No release notes recorded for this version.

v0.2.1 August 12, 2026 View on GitHub

No release notes recorded for this version.

v0.2.0 August 12, 2026 View on GitHub

No release notes recorded for this version.

0.1.x

v0.1.1 July 21, 2026 View on GitHub

No release notes recorded for this version.