Release: 0.5.1

This commit is contained in:
Adam Porter 2021-06-08 11:12:44 -05:00
parent 832adfee20
commit 3a04b10738
3 changed files with 56 additions and 56 deletions

View file

@ -461,7 +461,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
/Note:/ Breaking changes may be made before version 1.0, but in the event of major changes, attempts at backward compatibility will be made with obsolescence declarations, translation of arguments, etc. Users who need stability guarantees before 1.0 may choose to use tagged stable releases.
** 0.5.1-pre
** 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]].)

View file

@ -2,7 +2,7 @@
;; Author: Adam Porter <adam@alphapapa.net>
;; Url: https://github.com/alphapapa/org-ql
;; Version: 0.5.1-pre
;; Version: 0.5.1
;; Package-Requires: ((emacs "26.1") (dash "2.13") (dash-functional "1.2.0") (f "0.17.2") (map "2.1") (org "9.0") (org-super-agenda "1.2") (ov "1.0.6") (peg "0.6") (s "1.12.0") (transient "0.1") (ts "0.2-pre"))
;; Keywords: hypermedia, outlines, Org, agenda

View file

@ -66,7 +66,7 @@ Functions / Macros
Changelog
* 0.5.1-pre: 051-pre.
* 0.5.1: 051.
* 0.5: 05.
* 0.4.9: 049.
* 0.4.8: 048.
@ -832,7 +832,7 @@ releases.
* Menu:
* 0.5.1-pre: 051-pre.
* 0.5.1: 051.
* 0.5: 05.
* 0.4.9: 049.
* 0.4.8: 048.
@ -854,10 +854,10 @@ releases.
* 0.1: 01.

File: README.info, Node: 051-pre, Next: 05, Up: Changelog
File: README.info, Node: 051, Next: 05, Up: Changelog
5.1 0.5.1-pre
=============
5.1 0.5.1
=========
*Fixed*
• Custom sorting functions could corrupt the cache, causing items to
@ -867,7 +867,7 @@ File: README.info, Node: 051-pre, Next: 05, Up: Changelog
Nathanael kinfe (https://github.com/natask).)

File: README.info, Node: 05, Next: 049, Prev: 051-pre, Up: Changelog
File: README.info, Node: 05, Next: 049, Prev: 051, Up: Changelog
5.2 0.5
=======
@ -1353,54 +1353,54 @@ GPLv3

Tag Table:
Node: Top225
Node: Contents1609
Node: Screenshots1732
Node: Installation1850
Node: Quelpa2488
Node: Usage2931
Node: Commands3329
Node: org-ql-search3802
Node: helm-org-ql5452
Node: org-ql-view5864
Node: org-ql-view-sidebar6364
Node: org-ql-view-recent-items6720
Node: org-ql-sparse-tree7204
Node: Queries8004
Node: Non-sexp query syntax9115
Node: General predicates10822
Node: Ancestor/descendant predicates16235
Node: Date/time predicates17363
Node: Functions / Macros20018
Node: Agenda-like views20273
Node: Listing / acting-on results21678
Node: Dynamic block26873
Node: Links29571
Node: Tips30258
Node: Changelog30576
Node: 051-pre31275
Node: 0531692
Node: 04933170
Node: 04833444
Node: 04733791
Node: 04634186
Node: 04534586
Node: 04434945
Node: 04335302
Node: 04235497
Node: 04135658
Node: 0435899
Node: 03239832
Node: 03140211
Node: 0340408
Node: 02343383
Node: 02243611
Node: 02143879
Node: 0244078
Node: 0148113
Node: Notes48214
Node: Comparison with Org Agenda searches48376
Node: org-sidebar49248
Node: License49527
Node: Contents1601
Node: Screenshots1724
Node: Installation1842
Node: Quelpa2480
Node: Usage2923
Node: Commands3321
Node: org-ql-search3794
Node: helm-org-ql5444
Node: org-ql-view5856
Node: org-ql-view-sidebar6356
Node: org-ql-view-recent-items6712
Node: org-ql-sparse-tree7196
Node: Queries7996
Node: Non-sexp query syntax9107
Node: General predicates10814
Node: Ancestor/descendant predicates16227
Node: Date/time predicates17355
Node: Functions / Macros20010
Node: Agenda-like views20265
Node: Listing / acting-on results21670
Node: Dynamic block26865
Node: Links29563
Node: Tips30250
Node: Changelog30568
Node: 05131259
Node: 0531664
Node: 04933138
Node: 04833412
Node: 04733759
Node: 04634154
Node: 04534554
Node: 04434913
Node: 04335270
Node: 04235465
Node: 04135626
Node: 0435867
Node: 03239800
Node: 03140179
Node: 0340376
Node: 02343351
Node: 02243579
Node: 02143847
Node: 0244046
Node: 0148081
Node: Notes48182
Node: Comparison with Org Agenda searches48344
Node: org-sidebar49216
Node: License49495

End Tag Table