summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-08-05 01:46:01 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-08-05 01:46:01 +0200
commit4876cba1ab3abd42f0ef871090b763e9fba05ba5 (patch)
tree629185978092325b4ca223f6fe7245ef071a812e /NEWS
parent2ee94cd0f9c6de1a0ca79f2ef44b414071db04e3 (diff)
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 4 insertions, 16 deletions
diff --git a/NEWS b/NEWS
index 116d32f4..a919a4ed 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ next:
* feature: Themes can now be loaded from system locations
* bug fix: GPG signatures are acutally verified
* feature: option to use linewise focussing in thread mode
+* feature: add support to move to next or previous message matching a notmuch query in a thread buffer
0.5:
* save command prompt, recipient and sender history across program restarts
@@ -24,7 +25,6 @@ next:
* indicate untrusted PGP signatures in thread view
* more flexible account selection for replies
-
0.3.7:
* new config option: msg_summary_hides_threadwide_tags
* new config setting: thread_subject
@@ -37,7 +37,6 @@ next:
* switched to setuptools
* detached urwidtrees library into separate project (and new dependency)
-
0.3.6:
* implement vim-style "move last" command (bound to G)
* fixes in reply/forwarding
@@ -48,7 +47,6 @@ next:
* new "tomorrow" colour theme
* Add some Emacs keybindings for prompts
-
0.3.5:
* full support for PGP/MIME [de|en]cryption and signatures
* add missing "unattach" command in envelope buffer
@@ -103,7 +101,6 @@ next:
* indicate (yet uninterpreted) input queue in the status bar
* handle python exceptions that occur during 'call' command
-
0.3.2:
* fix bad GPG signatures for mails with attachments
* new theme-files + tags section syntax
@@ -120,7 +117,6 @@ next:
* new config option "attachment_prefix"
* various small fixes for libmagic, header encoding and decoding
-
0.3.1:
* use separate database for each write-queue entry when flushing
* fix behaviour of editor spawning
@@ -146,9 +142,7 @@ next:
* emacs-style C-a and C-E in prompts
* added ability to sign outgoing mails via PGP/MIME
-
0.3:
-
* revised config syntax!
* config file validation, better feedback on malformed configs
* themes read from separate files in their own (validated) syntax
@@ -178,9 +172,7 @@ next:
* new search mode commands: "tag" and "untag"
* custom tagstring representation: hiding, substitution, colours, multi-matching
-
-0.21
-
+0.21:
* avoid traceback infos from getting written on top of the ui
* new "--help" output, autogenerated manpage
* version string extracted from git for cli option "--version"
@@ -201,9 +193,7 @@ next:
* envelope.headers stores lists of values for each key now
* default binding: 's' to 'toggletag unread' in search buffers
-
-0.20
-
+0.20:
* extensive API docs
* fancy shortening for authors list
* moved default location for config to ~/.config/alot/config
@@ -218,9 +208,7 @@ next:
* bindings help
* tons of fixes
-
-0.11
-
+0.11:
This minor release is mostly bug fixes and some small features.
I wanted to release a more stable and usable version before I start
hacking on a thread view rewrite.