Release: v0.8.10

This commit is contained in:
Adam Porter 2024-11-06 21:43:13 -06:00
parent c95bb8a3ef
commit 9c53c1bddf
3 changed files with 88 additions and 88 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.10-pre ** 0.8.10
*Fixes* *Fixes*
+ Command ~org-ql-refile~ uses the base buffer when refiling to an indirect buffer. ([[https://github.com/alphapapa/org-ql/issues/466][#466]].) + Command ~org-ql-refile~ uses the base buffer when refiling to an indirect buffer. ([[https://github.com/alphapapa/org-ql/issues/466][#466]].)

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.10-pre ;; Version: 0.8.10
;; 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.10-pre: 0810-pre. * 0.8.10: 0810.
* 0.8.9: 089. * 0.8.9: 089.
* 0.8.8: 088. * 0.8.8: 088.
* 0.8.7: 087. * 0.8.7: 087.
@ -1038,7 +1038,7 @@ releases.
* Menu: * Menu:
* 0.8.10-pre: 0810-pre. * 0.8.10: 0810.
* 0.8.9: 089. * 0.8.9: 089.
* 0.8.8: 088. * 0.8.8: 088.
* 0.8.7: 087. * 0.8.7: 087.
@ -1081,10 +1081,10 @@ releases.
* 0.1: 01. * 0.1: 01.
 
File: README.info, Node: 0810-pre, Next: 089, Up: Changelog File: README.info, Node: 0810, Next: 089, Up: Changelog
5.1 0.8.10-pre 5.1 0.8.10
============== ==========
*Fixes* *Fixes*
• Command org-ql-refile uses the base buffer when refiling to an • Command org-ql-refile uses the base buffer when refiling to an
@ -1096,7 +1096,7 @@ File: README.info, Node: 0810-pre, Next: 089, Up: Changelog
(https://github.com/jwiegley) for reporting.) (https://github.com/jwiegley) for reporting.)
 
File: README.info, Node: 089, Next: 088, Prev: 0810-pre, Up: Changelog File: README.info, Node: 089, Next: 088, Prev: 0810, Up: Changelog
5.2 0.8.9 5.2 0.8.9
========= =========
@ -2064,86 +2064,86 @@ GPLv3
 
Tag Table: Tag Table:
Node: Top225 Node: Top225
Node: Contents2001 Node: Contents1993
Node: Screenshots2124 Node: Screenshots2116
Node: Installation2242 Node: Installation2234
Node: Quelpa2756 Node: Quelpa2748
Node: Helm support3284 Node: Helm support3276
Node: Usage3687 Node: Usage3679
Node: Commands4085 Node: Commands4077
Node: org-ql-find4550 Node: org-ql-find4542
Node: org-ql-open-link5458 Node: org-ql-open-link5450
Node: org-ql-refile6313 Node: org-ql-refile6305
Node: org-ql-search6641 Node: org-ql-search6633
Node: helm-org-ql8572 Node: helm-org-ql8564
Node: org-ql-view8950 Node: org-ql-view8942
Node: org-ql-view-sidebar9480 Node: org-ql-view-sidebar9472
Node: org-ql-view-recent-items9860 Node: org-ql-view-recent-items9852
Node: org-ql-sparse-tree10356 Node: org-ql-sparse-tree10348
Node: Queries11156 Node: Queries11148
Node: Non-sexp query syntax12273 Node: Non-sexp query syntax12265
Node: General predicates14032 Node: General predicates14024
Node: Ancestor/descendant predicates20957 Node: Ancestor/descendant predicates20949
Node: Date/time predicates22085 Node: Date/time predicates22077
Node: Functions / Macros25209 Node: Functions / Macros25201
Node: Agenda-like views25507 Node: Agenda-like views25499
Ref: Function org-ql-block25669 Ref: Function org-ql-block25661
Node: Listing / acting-on results26930 Node: Listing / acting-on results26922
Ref: Caching27138 Ref: Caching27130
Ref: Function org-ql-select28051 Ref: Function org-ql-select28043
Ref: Function org-ql-query30477 Ref: Function org-ql-query30469
Ref: Macro org-ql (deprecated)32251 Ref: Macro org-ql (deprecated)32243
Node: Custom predicates32566 Node: Custom predicates32558
Ref: Macro org-ql-defpred32790 Ref: Macro org-ql-defpred32782
Node: Dynamic block36231 Node: Dynamic block36223
Node: Links38955 Node: Links38947
Node: Tips39642 Node: Tips39634
Node: Changelog39966 Node: Changelog39958
Node: 0810-pre40932 Node: 081040916
Node: 08941458 Node: 08941430
Node: 08842602 Node: 08842570
Node: 08743678 Node: 08743646
Node: 08644906 Node: 08644874
Node: 08545140 Node: 08545108
Node: 08445796 Node: 08445764
Node: 08346248 Node: 08346216
Node: 08246589 Node: 08246557
Node: 08146982 Node: 08146950
Node: 0847405 Node: 0847373
Node: 07450131 Node: 07450099
Node: 07350356 Node: 07350324
Node: 07251090 Node: 07251058
Node: 07152011 Node: 07151979
Node: 0752822 Node: 0752790
Node: 06355688 Node: 06355656
Node: 06256221 Node: 06256189
Node: 06156528 Node: 06156496
Node: 0657098 Node: 0657066
Node: 05260154 Node: 05260122
Node: 05160456 Node: 05160424
Node: 0560881 Node: 0560849
Node: 04962412 Node: 04962380
Node: 04862694 Node: 04862662
Node: 04763043 Node: 04763011
Node: 04663452 Node: 04663420
Node: 04563860 Node: 04563828
Node: 04464221 Node: 04464189
Node: 04364580 Node: 04364548
Node: 04264783 Node: 04264751
Node: 04164944 Node: 04164912
Node: 0465191 Node: 0465159
Node: 03269292 Node: 03269260
Node: 03169695 Node: 03169663
Node: 0369892 Node: 0369860
Node: 02373192 Node: 02373160
Node: 02273426 Node: 02273394
Node: 02173706 Node: 02173674
Node: 0273911 Node: 0273879
Node: 0177989 Node: 0177957
Node: Notes78090 Node: Notes78058
Node: Comparison with Org Agenda searches78252 Node: Comparison with Org Agenda searches78220
Node: org-sidebar79141 Node: org-sidebar79109
Node: License79420 Node: License79388
 
End Tag Table End Tag Table