Release: v0.8.9

This commit is contained in:
Adam Porter 2024-09-05 18:56:47 -05:00
parent e241354fd6
commit 81281350d4
3 changed files with 87 additions and 87 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.9-pre ** 0.8.9
*Fixes* *Fixes*
+ Predicate ~property~ when called with argument form ~(property "PROPERTY-NAME" :inherit t)~. ([[https://github.com/alphapapa/org-ql/issues/460][#460]]. Thanks to [[https://github.com/Stewmath][Stewmath]] for reporting.) + Predicate ~property~ when called with argument form ~(property "PROPERTY-NAME" :inherit t)~. ([[https://github.com/alphapapa/org-ql/issues/460][#460]]. Thanks to [[https://github.com/Stewmath][Stewmath]] 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.9-pre ;; Version: 0.8.9
;; 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.9-pre: 089-pre. * 0.8.9: 089.
* 0.8.8: 088. * 0.8.8: 088.
* 0.8.7: 087. * 0.8.7: 087.
* 0.8.6: 086. * 0.8.6: 086.
@ -1037,7 +1037,7 @@ releases.
* Menu: * Menu:
* 0.8.9-pre: 089-pre. * 0.8.9: 089.
* 0.8.8: 088. * 0.8.8: 088.
* 0.8.7: 087. * 0.8.7: 087.
* 0.8.6: 086. * 0.8.6: 086.
@ -1079,10 +1079,10 @@ releases.
* 0.1: 01. * 0.1: 01.
 
File: README.info, Node: 089-pre, Next: 088, Up: Changelog File: README.info, Node: 089, Next: 088, Up: Changelog
5.1 0.8.9-pre 5.1 0.8.9
============= =========
*Fixes* *Fixes*
• Predicate property when called with argument form (property • Predicate property when called with argument form (property
@ -1106,7 +1106,7 @@ File: README.info, Node: 089-pre, Next: 088, Up: Changelog
(https://github.com/monnier).) (https://github.com/monnier).)
 
File: README.info, Node: 088, Next: 087, Prev: 089-pre, Up: Changelog File: README.info, Node: 088, Next: 087, Prev: 089, Up: Changelog
5.2 0.8.8 5.2 0.8.8
========= =========
@ -2047,85 +2047,85 @@ GPLv3
 
Tag Table: Tag Table:
Node: Top225 Node: Top225
Node: Contents1985 Node: Contents1977
Node: Screenshots2108 Node: Screenshots2100
Node: Installation2226 Node: Installation2218
Node: Quelpa2740 Node: Quelpa2732
Node: Helm support3268 Node: Helm support3260
Node: Usage3671 Node: Usage3663
Node: Commands4069 Node: Commands4061
Node: org-ql-find4534 Node: org-ql-find4526
Node: org-ql-open-link5442 Node: org-ql-open-link5434
Node: org-ql-refile6297 Node: org-ql-refile6289
Node: org-ql-search6625 Node: org-ql-search6617
Node: helm-org-ql8556 Node: helm-org-ql8548
Node: org-ql-view8934 Node: org-ql-view8926
Node: org-ql-view-sidebar9464 Node: org-ql-view-sidebar9456
Node: org-ql-view-recent-items9844 Node: org-ql-view-recent-items9836
Node: org-ql-sparse-tree10340 Node: org-ql-sparse-tree10332
Node: Queries11140 Node: Queries11132
Node: Non-sexp query syntax12257 Node: Non-sexp query syntax12249
Node: General predicates14016 Node: General predicates14008
Node: Ancestor/descendant predicates20941 Node: Ancestor/descendant predicates20933
Node: Date/time predicates22069 Node: Date/time predicates22061
Node: Functions / Macros25193 Node: Functions / Macros25185
Node: Agenda-like views25491 Node: Agenda-like views25483
Ref: Function org-ql-block25653 Ref: Function org-ql-block25645
Node: Listing / acting-on results26914 Node: Listing / acting-on results26906
Ref: Caching27122 Ref: Caching27114
Ref: Function org-ql-select28035 Ref: Function org-ql-select28027
Ref: Function org-ql-query30461 Ref: Function org-ql-query30453
Ref: Macro org-ql (deprecated)32235 Ref: Macro org-ql (deprecated)32227
Node: Custom predicates32550 Node: Custom predicates32542
Ref: Macro org-ql-defpred32774 Ref: Macro org-ql-defpred32766
Node: Dynamic block36215 Node: Dynamic block36207
Node: Links38939 Node: Links38931
Node: Tips39626 Node: Tips39618
Node: Changelog39950 Node: Changelog39942
Node: 089-pre40900 Node: 08940884
Node: 08842039 Node: 08842011
Node: 08743119 Node: 08743087
Node: 08644347 Node: 08644315
Node: 08544581 Node: 08544549
Node: 08445237 Node: 08445205
Node: 08345689 Node: 08345657
Node: 08246030 Node: 08245998
Node: 08146423 Node: 08146391
Node: 0846844 Node: 0846812
Node: 07449570 Node: 07449538
Node: 07349795 Node: 07349763
Node: 07250529 Node: 07250497
Node: 07151450 Node: 07151418
Node: 0752261 Node: 0752229
Node: 06355127 Node: 06355095
Node: 06255660 Node: 06255628
Node: 06155967 Node: 06155935
Node: 0656537 Node: 0656505
Node: 05259593 Node: 05259561
Node: 05159895 Node: 05159863
Node: 0560320 Node: 0560288
Node: 04961851 Node: 04961819
Node: 04862133 Node: 04862101
Node: 04762482 Node: 04762450
Node: 04662891 Node: 04662859
Node: 04563299 Node: 04563267
Node: 04463660 Node: 04463628
Node: 04364019 Node: 04363987
Node: 04264222 Node: 04264190
Node: 04164383 Node: 04164351
Node: 0464630 Node: 0464598
Node: 03268731 Node: 03268699
Node: 03169134 Node: 03169102
Node: 0369331 Node: 0369299
Node: 02372631 Node: 02372599
Node: 02272865 Node: 02272833
Node: 02173145 Node: 02173113
Node: 0273350 Node: 0273318
Node: 0177428 Node: 0177396
Node: Notes77529 Node: Notes77497
Node: Comparison with Org Agenda searches77691 Node: Comparison with Org Agenda searches77659
Node: org-sidebar78580 Node: org-sidebar78548
Node: License78859 Node: License78827
 
End Tag Table End Tag Table