Skip to content

Org-roam v1.0.0-rc1

Compare
Choose a tag to compare
@jethrokuan jethrokuan released this 06 Mar 12:41
e357693

1.0.0-rc1 😮 (2020-06-03)

This is a pre-release before the push to MELPA. It contains large
internal changes, with little user-facing changes. Most notably, the
backing storage has been changed to a SQLite database, and a
templating system using org-capture is introduced.

Breaking Changes

  • [#200] Move Org-roam cache into a SQLite database.
  • [#203] Roam protocol is deprecated, in favour of extending org-roam-protocol.

New Features

  • [#182] Support file name aliases via #+ROAM_ALIAS.
  • [#216] Adds templating functionality by extending org-capture.
  • [#232] Adds a prefix key to org-roam-show-graph, to generate graph without opening it.
  • [#233] Adds org-roam-graph-exclude-matcher, which allows exclusion of nodes from graph.

Bugfixes

  • [#207], [#221] small bugfixes to Org-roam graph generation
  • [#230] remove nonspacing marks from filenames, to prevent cross-platform errors

New Contributors