From 679a9a244e13676e8956b5808012ac9274ec8999 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 18 Jun 2023 12:18:39 -0400 Subject: Release version 0.5.0 --- Documentation/RelNotes/0.5.0.txt | 37 +++++++++++++++++++++++++++++++++++++ Documentation/piem.texi | 2 +- piem.el | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 Documentation/RelNotes/0.5.0.txt diff --git a/Documentation/RelNotes/0.5.0.txt b/Documentation/RelNotes/0.5.0.txt new file mode 100644 index 0000000..0e6c7fc --- /dev/null +++ b/Documentation/RelNotes/0.5.0.txt @@ -0,0 +1,37 @@ +piem v0.5.0 release notes +========================= + +Changes since v0.4.0 +-------------------- + + * New library piem-debbugs.el provides Debbugs mode integration. + + * New :gnu-package property enables mapping a message to an inbox via + the X-GNU-PR-Package header (present on + messages). + + * An inbox can now be linked to multiple repositories by setting + :coderepo to a list. + + * :url values in piem-inboxes no longer require a trailing slash. + + * piem-inject-thread-into-maildir gained an INBOX argument to enable + Lisp callers to specify an inbox. Thanks to zimoun for the + suggestion. + + * The piem-b4-am transient now includes --cc-trailers (added in b4 + v0.6.0). + + * The logic to insert a Message-ID header when + piem-add-message-id-header is non-nil has been updated to account + for a recent change in how Git spells the header. + + * piem-am now reorders attachments to be more helpful in cases where + the sender attaches the patches out of order. Thanks for Ihor + Radchenko for the suggestion. + +Fixes since v0.4.0 +------------------ + + * piem-gnus-mid-to-thread didn't consider that + gnus-summary-display-article may dump a message in mbox format. diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 091a054..45c6a5c 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@set VERSION 0.4.0 +@set VERSION 0.5.0 @setfilename piem.info @documentencoding UTF-8 diff --git a/piem.el b/piem.el index d202e15..e2ded3f 100644 --- a/piem.el +++ b/piem.el @@ -4,7 +4,7 @@ ;; Author: Kyle Meyer ;; Keywords: vc, tools -;; Version: 0.4.0 +;; Version: 0.5.0 ;; Package-Requires: ((emacs "26.3") (transient "0.3.0")) ;; Homepage: https://git.kyleam.com/piem/about/ -- cgit v1.2.3