Merge: 0.5.1

This commit is contained in:
Adam Porter 2021-06-08 11:17:29 -05:00
commit 3c7a93d71f
3 changed files with 94 additions and 73 deletions

View file

@ -531,6 +531,11 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
+ Predicates are now defined more cleanly with a macro (=org-ql-defpred=) that consolidates functionality related to each predicate. This will also allow users to more easily define custom predicates.
+ Version 1.0 of library ~peg~ is now required.
** 0.5.1
*Fixed*
+ Custom sorting functions could corrupt the cache, causing items to disappear after refreshing an =org-ql-search= buffer. ([[https://github.com/alphapapa/org-ql/issues/186][#186]], [[https://github.com/alphapapa/org-ql/issues/187][#187]]. Thanks to [[https://github.com/natask][Nathanael kinfe]].)
** 0.5
*Added*