Release: v0.8.7

This commit is contained in:
Adam Porter 2024-06-26 11:31:17 -05:00
parent b362dd68b0
commit c2b4404808
3 changed files with 85 additions and 85 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.7-pre ** 0.8.7
*Fixes* *Fixes*
+ Timestamps with internal time ranges (e.g. ~<2024-06-26 10:00-11:00>~) are matched for simple queries. (This support is not yet comprehensive, e.g. a query that depends on the specific inner time range may not behave as expected. Previously such timestamps were not matched at all. See [[https://github.com/alphapapa/org-ql/pull/237][#237]] and [[https://github.com/alphapapa/org-ql/issues/371][#371]]. Thanks to [[https://github.com/yantar92][Ihor Radchenko]].) + Timestamps with internal time ranges (e.g. ~<2024-06-26 10:00-11:00>~) are matched for simple queries. (This support is not yet comprehensive, e.g. a query that depends on the specific inner time range may not behave as expected. Previously such timestamps were not matched at all. See [[https://github.com/alphapapa/org-ql/pull/237][#237]] and [[https://github.com/alphapapa/org-ql/issues/371][#371]]. Thanks to [[https://github.com/yantar92][Ihor Radchenko]].)

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.7-pre ;; Version: 0.8.7
;; 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.7-pre: 087-pre. * 0.8.7: 087.
* 0.8.6: 086. * 0.8.6: 086.
* 0.8.5: 085. * 0.8.5: 085.
* 0.8.4: 084. * 0.8.4: 084.
@ -1035,7 +1035,7 @@ releases.
* Menu: * Menu:
* 0.8.7-pre: 087-pre. * 0.8.7: 087.
* 0.8.6: 086. * 0.8.6: 086.
* 0.8.5: 085. * 0.8.5: 085.
* 0.8.4: 084. * 0.8.4: 084.
@ -1075,10 +1075,10 @@ releases.
* 0.1: 01. * 0.1: 01.
 
File: README.info, Node: 087-pre, Next: 086, Up: Changelog File: README.info, Node: 087, Next: 086, Up: Changelog
5.1 0.8.7-pre 5.1 0.8.7
============= =========
*Fixes* *Fixes*
• Timestamps with internal time ranges (e.g. <2024-06-26 • Timestamps with internal time ranges (e.g. <2024-06-26
@ -1103,7 +1103,7 @@ File: README.info, Node: 087-pre, Next: 086, Up: Changelog
Cope (https://github.com/jezcope) for reporting.) Cope (https://github.com/jezcope) for reporting.)
 
File: README.info, Node: 086, Next: 085, Prev: 087-pre, Up: Changelog File: README.info, Node: 086, Next: 085, Prev: 087, Up: Changelog
5.2 0.8.6 5.2 0.8.6
========= =========
@ -1994,83 +1994,83 @@ GPLv3
 
Tag Table: Tag Table:
Node: Top225 Node: Top225
Node: Contents1957 Node: Contents1949
Node: Screenshots2080 Node: Screenshots2072
Node: Installation2198 Node: Installation2190
Node: Quelpa2712 Node: Quelpa2704
Node: Helm support3240 Node: Helm support3232
Node: Usage3643 Node: Usage3635
Node: Commands4041 Node: Commands4033
Node: org-ql-find4506 Node: org-ql-find4498
Node: org-ql-open-link5414 Node: org-ql-open-link5406
Node: org-ql-refile6269 Node: org-ql-refile6261
Node: org-ql-search6597 Node: org-ql-search6589
Node: helm-org-ql8528 Node: helm-org-ql8520
Node: org-ql-view8906 Node: org-ql-view8898
Node: org-ql-view-sidebar9436 Node: org-ql-view-sidebar9428
Node: org-ql-view-recent-items9816 Node: org-ql-view-recent-items9808
Node: org-ql-sparse-tree10312 Node: org-ql-sparse-tree10304
Node: Queries11112 Node: Queries11104
Node: Non-sexp query syntax12229 Node: Non-sexp query syntax12221
Node: General predicates13988 Node: General predicates13980
Node: Ancestor/descendant predicates20913 Node: Ancestor/descendant predicates20905
Node: Date/time predicates22041 Node: Date/time predicates22033
Node: Functions / Macros25165 Node: Functions / Macros25157
Node: Agenda-like views25463 Node: Agenda-like views25455
Ref: Function org-ql-block25625 Ref: Function org-ql-block25617
Node: Listing / acting-on results26886 Node: Listing / acting-on results26878
Ref: Caching27094 Ref: Caching27086
Ref: Function org-ql-select28007 Ref: Function org-ql-select27999
Ref: Function org-ql-query30433 Ref: Function org-ql-query30425
Ref: Macro org-ql (deprecated)32207 Ref: Macro org-ql (deprecated)32199
Node: Custom predicates32522 Node: Custom predicates32514
Ref: Macro org-ql-defpred32746 Ref: Macro org-ql-defpred32738
Node: Dynamic block36187 Node: Dynamic block36179
Node: Links38911 Node: Links38903
Node: Tips39598 Node: Tips39590
Node: Changelog39922 Node: Changelog39914
Node: 087-pre40844 Node: 08740828
Node: 08642072 Node: 08642044
Node: 08542310 Node: 08542278
Node: 08442966 Node: 08442934
Node: 08343418 Node: 08343386
Node: 08243759 Node: 08243727
Node: 08144152 Node: 08144120
Node: 0844573 Node: 0844541
Node: 07447297 Node: 07447265
Node: 07347520 Node: 07347488
Node: 07248254 Node: 07248222
Node: 07149175 Node: 07149143
Node: 0749986 Node: 0749954
Node: 06352852 Node: 06352820
Node: 06253385 Node: 06253353
Node: 06153692 Node: 06153660
Node: 0654262 Node: 0654230
Node: 05257318 Node: 05257286
Node: 05157620 Node: 05157588
Node: 0558045 Node: 0558013
Node: 04959576 Node: 04959544
Node: 04859858 Node: 04859826
Node: 04760207 Node: 04760175
Node: 04660616 Node: 04660584
Node: 04561024 Node: 04560992
Node: 04461385 Node: 04461353
Node: 04361744 Node: 04361712
Node: 04261947 Node: 04261915
Node: 04162108 Node: 04162076
Node: 0462355 Node: 0462323
Node: 03266456 Node: 03266424
Node: 03166859 Node: 03166827
Node: 0367056 Node: 0367024
Node: 02370356 Node: 02370324
Node: 02270590 Node: 02270558
Node: 02170870 Node: 02170838
Node: 0271075 Node: 0271043
Node: 0175153 Node: 0175121
Node: Notes75254 Node: Notes75222
Node: Comparison with Org Agenda searches75416 Node: Comparison with Org Agenda searches75384
Node: org-sidebar76305 Node: org-sidebar76273
Node: License76584 Node: License76552
 
End Tag Table End Tag Table