mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
(docs): update changelog (#106)
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,14 +2,18 @@
|
|||||||
|
|
||||||
## 0.1.2 (TBD)
|
## 0.1.2 (TBD)
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
* [#103][gh-103] Change `org-roam-file-format` to a function: `org-roam-file-name-function` to allow more flexible file name customizaton. Also changes `org-roam-use-timestamp-as-filename` to `org-roam-filename-noconfirm` to better describe what it does.
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
* [#87][gh-87], [#90][gh-90] Support encrypted Org files (by [@chip2n](https://github.com/chip2n/))
|
* [#87][gh-87], [#90][gh-90] Support encrypted Org files (by [@chip2n](https://github.com/chip2n/))
|
||||||
|
|
||||||
### 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
|
||||||
|
|
||||||
### Breaking Changes
|
### Internal
|
||||||
* [#103][gh-103] Change `org-roam-file-format` to a function: `org-roam-file-name-function` to allow more flexible file name customizaton. Also changes `org-roam-use-timestamp-as-filename` to `org-roam-filename-noconfirm` to better describe what it does.
|
* [#92][gh-92], [#105][gh-105]: Add tests for core functionality
|
||||||
|
|
||||||
## 0.1.1 (2020-02-15)
|
## 0.1.1 (2020-02-15)
|
||||||
|
|
||||||
@ -45,6 +49,10 @@ Mostly a documentation/cleanup release.
|
|||||||
[gh-86]: https://github.com/jethrokuan/org-roam/pull/86
|
[gh-86]: https://github.com/jethrokuan/org-roam/pull/86
|
||||||
[gh-87]: https://github.com/jethrokuan/org-roam/pull/87
|
[gh-87]: https://github.com/jethrokuan/org-roam/pull/87
|
||||||
[gh-90]: https://github.com/jethrokuan/org-roam/pull/90
|
[gh-90]: https://github.com/jethrokuan/org-roam/pull/90
|
||||||
|
[gh-92]: https://github.com/jethrokuan/org-roam/pull/92
|
||||||
|
[gh-98]: https://github.com/jethrokuan/org-roam/pull/98
|
||||||
|
[gh-103]: https://github.com/jethrokuan/org-roam/pull/103
|
||||||
|
[gh-105]: https://github.com/jethrokuan/org-roam/pull/105
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# eval: (auto-fill-mode -1)
|
# eval: (auto-fill-mode -1)
|
||||||
|
Reference in New Issue
Block a user