Release: v0.8.5

This commit is contained in:
Adam Porter 2024-02-21 05:46:04 -06:00
parent c90bae0eab
commit bfff0b5517
3 changed files with 83 additions and 83 deletions

View file

@ -553,7 +553,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.8.5-pre ** 0.8.5
*Fixes* *Fixes*
+ Predicate ~heading~ incorrectly matched strings as regular expressions, sometimes returning incorrect results. (See [[https://github.com/alphapapa/org-ql/discussions/410][discussion]]. Thanks to [[https://github.com/al3xandru][Alex Popescu]] for reporting.) + Predicate ~heading~ incorrectly matched strings as regular expressions, sometimes returning incorrect results. (See [[https://github.com/alphapapa/org-ql/discussions/410][discussion]]. Thanks to [[https://github.com/al3xandru][Alex Popescu]] for reporting.)

View file

@ -4,7 +4,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.8.5-pre ;; Version: 0.8.5
;; Package-Requires: ((emacs "27.1") (compat "29.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 "27.1") (compat "29.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

@ -72,7 +72,7 @@ Functions / Macros
Changelog Changelog
* 0.8.5-pre: 085-pre. * 0.8.5: 085.
* 0.8.4: 084. * 0.8.4: 084.
* 0.8.3: 083. * 0.8.3: 083.
* 0.8.2: 082. * 0.8.2: 082.
@ -1033,7 +1033,7 @@ releases.
* Menu: * Menu:
* 0.8.5-pre: 085-pre. * 0.8.5: 085.
* 0.8.4: 084. * 0.8.4: 084.
* 0.8.3: 083. * 0.8.3: 083.
* 0.8.2: 082. * 0.8.2: 082.
@ -1071,10 +1071,10 @@ releases.
* 0.1: 01. * 0.1: 01.
 
File: README.info, Node: 085-pre, Next: 084, Up: Changelog File: README.info, Node: 085, Next: 084, Up: Changelog
5.1 0.8.5-pre 5.1 0.8.5
============= =========
*Fixes* *Fixes*
• Predicate heading incorrectly matched strings as regular • Predicate heading incorrectly matched strings as regular
@ -1088,7 +1088,7 @@ File: README.info, Node: 085-pre, Next: 084, Up: Changelog
Gabriele Mongiano (https://github.com/kofm) for reporting.) Gabriele Mongiano (https://github.com/kofm) for reporting.)
 
File: README.info, Node: 084, Next: 083, Prev: 085-pre, Up: Changelog File: README.info, Node: 084, Next: 083, Prev: 085, Up: Changelog
5.2 0.8.4 5.2 0.8.4
========= =========
@ -1952,81 +1952,81 @@ GPLv3
 
Tag Table: Tag Table:
Node: Top225 Node: Top225
Node: Contents1929 Node: Contents1921
Node: Screenshots2052 Node: Screenshots2044
Node: Installation2170 Node: Installation2162
Node: Quelpa2684 Node: Quelpa2676
Node: Helm support3212 Node: Helm support3204
Node: Usage3615 Node: Usage3607
Node: Commands4013 Node: Commands4005
Node: org-ql-find4478 Node: org-ql-find4470
Node: org-ql-open-link5386 Node: org-ql-open-link5378
Node: org-ql-refile6241 Node: org-ql-refile6233
Node: org-ql-search6569 Node: org-ql-search6561
Node: helm-org-ql8500 Node: helm-org-ql8492
Node: org-ql-view8878 Node: org-ql-view8870
Node: org-ql-view-sidebar9408 Node: org-ql-view-sidebar9400
Node: org-ql-view-recent-items9788 Node: org-ql-view-recent-items9780
Node: org-ql-sparse-tree10284 Node: org-ql-sparse-tree10276
Node: Queries11084 Node: Queries11076
Node: Non-sexp query syntax12201 Node: Non-sexp query syntax12193
Node: General predicates13960 Node: General predicates13952
Node: Ancestor/descendant predicates20885 Node: Ancestor/descendant predicates20877
Node: Date/time predicates22013 Node: Date/time predicates22005
Node: Functions / Macros25137 Node: Functions / Macros25129
Node: Agenda-like views25435 Node: Agenda-like views25427
Ref: Function org-ql-block25597 Ref: Function org-ql-block25589
Node: Listing / acting-on results26858 Node: Listing / acting-on results26850
Ref: Caching27066 Ref: Caching27058
Ref: Function org-ql-select27979 Ref: Function org-ql-select27971
Ref: Function org-ql-query30405 Ref: Function org-ql-query30397
Ref: Macro org-ql (deprecated)32179 Ref: Macro org-ql (deprecated)32171
Node: Custom predicates32494 Node: Custom predicates32486
Ref: Macro org-ql-defpred32718 Ref: Macro org-ql-defpred32710
Node: Dynamic block36159 Node: Dynamic block36151
Node: Links38883 Node: Links38875
Node: Tips39570 Node: Tips39562
Node: Changelog39894 Node: Changelog39886
Node: 085-pre40788 Node: 08540772
Node: 08441444 Node: 08441416
Node: 08341900 Node: 08341868
Node: 08242241 Node: 08242209
Node: 08142634 Node: 08142602
Node: 0843055 Node: 0843023
Node: 07445779 Node: 07445747
Node: 07346002 Node: 07345970
Node: 07246734 Node: 07246702
Node: 07147653 Node: 07147621
Node: 0748464 Node: 0748432
Node: 06351330 Node: 06351298
Node: 06251863 Node: 06251831
Node: 06152170 Node: 06152138
Node: 0652740 Node: 0652708
Node: 05255796 Node: 05255764
Node: 05156098 Node: 05156066
Node: 0556523 Node: 0556491
Node: 04958054 Node: 04958022
Node: 04858336 Node: 04858304
Node: 04758685 Node: 04758653
Node: 04659094 Node: 04659062
Node: 04559502 Node: 04559470
Node: 04459863 Node: 04459831
Node: 04360222 Node: 04360190
Node: 04260425 Node: 04260393
Node: 04160586 Node: 04160554
Node: 0460833 Node: 0460801
Node: 03264934 Node: 03264902
Node: 03165337 Node: 03165305
Node: 0365534 Node: 0365502
Node: 02368834 Node: 02368802
Node: 02269068 Node: 02269036
Node: 02169348 Node: 02169316
Node: 0269553 Node: 0269521
Node: 0173631 Node: 0173599
Node: Notes73732 Node: Notes73700
Node: Comparison with Org Agenda searches73894 Node: Comparison with Org Agenda searches73862
Node: org-sidebar74783 Node: org-sidebar74751
Node: License75062 Node: License75030
 
End Tag Table End Tag Table