-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGES
83 lines (45 loc) · 1.5 KB
/
CHANGES
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
72
73
74
75
76
77
78
79
80
81
82
83
Release history
===============
Version 2.0
-----------
Released on 2019-04-27
* Port to Rust
* Breaking changes:
- Configuration format is now TOML instead of INI
- Password generator has no default value anymore
- Drop support for hooks
- Drop support for getting or setting multiple secrets at once
Version 1.3
-----------
Released on 2012-06-13
* Respect SALADIR when creating subdirectories with 'set'.
* Add a bash completion script: contrib/sala-completion.bash.
* Move the repository state to the .sala subdirectory. .salakey
becomes .sala/key and sala.conf becomes .sala/config.
* Add support for hooks in .sala/hooks. Initially, the post-set hook
is supported.
Version 1.2
-----------
Released on 2011-12-31
* Add -r option for raw output format.
* Allow setting the store location with SALADIR environment variable
and -C command line option.
* Add support for Python 3.2, drop support for Python 2.5.
* Drop the GnuPGInterface dependency. Sala now implements its own
GnuPG wrapper.
* Add man page (in ReST format), move most of README there.
* Improve portability.
* Add a regression test suite (cram is required to run the tests).
Version 1.1
-----------
Released on 2011-02-02
* Add support for Python 2.5.
* Read configuration from ``$XDG_CONFIG_HOME/sala.conf``, too.
Version 1.0.1
-------------
Released on 2011-01-19
* Distribute README.rst, LICENSE and CHANGES with the source tarball.
Version 1.0
-----------
Released on 2011-01-18
* Initial release.