From f168d8b206a90c6d76cfc062a781228d53fbeb84 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Tue, 9 Feb 2021 17:15:12 +0100 Subject: Release 0.2.0 Signed-off-by: Xinglu Chen --- ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..4bd1b92 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,42 @@ +-*- mode: org -*- +* Release 0.2.0 +Changes since 0.1.0: + +- Four new optional libraries for integration with other packages: + + - ~git-email-gnus~ sets some variables to make ~git-email~ play + nicely with the Gnus message composition buffer. + + - ~git-email-notmuch~ sets some variables to make ~git-email~ play + nicely with the notmuch mail client. + + - ~git-email-magit~ adds extra infix arguments to the transient + command for ~magit-patch-create~ for making it easier to directly + sending your patches via email. + + - ~git-email-piem~ sets some variables for determining the "to" + address of a message by reading the ~piem-inboxes~ variable. + +- ~git-email~ is now a nix flake, meaning Nix users can easily install + the package into their environment. + +- ~git-email~ now has an Info manual that documents all the options and + gives some suggestions of the workflow to use. + +- The functionality for applying patches was removed in favor of the + piem[fn:1] packagge + +- Minor bug fixes + +[1] https://git.kyleam.com/piem + +* Release 0.1.0 +Initial release of git-email. + +- Three major functionalities were introduced: + + - The ability to select patches to send via email. + + - The ability to generate patches and then send them via email. + + - Primitive support for applying a patch from a buffer. -- cgit v1.2.3