diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-04-01 01:14:19 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-04-01 01:20:58 -0400 |
commit | 499d295b405f80912b3ef4c49910d699280d19dc (patch) | |
tree | 2e90133d098b5d275473d24e26bafb7d3bbb9f10 | |
parent | 2af2dc3c8b13b5ab2ccb1c8bd7f36ba8f07f1b4d (diff) | |
download | bog-499d295b405f80912b3ef4c49910d699280d19dc.tar.gz |
Add changelog
-rw-r--r-- | changelog.org | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/changelog.org b/changelog.org new file mode 100644 index 0000000..207e171 --- /dev/null +++ b/changelog.org @@ -0,0 +1,30 @@ +* v0.6.0 + +** New features + +- Citekeys can now be stored as a property in addition to as a heading + title. +- Make functions compatible with a single BibTeX file. +- Add new command =bog-refile=. +- Multiple PDFs can be associated with a citekey. +- Add commands =bog-goto-citekey-heading-in-buffer= and + =bog-goto-citekey-heading-in-notes=. +- Make PDF file separator customizable. +- Add agenda search commands =bog-search-notes= and + =bog-search-notes-for-citekey=. +- Add commands =bog-sort-topic-headings-in-buffer= and + =bog-sort-topic-headings-in-notes=. +- Read a new name if renaming to PDF that exists (instead of giving an + error). +- Allow numbers to be in the title word of citekey. + +** Bugs fixed + +- Fix a logic bug in citekey selection. + +** Other changes + +- In addition to renaming PDF files, use the stage for renaming and + cleaning BibTeX files. +- Remove the path when presenting choices for renaming a PDF. +- Define a keymap and minor mode for Bog. |