diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-02-09 17:15:12 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-02-12 14:18:13 +0100 |
commit | f168d8b206a90c6d76cfc062a781228d53fbeb84 (patch) | |
tree | 545bd95eac58272bbd3516067b8dcc323e4a0c8b /ChangeLog | |
parent | bee9ff310b8277af9a2766cf0e75746db729a7f9 (diff) |
Release 0.2.0
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
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. |