aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 518e87cf65c82d6a01205f15a180b83660fa9d21 (plain)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# -*- mode: org; -*-

* Changes since

  - Change the description to emphasize the idea that ~dispass.el~ is
    only a wrapper around DisPass.

  - Simplify ~dispass-add-label~ and ~dispass-remove-label~ by deferring
    their functionality to the ~dispass-label~ executable.

  - Fix some style warnings for various docstrings.

* Changes in v1.1.1

  - Clean up the output from DisPass when prompting, trim whitespace
    from the front and end of the prompt.

  - Don't have the filter try and kill the bufer, the sentinel should
    handle this.

  - Don't call ~dispass-add-label~ in ~dispass-create~, let DisPass
    handle this.

  - Fix a bug that would cause a new window to be created each time
    the dispass.el completion was built.

* Changes in v1.1

  - Use ~dispass-label~ to get a list of labels the user has maed, use
    this for ~dispass-list-labels~ and adding completion options for
    ~dispass~.

* Changes in v1

  - Add the ~dispass-list-labels~ command, which shows a list of all
    the labels in ~dispass-file~.  Some management of labels is
    possible in this list, namely adding and deleting labels.

  - ~dispass-create~ automatically adds "created" labels to
    ~dispass-file~.

  - Store a default length in ~dispass-default-length~.  When no length
    is given or found in the labels file, this length will be passed
    on to DisPass.

  - Fix the regular expression used in ~dispass-process-filter-for~ to
    support DisPass v0.1a8.

* Changes in v0.1a7.3

  - Add the possibility to cut passwords short by using a numeric
    prefix argument.

  - Add the ~dispass-executable~ option, which holds the location of the
    DisPass executable script.  It can be changed through the Emacs
    customization interface.

  - Add a customization group named ~dispass~, it is found under the
    ~External~ group.

* Changes in v0.1a7.2

  - Kill the buffer when we're winished with it.

* Changes in v0.1a7.1

  - Don's show the password, copy it directly into the clipboard.

* Notes about v0.1a7

  - Initial release