Hi all, FYI, v0.8.7 of org-ql has been released. The changelog follows.
https://github.com/alphapapa/org-ql Thanks, Adam ---- *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 [#237] and [#371]. Thanks to [Ihor Radchenko].) ⁃ Timestamps with day-of-the-week abbreviations are matched more flexibly (allowing, e.g. a period in French locales). (See [#429], [#432]. Thanks to [Florian D.] for reporting.) ⁃ Command `org-ql-search' did not narrow properly when called interactively. *Compatibility* ⁃ Dynamic blocks work with Org 9.7. ([#431]. Thanks to [Jez Cope] for reporting.) [#237] <https://github.com/alphapapa/org-ql/pull/237> [#371] <https://github.com/alphapapa/org-ql/issues/371> [Ihor Radchenko] <https://github.com/yantar92> [#429] <https://github.com/alphapapa/org-ql/discussions/429> [#432] <https://github.com/alphapapa/org-ql/issues/432> [Florian D.] <https://github.com/neurolit> [#431] <https://github.com/alphapapa/org-ql/issues/431> [Jez Cope] <https://github.com/jezcope>