Skip to content

Commit

Permalink
bump to version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
myshevchuk committed May 10, 2020
1 parent 6af3f1f commit 02803c8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion orb-compat.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Mykhailo Shevchuk <[email protected]>
;; 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.

Expand Down
2 changes: 1 addition & 1 deletion orb-note-actions.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Mykhailo Shevchuk <[email protected]>
;; 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.

Expand Down
2 changes: 1 addition & 1 deletion org-roam-bibtex.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; Jethro Kuan <[email protected]>
;; 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.
Expand Down

5 comments on commit 02803c8

@zaeph
Copy link
Member

@zaeph zaeph commented on 02803c8 May 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. I don't have the reflex of writing in the changelog yet, neither here nor on Org-roam. I'll keep it in mind next time!

@myshevchuk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not at all. It's something I enjoy doing.

@zaeph
Copy link
Member

@zaeph zaeph commented on 02803c8 May 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And you're doing a wonderful job, so I won't interfere, then. 😊

@myshevchuk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is it with MELPA, by the way? Do we need to submit a new PR for changing the URL?

@zaeph
Copy link
Member

@zaeph zaeph commented on 02803c8 May 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jethrokuan kindly took care of it for us, so we're all in the green.

Please sign in to comment.