Skip to content

Commit 6618318

Browse files
committed
Update readme, version header
1 parent d500d28 commit 6618318

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.org

+5
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,11 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
398398

399399
/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.
400400

401+
** 0.4.8
402+
403+
*Fixed*
404+
+ Multiple sorters not preserved when refreshing views. (Fixes [[https://github.com/alphapapa/org-ql/issues/136][#136]], [[https://github.com/alphapapa/org-ql/pull/137][#137]]. Thanks to [[https://github.com/natrys][Imran Khan]].)
405+
401406
** 0.4.7
402407

403408
*Fixed*

org-ql.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Author: Adam Porter <adam@alphapapa.net>
44
;; Url: https://github.com/alphapapa/org-ql
5-
;; Version: 0.4.6
5+
;; Version: 0.4.8
66
;; Package-Requires: ((emacs "26.1") (dash "2.13") (dash-functional "1.2.0") (f "0.17.2") (org "9.0") (org-super-agenda "1.2-pre") (ov "1.0.6") (peg "0.6") (s "1.12.0") (ts "0.2-pre"))
77
;; Keywords: hypermedia, outlines, Org, agenda
88

0 commit comments

Comments
 (0)