2.2.0
Added
- #1806, #2017 db: support caching and usage of Org 9.5's in-built citations
- #1963 db: cache file title into files table
- #1977 db: support Org-ref v3 citations
- #1907, #2009, #2018 db: support sqlite3
- #2028 dailies: add
keys
argument toorg-roam-dailies-capture-today
andorg-roam-dailies--capture
functions to give the abilty to get into a capture buffer bypassing the selection screen
Removed
Changed
- #1795 buffer: optimized reflinks fetch
- #1809 capture: the mandatory
:if-new
property of each capture template is now renamed to:target
- #1829 perf: file sql updates are now wrapped in a transaction
- #1877 dailies: stop asking for time, only date
- #1949 db: check for property drawers are now case-insensitive
Fixed
- #1798 org-roam-node-at-point: do not skip invisible headings
- #1807 capture: always trigger
:if-new
template for existing nodes - #1813 db: prevent empty ROAM_ALIASES from crashing db updates
- #1816 db: prevent invalid ROAM_REFS from crashing db updates
- #1893, #1896, #1901, #1895, #1904 completions: various mini-buffer related completion fixes
- #1931 utils: org-roam-set-keyword now skips over all drawers
- #1947 db: links in ROAM_REFS are no longer considered as links
- #1948 completions: fix same-line completions
- #1953 db: refresh CATEGORY before writing to db
- #1946, #1946, #1958 various performance improvements
- #1980 utils: fix org-roam-with-file changing the minor-mode
- #2016 db: fix node caching being affected by agenda variables
- #2033 db: respect local variables during db parsing