From 02803c85cb312608172343c2d33bf9684d4bcefe Mon Sep 17 00:00:00 2001 From: Mykhailo Shevchuk Date: Sun, 10 May 2020 19:42:59 +0200 Subject: [PATCH] bump to version 0.2.3 --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- orb-compat.el | 2 +- orb-note-actions.el | 2 +- org-roam-bibtex.el | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a278c..f403363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,34 @@ Well, at least we try! ## [Unreleased] +## [0.2.3] - 2020-05-10 +### Added +- `orb--replace-virtual-field` and `orb--virtual-fields-alist` for + mapping `bibtex-completion` virtual field names to more conventional + words, namely these: + ``` elisp + ("=type=" . "type") + ("=key=" . "citekey") + ("=has-pdf=" . "pdf?") + ("=has-note=" . "note?") + ``` + + From now on, `type`, `citekey`, `pdf?` and `note?` are recognized as + aliases of, respectively, `=type=`, `=key=`, `=has-pdf?` and + `=has-note=` in `orb-preformat-keywords`. +- Throw an error if an `orb-preformat-keywords` element is neither a + string nor a cons cell. +- Github funding badge + +### Changed +- No more no less: [the upstream URL](https://github.com/org-roam/org-roam-bibtex.git)! We are now a + legit brethren of the Org-Roam family. + +### Fixed +- `helm-bibtex` not showing the note indicator because + `orb-find-note-file` wasn't adjusted to the upstream changes in + `org-roam--get-ref-path-completions` + ## [0.2.2] - 2020-05-06 ### Added - CHANGELOG (this document) @@ -65,7 +93,8 @@ Well, at least we try! [org-roam]: https://github.com/jethrokuan/org-roam [helm-bibtex/bibtex-completion]: https://github.com/tmalsburg/helm-bibtex -[Unreleased]: https://github.com/org-roam/org-roam-bibtex/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/org-roam/org-roam-bibtex/compare/v0.2.3...HEAD +[0.2.3]: https://github.com/org-roam/org-roam-bibtex/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/org-roam/org-roam-bibtex/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/org-roam/org-roam-bibtex/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/org-roam/org-roam-bibtex/compare/v0.1.0...v0.2.0 diff --git a/orb-compat.el b/orb-compat.el index 0f21f5a..d14599f 100644 --- a/orb-compat.el +++ b/orb-compat.el @@ -7,7 +7,7 @@ ;; Mykhailo Shevchuk ;; URL: https://github.com/org-roam/org-roam-bibtex ;; Keywords: org-mode, roam, convenience, bibtex, helm-bibtex, ivy-bibtex, org-ref -;; Version: 0.2.2 +;; Version: 0.2.3 ;; This file is NOT part of GNU Emacs. diff --git a/orb-note-actions.el b/orb-note-actions.el index 81ea189..fd831c4 100644 --- a/orb-note-actions.el +++ b/orb-note-actions.el @@ -7,7 +7,7 @@ ;; Mykhailo Shevchuk ;; URL: https://github.com/org-roam/org-roam-bibtex ;; Keywords: org-mode, roam, convenience, bibtex, helm-bibtex, ivy-bibtex, org-ref -;; Version: 0.2.2 +;; Version: 0.2.3 ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-bibtex.el b/org-roam-bibtex.el index 0680582..bdb02fe 100644 --- a/org-roam-bibtex.el +++ b/org-roam-bibtex.el @@ -9,7 +9,7 @@ ;; Jethro Kuan ;; URL: https://github.com/org-roam/org-roam-bibtex ;; Keywords: org-mode, roam, convenience, bibtex, helm-bibtex, ivy-bibtex, org-ref -;; Version: 0.2.2 +;; Version: 0.2.3 ;; Package-Requires: ((emacs "26.1") (f "0.20.0") (s "1.12.0") (org "9.3") (org-roam "1.0.0") (bibtex-completion "2.0.0")) ;; This file is NOT part of GNU Emacs.