From eca07277cee2204a9327f9ab8bf766dd0614cb56 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Fri, 12 Jun 2020 23:29:52 +0800 Subject: [PATCH] (release): Org-roam v1.2.0 (#802) --- CHANGELOG.md | 2 +- 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-graph.el | 2 +- org-roam-macs.el | 2 +- org-roam-protocol.el | 2 +- org-roam.el | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51369f7..625f67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.2 (TBD) +## 1.2.0 (12-06-2020) In this release, we improved the linking process by achieving feature parity between links to files and links to headlines. Before, we used the `file:foo::*bar` format to link to the headline `bar` in file `foo`, but this was prone to breakage upon renaming the file or modifying the headline. This is not the case anymore. Now, we use `org-id` to create IDs for those headlines, which are then stored in our database to compute the relationships and jump around. Note that this will work even if you’re not using `org-id` in your global configuration for Org-mode. diff --git a/doc/org-roam.org b/doc/org-roam.org index e9109eb..6d0e308 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.1.1 +#+subtitle: for version 1.2.0 #+options: H:4 num:3 toc:2 creator:t #+property: header-args :eval never #+texinfo: @noindent -This manual is for Org-roam version 1.1.1. +This manual is for Org-roam version 1.2.0. #+BEGIN_QUOTE Copyright (C) 2020-2020 Jethro Kuan diff --git a/doc/org-roam.texi b/doc/org-roam.texi index d783efe..639c453 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.1.1 +@subtitle for version 1.2.0 @author Jethro Kuan @page @vskip 0pt plus 1filll @@ -46,7 +46,7 @@ General Public License for more details. @noindent -This manual is for Org-roam version 1.1.1. +This manual is for Org-roam version 1.2.0. @quotation Copyright (C) 2020-2020 Jethro Kuan diff --git a/org-roam-buffer.el b/org-roam-buffer.el index 723110b..6db3ab7 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-capture.el b/org-roam-capture.el index 56c5a53..898dc24 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-compat.el b/org-roam-compat.el index 20ed3f0..0924253 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-completion.el b/org-roam-completion.el index c97c388..45dedb1 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-dailies.el b/org-roam-dailies.el index d05e096..0e7cec7 100644 --- a/org-roam-dailies.el +++ b/org-roam-dailies.el @@ -5,7 +5,7 @@ ;; Author: Jethro Kuan ;; URL: https://github.com/org-roam/org-roam ;; Keywords: org-mode, roam, convenience -;; Version: 1.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-db.el b/org-roam-db.el index fd62378..f0c7741 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-dev.el b/org-roam-dev.el index 1faef71..d0fdb12 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-doctor.el b/org-roam-doctor.el index 5150767..99ffa95 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-graph.el b/org-roam-graph.el index e8b3441..1727eb7 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-macs.el b/org-roam-macs.el index 61e29a3..74e9ff1 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam-protocol.el b/org-roam-protocol.el index 95a3a91..85ac1e3 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.1.1 +;; Version: 1.2.0 ;; 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 14db6b4..ba976b8 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.1.1 +;; Version: 1.2.0 ;; 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.0")) ;; This file is NOT part of GNU Emacs.