Release: v0.7

This commit is contained in:
Adam Porter 2023-03-10 06:25:45 -06:00
parent 107fc66d08
commit aadddc4d84
3 changed files with 72 additions and 72 deletions

View file

@ -543,7 +543,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.7-pre ** 0.7
*Added* *Added*
+ Commands ~org-ql-find~, ~org-ql-find-heading~, and ~org-ql-find-path~, which jump to entries selected using Emacs's built-in completion facilities and Org QL queries (like ~helm-org-ql~, but doesn't require Helm.). + Commands ~org-ql-find~, ~org-ql-find-heading~, and ~org-ql-find-path~, which jump to entries selected using Emacs's built-in completion facilities and Org QL queries (like ~helm-org-ql~, but doesn't require Helm.).

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.7-pre ;; Version: 0.7
;; Package-Requires: ((emacs "26.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 "26.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

@ -71,7 +71,7 @@ Functions / Macros
Changelog Changelog
* 0.7-pre: 07-pre. * 0.7: 07.
* 0.6.3: 063. * 0.6.3: 063.
* 0.6.2: 062. * 0.6.2: 062.
* 0.6.1: 061. * 0.6.1: 061.
@ -990,7 +990,7 @@ releases.
* Menu: * Menu:
* 0.7-pre: 07-pre. * 0.7: 07.
* 0.6.3: 063. * 0.6.3: 063.
* 0.6.2: 062. * 0.6.2: 062.
* 0.6.1: 061. * 0.6.1: 061.
@ -1018,10 +1018,10 @@ releases.
* 0.1: 01. * 0.1: 01.
 
File: README.info, Node: 07-pre, Next: 063, Up: Changelog File: README.info, Node: 07, Next: 063, Up: Changelog
5.1 0.7-pre 5.1 0.7
=========== =======
*Added* *Added*
• Commands org-ql-find, org-ql-find-heading, and • Commands org-ql-find, org-ql-find-heading, and
@ -1078,7 +1078,7 @@ File: README.info, Node: 07-pre, Next: 063, Up: Changelog
(https://github.com/alphapapa/org-ql/commit/91908186fcca4b5fd2e9d26da5bc0375c2b41acf). (https://github.com/alphapapa/org-ql/commit/91908186fcca4b5fd2e9d26da5bc0375c2b41acf).
 
File: README.info, Node: 063, Next: 062, Prev: 07-pre, Up: Changelog File: README.info, Node: 063, Next: 062, Prev: 07, Up: Changelog
5.2 0.6.3 5.2 0.6.3
========= =========
@ -1703,70 +1703,70 @@ GPLv3
 
Tag Table: Tag Table:
Node: Top225 Node: Top225
Node: Contents1797 Node: Contents1789
Node: Screenshots1920 Node: Screenshots1912
Node: Installation2038 Node: Installation2030
Node: Quelpa2552 Node: Quelpa2544
Node: Helm support3080 Node: Helm support3072
Node: Usage3483 Node: Usage3475
Node: Commands3881 Node: Commands3873
Node: org-ql-find4325 Node: org-ql-find4317
Node: org-ql-refile4791 Node: org-ql-refile4783
Node: org-ql-search5114 Node: org-ql-search5106
Node: helm-org-ql6810 Node: helm-org-ql6802
Node: org-ql-view7188 Node: org-ql-view7180
Node: org-ql-view-sidebar7718 Node: org-ql-view-sidebar7710
Node: org-ql-view-recent-items8098 Node: org-ql-view-recent-items8090
Node: org-ql-sparse-tree8594 Node: org-ql-sparse-tree8586
Node: Queries9394 Node: Queries9386
Node: Non-sexp query syntax10511 Node: Non-sexp query syntax10503
Node: General predicates12270 Node: General predicates12262
Node: Ancestor/descendant predicates19257 Node: Ancestor/descendant predicates19249
Node: Date/time predicates20385 Node: Date/time predicates20377
Node: Functions / Macros23509 Node: Functions / Macros23501
Node: Agenda-like views23807 Node: Agenda-like views23799
Ref: Function org-ql-block23969 Ref: Function org-ql-block23961
Node: Listing / acting-on results25230 Node: Listing / acting-on results25222
Ref: Caching25438 Ref: Caching25430
Ref: Function org-ql-select26351 Ref: Function org-ql-select26343
Ref: Function org-ql-query28777 Ref: Function org-ql-query28769
Ref: Macro org-ql (deprecated)30551 Ref: Macro org-ql (deprecated)30543
Node: Custom predicates30866 Node: Custom predicates30858
Ref: Macro org-ql-defpred31090 Ref: Macro org-ql-defpred31082
Node: Dynamic block34531 Node: Dynamic block34523
Node: Links37255 Node: Links37247
Node: Tips37942 Node: Tips37934
Node: Changelog38266 Node: Changelog38258
Node: 07-pre39049 Node: 0739033
Node: 06341973 Node: 06341945
Node: 06242508 Node: 06242476
Node: 06142813 Node: 06142781
Node: 0643381 Node: 0643349
Node: 05246435 Node: 05246403
Node: 05146735 Node: 05146703
Node: 0547158 Node: 0547126
Node: 04948687 Node: 04948655
Node: 04848967 Node: 04848935
Node: 04749316 Node: 04749284
Node: 04649725 Node: 04649693
Node: 04550133 Node: 04550101
Node: 04450494 Node: 04450462
Node: 04350853 Node: 04350821
Node: 04251056 Node: 04251024
Node: 04151217 Node: 04151185
Node: 0451464 Node: 0451432
Node: 03255565 Node: 03255533
Node: 03155968 Node: 03155936
Node: 0356165 Node: 0356133
Node: 02359465 Node: 02359433
Node: 02259699 Node: 02259667
Node: 02159979 Node: 02159947
Node: 0260184 Node: 0260152
Node: 0164262 Node: 0164230
Node: Notes64363 Node: Notes64331
Node: Comparison with Org Agenda searches64525 Node: Comparison with Org Agenda searches64493
Node: org-sidebar65414 Node: org-sidebar65382
Node: License65693 Node: License65661
 
End Tag Table End Tag Table