Release: 0.5

This commit is contained in:
Adam Porter 2020-11-22 18:19:02 -06:00
parent 90f712aba9
commit acfeceae71
3 changed files with 55 additions and 55 deletions

View file

@ -461,7 +461,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.
** 0.5-pre
** 0.5
*Added*
+ View dispatcher using =transient.el= (like Magit), bound to =v= in search/view buffers.

View file

@ -2,7 +2,7 @@
;; Author: Adam Porter <adam@alphapapa.net>
;; Url: https://github.com/alphapapa/org-ql
;; Version: 0.5-pre
;; Version: 0.5
;; Package-Requires: ((emacs "26.1") (dash "2.13") (dash-functional "1.2.0") (f "0.17.2") (map "2.1") (org "9.0") (org-super-agenda "1.2") (ov "1.0.6") (peg "0.6") (s "1.12.0") (transient "0.1") (ts "0.2-pre"))
;; Keywords: hypermedia, outlines, Org, agenda

View file

@ -66,7 +66,7 @@ Functions / Macros
Changelog
* 0.5-pre: 05-pre.
* 0.5: 05.
* 0.4.9: 049.
* 0.4.8: 048.
* 0.4.7: 047.
@ -831,7 +831,7 @@ releases.
* Menu:
* 0.5-pre: 05-pre.
* 0.5: 05.
* 0.4.9: 049.
* 0.4.8: 048.
* 0.4.7: 047.
@ -852,10 +852,10 @@ releases.
* 0.1: 01.

File: README.info, Node: 05-pre, Next: 049, Up: Changelog
File: README.info, Node: 05, Next: 049, Up: Changelog
5.1 0.5-pre
===========
5.1 0.5
=======
*Added*
• View dispatcher using transient.el (like Magit), bound to v in
@ -893,7 +893,7 @@ File: README.info, Node: 05-pre, Next: 049, Up: Changelog
testing new features in this version.

File: README.info, Node: 049, Next: 048, Prev: 05-pre, Up: Changelog
File: README.info, Node: 049, Next: 048, Prev: 05, Up: Changelog
5.2 0.4.9
=========
@ -1338,53 +1338,53 @@ GPLv3

Tag Table:
Node: Top225
Node: Contents1594
Node: Screenshots1717
Node: Installation1835
Node: Quelpa2473
Node: Usage2916
Node: Commands3314
Node: org-ql-search3787
Node: helm-org-ql5437
Node: org-ql-view5849
Node: org-ql-view-sidebar6349
Node: org-ql-view-recent-items6705
Node: org-ql-sparse-tree7189
Node: Queries7989
Node: Non-sexp query syntax9100
Node: General predicates10807
Node: Ancestor/descendant predicates16220
Node: Date/time predicates17348
Node: Functions / Macros20003
Node: Agenda-like views20258
Node: Listing / acting-on results21663
Node: Dynamic block26858
Node: Links29556
Node: Tips30243
Node: Changelog30561
Node: 05-pre31245
Node: 04932719
Node: 04832997
Node: 04733344
Node: 04633739
Node: 04534139
Node: 04434498
Node: 04334855
Node: 04235050
Node: 04135209
Node: 0435450
Node: 03239383
Node: 03139762
Node: 0339959
Node: 02342934
Node: 02243162
Node: 02143430
Node: 0243629
Node: 0147664
Node: Notes47765
Node: Comparison with Org Agenda searches47927
Node: org-sidebar48799
Node: License49078
Node: Contents1586
Node: Screenshots1709
Node: Installation1827
Node: Quelpa2465
Node: Usage2908
Node: Commands3306
Node: org-ql-search3779
Node: helm-org-ql5429
Node: org-ql-view5841
Node: org-ql-view-sidebar6341
Node: org-ql-view-recent-items6697
Node: org-ql-sparse-tree7181
Node: Queries7981
Node: Non-sexp query syntax9092
Node: General predicates10799
Node: Ancestor/descendant predicates16212
Node: Date/time predicates17340
Node: Functions / Macros19995
Node: Agenda-like views20250
Node: Listing / acting-on results21655
Node: Dynamic block26850
Node: Links29548
Node: Tips30235
Node: Changelog30553
Node: 0531229
Node: 04932691
Node: 04832965
Node: 04733312
Node: 04633707
Node: 04534107
Node: 04434466
Node: 04334823
Node: 04235018
Node: 04135177
Node: 0435418
Node: 03239351
Node: 03139730
Node: 0339927
Node: 02342902
Node: 02243130
Node: 02143398
Node: 0243597
Node: 0147632
Node: Notes47733
Node: Comparison with Org Agenda searches47895
Node: org-sidebar48767
Node: License49046

End Tag Table