Release: v0.7.4

This commit is contained in:
Adam Porter 2023-12-16 04:11:01 -06:00
parent 7a6b622cd0
commit bed4673463
3 changed files with 79 additions and 77 deletions

View file

@ -542,7 +542,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.7.4-pre
** 0.7.4
*Fixes*
+ Ignore empty quoted strings in plain-string queries ([[https://github.com/alphapapa/org-ql/issues/383][#383]]).

View file

@ -4,7 +4,7 @@
;; Author: Adam Porter <adam@alphapapa.net>
;; Url: https://github.com/alphapapa/org-ql
;; Version: 0.7.4-pre
;; Version: 0.7.4
;; 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

View file

@ -71,7 +71,7 @@ Functions / Macros
Changelog
* 0.7.4-pre: 074-pre.
* 0.7.4: 074.
* 0.7.3: 073.
* 0.7.2: 072.
* 0.7.1: 071.
@ -994,7 +994,7 @@ releases.
* Menu:
* 0.7.4-pre: 074-pre.
* 0.7.4: 074.
* 0.7.3: 073.
* 0.7.2: 072.
* 0.7.1: 071.
@ -1026,15 +1026,17 @@ releases.
* 0.1: 01.

File: README.info, Node: 074-pre, Next: 073, Up: Changelog
File: README.info, Node: 074, Next: 073, Up: Changelog
5.1 0.7.4-pre
=============
5.1 0.7.4
=========
Nothing new yet.
*Fixes*
• Ignore empty quoted strings in plain-string queries (#383
(https://github.com/alphapapa/org-ql/issues/383)).

File: README.info, Node: 073, Next: 072, Prev: 074-pre, Up: Changelog
File: README.info, Node: 073, Next: 072, Prev: 074, Up: Changelog
5.2 0.7.3
=========
@ -1777,74 +1779,74 @@ GPLv3

Tag Table:
Node: Top225
Node: Contents1827
Node: Screenshots1950
Node: Installation2068
Node: Quelpa2582
Node: Helm support3110
Node: Usage3513
Node: Commands3911
Node: org-ql-find4355
Node: org-ql-refile4821
Node: org-ql-search5144
Node: helm-org-ql6840
Node: org-ql-view7218
Node: org-ql-view-sidebar7748
Node: org-ql-view-recent-items8128
Node: org-ql-sparse-tree8624
Node: Queries9424
Node: Non-sexp query syntax10541
Node: General predicates12300
Node: Ancestor/descendant predicates19287
Node: Date/time predicates20415
Node: Functions / Macros23539
Node: Agenda-like views23837
Ref: Function org-ql-block23999
Node: Listing / acting-on results25260
Ref: Caching25468
Ref: Function org-ql-select26381
Ref: Function org-ql-query28807
Ref: Macro org-ql (deprecated)30581
Node: Custom predicates30896
Ref: Macro org-ql-defpred31120
Node: Dynamic block34561
Node: Links37285
Node: Tips37972
Node: Changelog38296
Node: 074-pre39109
Node: 07339221
Node: 07239957
Node: 07140876
Node: 0741685
Node: 06344609
Node: 06245140
Node: 06145445
Node: 0646013
Node: 05249067
Node: 05149369
Node: 0549794
Node: 04951325
Node: 04851607
Node: 04751956
Node: 04652365
Node: 04552773
Node: 04453134
Node: 04353493
Node: 04253696
Node: 04153857
Node: 0454104
Node: 03258205
Node: 03158608
Node: 0358805
Node: 02362105
Node: 02262339
Node: 02162619
Node: 0262824
Node: 0166902
Node: Notes67003
Node: Comparison with Org Agenda searches67165
Node: org-sidebar68054
Node: License68333
Node: Contents1819
Node: Screenshots1942
Node: Installation2060
Node: Quelpa2574
Node: Helm support3102
Node: Usage3505
Node: Commands3903
Node: org-ql-find4347
Node: org-ql-refile4813
Node: org-ql-search5136
Node: helm-org-ql6832
Node: org-ql-view7210
Node: org-ql-view-sidebar7740
Node: org-ql-view-recent-items8120
Node: org-ql-sparse-tree8616
Node: Queries9416
Node: Non-sexp query syntax10533
Node: General predicates12292
Node: Ancestor/descendant predicates19279
Node: Date/time predicates20407
Node: Functions / Macros23531
Node: Agenda-like views23829
Ref: Function org-ql-block23991
Node: Listing / acting-on results25252
Ref: Caching25460
Ref: Function org-ql-select26373
Ref: Function org-ql-query28799
Ref: Macro org-ql (deprecated)30573
Node: Custom predicates30888
Ref: Macro org-ql-defpred31112
Node: Dynamic block34553
Node: Links37277
Node: Tips37964
Node: Changelog38288
Node: 07439093
Node: 07339305
Node: 07240037
Node: 07140956
Node: 0741765
Node: 06344689
Node: 06245220
Node: 06145525
Node: 0646093
Node: 05249147
Node: 05149449
Node: 0549874
Node: 04951405
Node: 04851687
Node: 04752036
Node: 04652445
Node: 04552853
Node: 04453214
Node: 04353573
Node: 04253776
Node: 04153937
Node: 0454184
Node: 03258285
Node: 03158688
Node: 0358885
Node: 02362185
Node: 02262419
Node: 02162699
Node: 0262904
Node: 0166982
Node: Notes67083
Node: Comparison with Org Agenda searches67245
Node: org-sidebar68134
Node: License68413

End Tag Table