github org-roam/org-roam v1.2.1
Org-roam v1.2.1

latest releases: v2.2.2, v2.2.1, v2.2.0...
3 years ago

Org-roam v1.2.1 (27-07-2020)

This release consisted of a big deal of refactoring and bug fixes. Notably, we fixed several catastrophic failures on db builds with bad setups (#854), and modularized tag and title extractions.

We also added some new features that had been a long time coming:

  1. We made the backlinks more outline-friendly by also showing the outline hierarchy for a backlink (#863)
  2. We now support nested captures, which is crucial for org-roam-protocol (#966)

Breaking Changes

  • #908 Normalized titles in database. May break external packages that rely on unnormalized titles.

Features

  • #814 Implement org-roam-insert-immediate
  • #833 Add customization of file titles with org-roam-title-to-slug-function.
  • #839 Return selected file from org-roam-insert
  • #847 Add GC threshold org-roam-db-gc-threshold to temporarily change the threshold on expensive operations.
  • #847 Use sqlite3 transactions instead of storing the values to be inserted.
  • #851 Add 'first-directory' option for org-roam-tag-sources
  • #863 Display outline hierarchy in backlinks buffer
  • #898 Add org-roam-random-note to browse a random note.
  • #900 Support and index all valid org links
  • #966 Enable nested captures

Bugfixes

  • #854 Warn instead of fail when duplicate refs and IDs exist.
  • #857 Fix tag extraction for symlinked directories.
  • #894 Perform link fixes on all Org-roam files
  • #952 Cache ${foo} template variables so they do not need to be re-entered twice

Don't miss a new org-roam release

NewReleases is sending notifications on new releases.