diff --git a/README.org b/README.org index 67d5d61..a3f95c9 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ #+TITLE: delve.el -=Delve= (currently version =0.9=) is a package on top of [[https://github.com/org-roam/org-roam][Org Roam]]. It +=Delve= (currently version =0.9.3=) is a package on top of [[https://github.com/org-roam/org-roam][Org Roam]]. It provides tools to collect, inspect and edit Org Roam Nodes in a separate application buffer. It helps you to quickly establish and maintain a project-specific subset of Org Roam Nodes, e.g. when @@ -304,13 +304,17 @@ This is a list of stuff I intend to add (soonish): ** Current +** 0.9.3 + - Refactor collecting nodes from outside Delve. - - For non-file nodes, display the outline path. - - Depend on Org Roam with DB 18 (merged in Nov., 10th, 21). + - For non-file nodes, display the outline path. Depends now on Org + Roam with DB 18 (merged in Nov., 10th, 21). - Introduce new item type "Heading" (key =h=) - Allow remote editing (add, remove tags) of multiple items. - Mark list as "modified" if items are deleted, inserted or updated. Storing the list removes that flag. + - Somewhere in between is 0.9.2, I forgot to update all version + numbers in all files. ** 0.9 Complete rewrite; now based on Org Roam =v2=. diff --git a/delve.el b/delve.el index 9cdeb5c..37c6386 100644 --- a/delve.el +++ b/delve.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2020-2021 ;; Author: -;; Version: 0.9 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by