Skip to content

v0.8.7

Compare
Choose a tag to compare
@alphapapa alphapapa released this 26 Jun 16:34
· 57 commits to master since this release
v0.8.7

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.)