Release: v0.8.8

This commit is contained in:
Adam Porter 2024-08-29 16:37:08 -05:00
parent fd82c83d49
commit 20c0e5a9a7
3 changed files with 86 additions and 86 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.8-pre ** 0.8.8
*Fixes* *Fixes*
+ Remove text properties from to-do keywords before displaying them in an ~org-ql-view~ buffer. (Such text properties could cause them to, e.g. display with extra leading spaces, depending on which other modes might be enabled in the source Org buffer.) + Remove text properties from to-do keywords before displaying them in an ~org-ql-view~ buffer. (Such text properties could cause them to, e.g. display with extra leading spaces, depending on which other modes might be enabled in the source Org buffer.)

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.8-pre ;; Version: 0.8.8
;; 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.8-pre: 088-pre. * 0.8.8: 088.
* 0.8.7: 087. * 0.8.7: 087.
* 0.8.6: 086. * 0.8.6: 086.
* 0.8.5: 085. * 0.8.5: 085.
@ -1036,7 +1036,7 @@ releases.
* Menu: * Menu:
* 0.8.8-pre: 088-pre. * 0.8.8: 088.
* 0.8.7: 087. * 0.8.7: 087.
* 0.8.6: 086. * 0.8.6: 086.
* 0.8.5: 085. * 0.8.5: 085.
@ -1077,10 +1077,10 @@ releases.
* 0.1: 01. * 0.1: 01.
 
File: README.info, Node: 088-pre, Next: 087, Up: Changelog File: README.info, Node: 088, Next: 087, Up: Changelog
5.1 0.8.8-pre 5.1 0.8.8
============= =========
*Fixes* *Fixes*
• Remove text properties from to-do keywords before displaying them • Remove text properties from to-do keywords before displaying them
@ -1099,7 +1099,7 @@ File: README.info, Node: 088-pre, Next: 087, Up: Changelog
tpeacock19 (https://github.com/tpeacock19) for reporting.) tpeacock19 (https://github.com/tpeacock19) for reporting.)
 
File: README.info, Node: 087, Next: 086, Prev: 088-pre, Up: Changelog File: README.info, Node: 087, Next: 086, Prev: 088, Up: Changelog
5.2 0.8.7 5.2 0.8.7
========= =========
@ -2018,84 +2018,84 @@ GPLv3
 
Tag Table: Tag Table:
Node: Top225 Node: Top225
Node: Contents1971 Node: Contents1963
Node: Screenshots2094 Node: Screenshots2086
Node: Installation2212 Node: Installation2204
Node: Quelpa2726 Node: Quelpa2718
Node: Helm support3254 Node: Helm support3246
Node: Usage3657 Node: Usage3649
Node: Commands4055 Node: Commands4047
Node: org-ql-find4520 Node: org-ql-find4512
Node: org-ql-open-link5428 Node: org-ql-open-link5420
Node: org-ql-refile6283 Node: org-ql-refile6275
Node: org-ql-search6611 Node: org-ql-search6603
Node: helm-org-ql8542 Node: helm-org-ql8534
Node: org-ql-view8920 Node: org-ql-view8912
Node: org-ql-view-sidebar9450 Node: org-ql-view-sidebar9442
Node: org-ql-view-recent-items9830 Node: org-ql-view-recent-items9822
Node: org-ql-sparse-tree10326 Node: org-ql-sparse-tree10318
Node: Queries11126 Node: Queries11118
Node: Non-sexp query syntax12243 Node: Non-sexp query syntax12235
Node: General predicates14002 Node: General predicates13994
Node: Ancestor/descendant predicates20927 Node: Ancestor/descendant predicates20919
Node: Date/time predicates22055 Node: Date/time predicates22047
Node: Functions / Macros25179 Node: Functions / Macros25171
Node: Agenda-like views25477 Node: Agenda-like views25469
Ref: Function org-ql-block25639 Ref: Function org-ql-block25631
Node: Listing / acting-on results26900 Node: Listing / acting-on results26892
Ref: Caching27108 Ref: Caching27100
Ref: Function org-ql-select28021 Ref: Function org-ql-select28013
Ref: Function org-ql-query30447 Ref: Function org-ql-query30439
Ref: Macro org-ql (deprecated)32221 Ref: Macro org-ql (deprecated)32213
Node: Custom predicates32536 Node: Custom predicates32528
Ref: Macro org-ql-defpred32760 Ref: Macro org-ql-defpred32752
Node: Dynamic block36201 Node: Dynamic block36193
Node: Links38925 Node: Links38917
Node: Tips39612 Node: Tips39604
Node: Changelog39936 Node: Changelog39928
Node: 088-pre40872 Node: 08840856
Node: 08741948 Node: 08741920
Node: 08643180 Node: 08643148
Node: 08543414 Node: 08543382
Node: 08444070 Node: 08444038
Node: 08344522 Node: 08344490
Node: 08244863 Node: 08244831
Node: 08145256 Node: 08145224
Node: 0845677 Node: 0845645
Node: 07448401 Node: 07448369
Node: 07348626 Node: 07348594
Node: 07249360 Node: 07249328
Node: 07150281 Node: 07150249
Node: 0751092 Node: 0751060
Node: 06353958 Node: 06353926
Node: 06254491 Node: 06254459
Node: 06154798 Node: 06154766
Node: 0655368 Node: 0655336
Node: 05258424 Node: 05258392
Node: 05158726 Node: 05158694
Node: 0559151 Node: 0559119
Node: 04960682 Node: 04960650
Node: 04860964 Node: 04860932
Node: 04761313 Node: 04761281
Node: 04661722 Node: 04661690
Node: 04562130 Node: 04562098
Node: 04462491 Node: 04462459
Node: 04362850 Node: 04362818
Node: 04263053 Node: 04263021
Node: 04163214 Node: 04163182
Node: 0463461 Node: 0463429
Node: 03267562 Node: 03267530
Node: 03167965 Node: 03167933
Node: 0368162 Node: 0368130
Node: 02371462 Node: 02371430
Node: 02271696 Node: 02271664
Node: 02171976 Node: 02171944
Node: 0272181 Node: 0272149
Node: 0176259 Node: 0176227
Node: Notes76360 Node: Notes76328
Node: Comparison with Org Agenda searches76522 Node: Comparison with Org Agenda searches76490
Node: org-sidebar77411 Node: org-sidebar77379
Node: License77690 Node: License77658
 
End Tag Table End Tag Table