branch: elpa/org-journal commit 18df4d5ae5e15580df42562c143d007c6d28d75f Author: Bastian Bechtold <bastian.becht...@idmt.fraunhofer.de> Commit: Bastian Bechtold <bastian.becht...@idmt.fraunhofer.de>
version 2.2.0 --- CHANGELOG | 33 +++++++++++++++++++++++++++++++++ CONTRIBUTORS | 14 ++++++++++++++ org-journal.el | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f43e45eece..ca77d60997 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,36 @@ +2.2.0 / 2023-03-09 +================== + +- fix to check journal files in symlink directory correctly (tomoyukim) +- Add note for issue #406 in README.org (Marcel van der Boom) +- fix: do not error out on timestamps with extra components (#407) (Janek) +- fix failing test case #404 (Jason May) +- don't break journaling if CREATED exists at file level #383 (Jason May) +- fill docstrings to prevent byte-compile warnings (Jason May) +- Add NonGNU ELPA to installation instructions (Stefan Kangas) +- Add NonGNU ELPA badge to README.org (Stefan Kangas) +- Add copyright and license header (Stefan Kangas) +- Encryption enabling added to org-journal-mode-hook (quantum) +- added documentation for `org-journal-mode-hook` (quantum) +- visual-line-mode not present in org-journal-mode-hook (quantum) +- Replace kill-region with delete-region (Janek) +- removed repeated text from readme (Harsha Somisetty) +- Fix multi-line file header being mixed up with the journal entry. (Alexander Miller) +- Minor typos in docstrings (Christopher League) +- document org-journal-hide-entries-p (Damien) +- Remove deplicate of C-c C-j definition. (Dmitrii Kuragin) +- Update documentation to reflect removed 'C-c C-j' global key (Dmitrii Kuragin) +- Remove key definition in the package loading. (Dmitrii Kuragin) +- Fix failing test (Christian Schwarzgruber) +- Set FIXEDCASE flag on replace-regexp-in-string (Christian Schwarzgruber) +- Add scheduled entry time of the day (Daniel Nicolai) +- Replace get-file-buffer with find-buffer-visiting (wolfwang) +- Fix incorrect entry-path when extend-today (yangsheng6810) +- Just a little code rework (Christian Schwarzgruber) +- Swallow message in test (Christian Schwarzgruber) +- Also test against Emacs 27.1 (Christian Schwarzgruber) +- Fix and clean-up org-journal-scheduled-weekly-test (Christian Schwarzgruber) +- Fix Agenda integration when not using daily files (Christian Schwarzgruber) 2.1.2 / 2021-01-28 ================== diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8988f0228e..dd60ceb10d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,16 +3,25 @@ Christian Schwarzgruber - maintainer Akira Komamura Alan Schmitt +Alexander Miller Chad Lamb +Christian Schwarzgruber +Christopher League +Damien David Duthie David Smith +Dmitrii Kuragin Donghyun Cho EFLS +Harsha Somisetty Ja0nz +Janek +Jason May Jay Jeff Spaulding Jinhee Baek Kevin Liu +Marcel van der Boom Matthew M. Keeler Michael Markert Miciah Masters @@ -23,6 +32,7 @@ Ram Raghunathan Rudi Grinberg Samim Pezeshki Sibi Prabakaran +Stefan Kangas Stig Brautaset Sébastien Lerique Tina Russell @@ -37,5 +47,9 @@ dks doolio duianto emiltoacs +quantum robinx +tomoyukin whiskeyputers +wolfwang +yangsheng6810 diff --git a/org-journal.el b/org-journal.el index 720e46181f..9af8f34bc3 100644 --- a/org-journal.el +++ b/org-journal.el @@ -6,7 +6,7 @@ ;; Christian Schwarzgruber ;; URL: http://github.com/bastibe/org-journal -;; Version: 2.1.2 +;; Version: 2.2.0 ;; Package-Requires: ((emacs "25.1") (org "9.1")) ;; Redistribution and use in source and binary forms, with or without