You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.2 KiB
3.2 KiB
Changelog
0.1.2 (TBD)
Changes
- #108 Locally overwrite the link following behaviour in the org-roam-buffer to open files in the same window
org-roamwas called from
Breaking Changes
- #103 Change
org-roam-file-formatto a function:org-roam-file-name-functionto allow more flexible file name customizaton. Also changesorg-roam-use-timestamp-as-filenametoorg-roam-filename-noconfirmto better describe what it does.
New Features
- #87, #90 Support encrypted Org files
- #110 Add prefix to
org-roam-insert, for inserting titles down-cased - #99 Add keybinding so that
<return>ormouse-1in the backlinks buffer visits the source file of the backlink at point
Bugfixes
- #86 Fix
org-roam--parse-contentincorrect:tocomputation for nested files - #98 Fix
org-roam--find-filepicking up temporary files
Internal
Contributors
0.1.1 (2020-02-15)
Mostly a documentation/cleanup release.
New Features
- #62 Add the options
org-roam-use-timestamps-as-filenameandorg-roam-file-format, more in documentation.
Breaking Changes
- #62 The ID (file-name) workflow is no longer first-class, but a fallback when titles don't exist.
Changes
- #66, #68: Improved the quality of the package in preparation of submission to MELPA
- #73: Added CI to the project via Github Issues (Thanks @alphapapa for scripts and setup)
- #69, #72, #75: Major cleanup and de-duplication of code
Bugfixes
- #67: Fixed
org-roam--make-filenot creating files with extensions - #71, #78: Fixed
org-roam-insertnot inserting correct paths - #82: Fixed nested Org-roam files not being detected as part of Org-roam