(release): org-roam v0.1.2 (#147)

This commit is contained in:
Jethro Kuan
2020-02-21 13:44:16 +08:00
committed by GitHub
parent 571f65cebd
commit cb029c4ce8
3 changed files with 13 additions and 11 deletions

View File

@ -1,10 +1,6 @@
# Changelog # Changelog
## 0.1.2 (TBD) ## 0.1.2 (2020-02-21)
### Changes
* [#108][gh-108] Locally overwrite the link following behaviour in the org-roam-buffer to open files in the same window `org-roam` was called from
### Breaking Changes ### Breaking Changes
* [#143][gh-143] `org-roam-mode` is now a global mode. The installation instructions have changed accordingly. * [#143][gh-143] `org-roam-mode` is now a global mode. The installation instructions have changed accordingly.
@ -19,6 +15,10 @@
* [#110][gh-110] Add prefix to `org-roam-insert`, for inserting titles down-cased * [#110][gh-110] Add prefix to `org-roam-insert`, for inserting titles down-cased
* [#99][gh-99] Add keybinding so that `<return>` or `mouse-1` in the backlinks buffer visits the source file of the backlink at point * [#99][gh-99] Add keybinding so that `<return>` or `mouse-1` in the backlinks buffer visits the source file of the backlink at point
### Changes
* [#108][gh-108] Locally overwrite the link following behaviour in the org-roam-buffer to open files in the same window `org-roam` was called from
### Bugfixes ### Bugfixes
* [#86][gh-86] Fix `org-roam--parse-content` incorrect `:to` computation for nested files * [#86][gh-86] Fix `org-roam--parse-content` incorrect `:to` computation for nested files
* [#98][gh-98] Fix `org-roam--find-file` picking up temporary files * [#98][gh-98] Fix `org-roam--find-file` picking up temporary files
@ -28,9 +28,11 @@
* [#122][gh-122], [#128][gh-128] Improve performance of post-command-hook * [#122][gh-122], [#128][gh-128] Improve performance of post-command-hook
* [#92][gh-92], [#105][gh-105] Add tests for core functionality * [#92][gh-92], [#105][gh-105] Add tests for core functionality
### Contributors ### New Contributors
* [@chip2n](https://github.com/chip2n/) * [@frigge](https://github.com/frigge)
* [@l3kn](https://github.com/l3kn/) * [@juergenhoetzel](https://github.com/juergenhoetzel)
* [@chip2n](https://github.com/chip2n)
* [@l3kn](https://github.com/l3kn)
* [@jdormit](https://github.com/jdormit) * [@jdormit](https://github.com/jdormit)
* [@herbertjones](https://github.com/herbertjones) * [@herbertjones](https://github.com/herbertjones)
* [@CeleritasCelery](https://github.com/CeleritasCelery) * [@CeleritasCelery](https://github.com/CeleritasCelery)
@ -84,7 +86,7 @@ Mostly a documentation/cleanup release.
[gh-138]: https://github.com/jethrokuan/org-roam/pull/138 [gh-138]: https://github.com/jethrokuan/org-roam/pull/138
[gh-141]: https://github.com/jethrokuan/org-roam/pull/141 [gh-141]: https://github.com/jethrokuan/org-roam/pull/141
[gh-142]: https://github.com/jethrokuan/org-roam/pull/142 [gh-142]: https://github.com/jethrokuan/org-roam/pull/142
[gh-142]: https://github.com/jethrokuan/org-roam/pull/143 [gh-143]: https://github.com/jethrokuan/org-roam/pull/143
# Local Variables: # Local Variables:
# eval: (auto-fill-mode -1) # eval: (auto-fill-mode -1)

View File

@ -5,7 +5,7 @@
;; Author: Jethro Kuan <jethrokuan95@gmail.com> ;; Author: Jethro Kuan <jethrokuan95@gmail.com>
;; URL: https://github.com/jethrokuan/org-roam ;; URL: https://github.com/jethrokuan/org-roam
;; Keywords: org-mode, roam, convenience ;; Keywords: org-mode, roam, convenience
;; Version: 0.1.0 ;; Version: 0.1.2
;; Package-Requires: ((emacs "26.1")) ;; Package-Requires: ((emacs "26.1"))
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.

View File

@ -5,7 +5,7 @@
;; Author: Jethro Kuan <jethrokuan95@gmail.com> ;; Author: Jethro Kuan <jethrokuan95@gmail.com>
;; URL: https://github.com/jethrokuan/org-roam ;; URL: https://github.com/jethrokuan/org-roam
;; Keywords: org-mode, roam, convenience ;; Keywords: org-mode, roam, convenience
;; Version: 0.1.0 ;; Version: 0.1.2
;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (async "1.9.4")) ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (async "1.9.4"))
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.