about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-07-03 17:26:48 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-07-03 17:26:48 +0200
commite7442fcc72d0720d0b2190795958aa235b22a909 (patch)
tree5eefbbff3778e35569d07a776d98b2966aaafe55 /NEWS.md
parent54283ebeeedbd29c7b151be8c1ecdd054ed5595f (diff)
downloadmblaze-e7442fcc72d0720d0b2190795958aa235b22a909.tar.gz
mblaze-e7442fcc72d0720d0b2190795958aa235b22a909.tar.xz
mblaze-e7442fcc72d0720d0b2190795958aa235b22a909.zip
seq: - now refers to the message on stdin, use .- for previous message
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 6db5c03..5e18d66 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,12 @@
+## 1.0
+
+* Caution! Backwards incompatible changes:
+  * As a message name, `-` now refers to the message on the standard input,
+    and not the the previous message anymore.  Use `.-` to refer to
+    the previous message in a short way.
+    The tools will print a warning if you use `-` and the standard input
+    comes from a TTY.
+
 ## 0.7 (2020-05-15)
 
 * All tools now follow symlinks to mails.
@@ -28,7 +37,7 @@
 
 * New tool msearch to wrap several mail indexers.
 * New zsh completion _mblaze.
-* mnext/mprev were removed (you can call `mless +`/`mless -`).
+* mnext/mprev were removed (you can call `mless +`/`mless .-`).
 * The GnuPG tools in contrib/ now use gpg2.
 * mshow exits with error if it could not extract all attachments
 * mrep: add -noquote to disable quoting the message replied to