about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-17 16:26:47 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-17 16:26:47 +0200
commitc6c8fb8d7cde685c0bd1d69e28261e05ca33b54f (patch)
tree7ce6542a2a61d5261fdf2770c558746d97dddf22 /NEWS.md
parent4c592759a29702b8daa9e92028a5ecef95b9a393 (diff)
downloadmblaze-c6c8fb8d7cde685c0bd1d69e28261e05ca33b54f.tar.gz
mblaze-c6c8fb8d7cde685c0bd1d69e28261e05ca33b54f.tar.xz
mblaze-c6c8fb8d7cde685c0bd1d69e28261e05ca33b54f.zip
add NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 0000000..cec68bf
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,17 @@
+## 0.2 (2017-07-17)
+
+* New sequence syntax `m:+n` for `n` messages after message `m`.
+* Threading shortcuts `=`, `_`, `^` for `.=`, `._`, `.^`.
+* Sequence related errors are now reported.
+* minc and mlist normalize slashes in paths.
+* mfwd now generates conforming message/rfc822 parts.
+* mthread can add optional folders (e.g. your outbox) to resolve message ids.
+* mcom now adds Date: just before sending or cancelling the mail.
+* VIOLATIONS.md documents how mblaze works with certain common mistakes.
+* Full documentation revamp by Larry Hynes.
+* Fix rare crash looking for mail body.
+* Numerous small bug and portability fixes.
+
+## 0.1 (2017-06-24)
+
+* Initial release