Merge: 0.3.2

This commit is contained in:
Adam Porter 2019-10-19 01:11:07 -05:00
commit 80b8bada7b
3 changed files with 22 additions and 5 deletions

View file

@ -388,6 +388,12 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
*Internal*
+ Added generic node data cache to speed up recursive, tree-based queries.
** 0.3.2
*Fixed*
+ In =org-ql-search=, accept symbol as ~:super-groups~ argument.
+ In the =This week= and =Next week= default =org-ql-views= views, set timestamps for beginning-of-week to 00:00:00 and end-of-week to 23:59:59.
** 0.3.1
*Fixed*