aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 4bd1b927f7bfd2d25ef91176063da36417dacab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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.