Release: v0.6.3

This commit is contained in:
Adam Porter 2022-12-08 19:51:09 -06:00
parent 2ddfb7c231
commit 3e5c6bec71
3 changed files with 69 additions and 69 deletions

View file

@ -522,7 +522,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. /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.6.3-pre ** 0.6.3
*Fixed* *Fixed*
+ Non-sexp query parsing with updated version 1.0.1 of the ~peg~ package. (Fixes [[https://github.com/alphapapa/org-ql/issues/314][#314]], [[https://github.com/alphapapa/org-ql/issues/316][#316]]. Thanks to [[https://github.com/akirak][Akira Komamura]] and [[https://github.com/joonro][Joon Ro]] for reporting.) + Non-sexp query parsing with updated version 1.0.1 of the ~peg~ package. (Fixes [[https://github.com/alphapapa/org-ql/issues/314][#314]], [[https://github.com/alphapapa/org-ql/issues/316][#316]]. Thanks to [[https://github.com/akirak][Akira Komamura]] and [[https://github.com/joonro][Joon Ro]] for reporting.)

View file

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

View file

@ -69,7 +69,7 @@ Functions / Macros
Changelog Changelog
* 0.6.3-pre: 063-pre. * 0.6.3: 063.
* 0.6.2: 062. * 0.6.2: 062.
* 0.6.1: 061. * 0.6.1: 061.
* 0.6: 06. * 0.6: 06.
@ -951,7 +951,7 @@ releases.
* Menu: * Menu:
* 0.6.3-pre: 063-pre. * 0.6.3: 063.
* 0.6.2: 062. * 0.6.2: 062.
* 0.6.1: 061. * 0.6.1: 061.
* 0.6: 06. * 0.6: 06.
@ -978,10 +978,10 @@ releases.
* 0.1: 01. * 0.1: 01.
 
File: README.info, Node: 063-pre, Next: 062, Up: Changelog File: README.info, Node: 063, Next: 062, Up: Changelog
5.1 0.6.3-pre 5.1 0.6.3
============= =========
*Fixed* *Fixed*
• Non-sexp query parsing with updated version 1.0.1 of the peg • Non-sexp query parsing with updated version 1.0.1 of the peg
@ -994,7 +994,7 @@ File: README.info, Node: 063-pre, Next: 062, Up: Changelog
versions). versions).
 
File: README.info, Node: 062, Next: 061, Prev: 063-pre, Up: Changelog File: README.info, Node: 062, Next: 061, Prev: 063, Up: Changelog
5.2 0.6.2 5.2 0.6.2
========= =========
@ -1603,67 +1603,67 @@ GPLv3
 
Tag Table: Tag Table:
Node: Top225 Node: Top225
Node: Contents1751 Node: Contents1743
Node: Screenshots1874 Node: Screenshots1866
Node: Installation1992 Node: Installation1984
Node: Quelpa2506 Node: Quelpa2498
Node: Helm support3034 Node: Helm support3026
Node: Usage3437 Node: Usage3429
Node: Commands3835 Node: Commands3827
Node: org-ql-search4308 Node: org-ql-search4300
Node: helm-org-ql5982 Node: helm-org-ql5974
Node: org-ql-view6360 Node: org-ql-view6352
Node: org-ql-view-sidebar6890 Node: org-ql-view-sidebar6882
Node: org-ql-view-recent-items7270 Node: org-ql-view-recent-items7262
Node: org-ql-sparse-tree7766 Node: org-ql-sparse-tree7758
Node: Queries8566 Node: Queries8558
Node: Non-sexp query syntax9683 Node: Non-sexp query syntax9675
Node: General predicates11442 Node: General predicates11434
Node: Ancestor/descendant predicates17681 Node: Ancestor/descendant predicates17673
Node: Date/time predicates18809 Node: Date/time predicates18801
Node: Functions / Macros21933 Node: Functions / Macros21925
Node: Agenda-like views22231 Node: Agenda-like views22223
Ref: Function org-ql-block22393 Ref: Function org-ql-block22385
Node: Listing / acting-on results23654 Node: Listing / acting-on results23646
Ref: Caching23862 Ref: Caching23854
Ref: Function org-ql-select24775 Ref: Function org-ql-select24767
Ref: Function org-ql-query27201 Ref: Function org-ql-query27193
Ref: Macro org-ql (deprecated)28975 Ref: Macro org-ql (deprecated)28967
Node: Custom predicates29290 Node: Custom predicates29282
Ref: Macro org-ql-defpred29514 Ref: Macro org-ql-defpred29506
Node: Dynamic block32955 Node: Dynamic block32947
Node: Links35679 Node: Links35671
Node: Tips36366 Node: Tips36358
Node: Changelog36690 Node: Changelog36682
Node: 063-pre37461 Node: 06337445
Node: 06237993 Node: 06237965
Node: 06138302 Node: 06138270
Node: 0638870 Node: 0638838
Node: 05241924 Node: 05241892
Node: 05142224 Node: 05142192
Node: 0542647 Node: 0542615
Node: 04944176 Node: 04944144
Node: 04844456 Node: 04844424
Node: 04744803 Node: 04744771
Node: 04645212 Node: 04645180
Node: 04545620 Node: 04545588
Node: 04445981 Node: 04445949
Node: 04346340 Node: 04346308
Node: 04246543 Node: 04246511
Node: 04146704 Node: 04146672
Node: 0446951 Node: 0446919
Node: 03251052 Node: 03251020
Node: 03151455 Node: 03151423
Node: 0351652 Node: 0351620
Node: 02354952 Node: 02354920
Node: 02255186 Node: 02255154
Node: 02155466 Node: 02155434
Node: 0255671 Node: 0255639
Node: 0159749 Node: 0159717
Node: Notes59850 Node: Notes59818
Node: Comparison with Org Agenda searches60012 Node: Comparison with Org Agenda searches59980
Node: org-sidebar60901 Node: org-sidebar60869
Node: License61180 Node: License61148
 
End Tag Table End Tag Table