From cc01cf346e2d832f78694320947e0788c92f49b9 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Fri, 13 Nov 2020 14:22:18 +0800 Subject: [PATCH] (release): v1.2.3 (#1269) --- CHANGELOG.md | 24 ++++++++++++++---------- doc/org-roam.org | 4 ++-- doc/org-roam.texi | 4 ++-- org-roam-buffer.el | 2 +- org-roam-capture.el | 2 +- org-roam-compat.el | 2 +- org-roam-completion.el | 2 +- org-roam-dailies.el | 2 +- org-roam-db.el | 2 +- org-roam-dev.el | 2 +- org-roam-doctor.el | 2 +- org-roam-faces.el | 2 +- org-roam-graph.el | 2 +- org-roam-link.el | 2 +- org-roam-macs.el | 2 +- org-roam-protocol.el | 2 +- org-roam.el | 2 +- 17 files changed, 32 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd218e..4465110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,23 @@ # Changelog -## 1.2.3 (TBD) +## 1.2.3 (13-11-2020) + +Primarily a stabilization and bug-fix release. + +Org-roam-dailies has also been revamped to include new features, see [this video](https://www.youtube.com/watch?v=1q9x2aZCJJ4) for a quick overview. + +### Added +- [#978](https://github.com/org-roam/org-roam/pull/978) Revamp org-roam-dailies +- [#1183](https://github.com/org-roam/org-roam/pull/1183) Interactive functions for managing aliases and tags in Org-roam file, namely `org-roam-alias-add`, `org-roam-alias-delete`, `org-roam-tag-add`, and `org-roam-tag-delete`. +- [#1215](https://github.com/org-roam/org-roam/pull/1215) Multiple `ROAM_KEY` keywords can now be specified in one file. This allows bibliographical entries to share the same note file. +- [#1238](https://github.com/org-roam/org-roam/pull/1238) Add `org-roam-prefer-id-links` variable to select linking method +- [#1239](https://github.com/org-roam/org-roam/pull/1239) Allow `org-roam-protocol` to capture the webpage's selection, and add a toggle for storing the links to the pages +- [#1264](https://github.com/org-roam/org-roam/pull/1264) add `org-roam-db-update-method` to control when the cache is rebuilt. ### Changed - [#1264](https://github.com/org-roam/org-roam/pull/1264) renamed `org-roam-update-db-idle-seconds` to `org-roam-db-idle-idle-seconds` -### Features -- [#1183](https://github.com/org-roam/org-roam/pull/1183) add interactive functions for managing aliases and tags in Org-roam file, namely `org-roam-alias-add`, `org-roam-alias-delete`, `org-roam-tag-add`, and `org-roam-tag-delete`. -- [#1215](https://github.com/org-roam/org-roam/pull/1215) Multiple `ROAM_KEY` keywords can now be specified in one file. This allows bibliographical entries to share the same note file. -- [#1238](https://github.com/org-roam/org-roam/pull/1238) add `org-roam-prefer-id-links` variable to select linking method -- [#1239](https://github.com/org-roam/org-roam/pull/1239) Allow `org-roam-protocol` to capture the webpage's selection, and add a toggle for storing the links to the pages -- [#1264](https://github.com/org-roam/org-roam/pull/1264) add `org-roam-db-update-method` - -### Bugfixes - +### Fixed - [#1074](https://github.com/org-roam/org-roam/issues/1074) fix `org-roam--extract-links` to handle content boundaries. - [#1193](https://github.com/org-roam/org-roam/issues/1193) fix `org-roam-db-build-cache` by not killing temporary buffer in `org-roam--extract-links`. - [#1195](https://github.com/org-roam/org-roam/issues/1195) fix ID face showing as invalid if within Org ID files, but not Org-roam's. diff --git a/doc/org-roam.org b/doc/org-roam.org index 8c8906f..5ad7c19 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -8,13 +8,13 @@ #+texinfo_dir_category: Emacs #+texinfo_dir_title: Org-roam: (org-roam). #+texinfo_dir_desc: Rudimentary Roam Replica for Emacs. -#+subtitle: for version 1.2.2 +#+subtitle: for version 1.2.3 #+options: H:4 num:3 toc:nil creator:t ':t #+property: header-args :eval never #+texinfo: @noindent -This manual is for Org-roam version 1.2.2. +This manual is for Org-roam version 1.2.3. #+BEGIN_QUOTE Copyright (C) 2020-2020 Jethro Kuan diff --git a/doc/org-roam.texi b/doc/org-roam.texi index 1cf10c0..e4230a7 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Org-roam User Manual -@subtitle for version 1.2.2 +@subtitle for version 1.2.3 @author Jethro Kuan @page @vskip 0pt plus 1filll @@ -44,7 +44,7 @@ General Public License for more details. @noindent -This manual is for Org-roam version 1.2.2. +This manual is for Org-roam version 1.2.3. @quotation Copyright (C) 2020-2020 Jethro Kuan diff --git a/org-roam-buffer.el b/org-roam-buffer.el index d8e69d3..7fea438 100644 --- a/org-roam-buffer.el +++ b/org-roam-buffer.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-capture.el b/org-roam-capture.el index 8a8f0c2..2028e93 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-compat.el b/org-roam-compat.el index 8356cdb..e721a48 100644 --- a/org-roam-compat.el +++ b/org-roam-compat.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-completion.el b/org-roam-completion.el index e2c6c15..7be1573 100644 --- a/org-roam-completion.el +++ b/org-roam-completion.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-dailies.el b/org-roam-dailies.el index 40eb013..daca237 100644 --- a/org-roam-dailies.el +++ b/org-roam-dailies.el @@ -7,7 +7,7 @@ ;; Leo Vivier ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-db.el b/org-roam-db.el index 9e7a398..10964fa 100644 --- a/org-roam-db.el +++ b/org-roam-db.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-dev.el b/org-roam-dev.el index de86832..47686b0 100644 --- a/org-roam-dev.el +++ b/org-roam-dev.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-doctor.el b/org-roam-doctor.el index ee80d5d..7594fa2 100644 --- a/org-roam-doctor.el +++ b/org-roam-doctor.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/jethrokuan/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-faces.el b/org-roam-faces.el index 1fdfb79..dad3bef 100644 --- a/org-roam-faces.el +++ b/org-roam-faces.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-graph.el b/org-roam-graph.el index 8e4cdf9..e1dbe1c 100644 --- a/org-roam-graph.el +++ b/org-roam-graph.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-link.el b/org-roam-link.el index b6199dd..94287d9 100644 --- a/org-roam-link.el +++ b/org-roam-link.el @@ -6,7 +6,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-macs.el b/org-roam-macs.el index c94603b..a79b07e 100644 --- a/org-roam-macs.el +++ b/org-roam-macs.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-protocol.el b/org-roam-protocol.el index 9fe4a0e..7b22f77 100644 --- a/org-roam-protocol.el +++ b/org-roam-protocol.el @@ -4,7 +4,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (org "9.3")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam.el b/org-roam.el index f0a20e2..4e77816 100644 --- a/org-roam.el +++ b/org-roam.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite3 "1.0.2")) ;; This file is NOT part of GNU Emacs.