From b8eec6b96ed91c408f5ba3fef614c031cb5b50d7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 5 Nov 2021 21:53:03 -0400 Subject: Release version 0.3.0 --- Documentation/RelNotes/0.3.0.txt | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/RelNotes/0.3.0.txt diff --git a/Documentation/RelNotes/0.3.0.txt b/Documentation/RelNotes/0.3.0.txt new file mode 100644 index 0000000..1dadc07 --- /dev/null +++ b/Documentation/RelNotes/0.3.0.txt @@ -0,0 +1,43 @@ +piem v0.3.0 release notes +========================= + +Changes since v0.2.0 +-------------------- + + * Which directory piem-inject-thread-into-maildir uses can now be + configured per-project via the :maildir keyword in a project's + piem-inboxes entry. + + * piem-inboxes can be populated from ~/.public-inbox/config, which is + useful for those that mirror inboxes locally (e.g., for fast + public-inbox-httpd or public-inbox-nttpd access or for use with + public-inbox's new lei command). + + * The b4-am transient learned some new options, keeping up with + upstream changes in b4. + + * piem-use-magit is no longer set to nil when piem is loaded before + Magit. Users that want to disable Magit support even though it's + available and loaded on their system must explicitly set + piem-use-magit to nil. + + * New library piem-lei.el provides undocumented, incomplete, and + experimental support for public-inbox's 'lei q' command (added in + public-inbox v1.7). + + * New library piem-rmail.el provides basic Rmail integration. + + * The documentation describing how piem-b4-am-ready-from-mid gets a + message ID's thread has been improved. + + * The documentation now specifies that the :coderepo keyword of + piem-inboxes should point to a working tree, unlike public-inbox's + publicinbox.$inbox.coderepo. + + +Fixes since v0.2.0 +------------------ + + * piem-b4-am-from-mid assumed that, if the buffer at point is + associated with an inbox, its message ID matches the target message + ID, which may not be the case for non-interactive calls. -- cgit v1.2.3