mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 12:57:56 +00:00
updated ChangeLog on upcoming release
This commit is contained in:
parent
e5be8bb36d
commit
39ab5871d5
20
ChangeLog.md
20
ChangeLog.md
@ -1,15 +1,17 @@
|
||||
# Tomb ChangeLog
|
||||
|
||||
## 1.6
|
||||
### September 2014
|
||||
|
||||
The way secrets are handled internally has been refactored to avoid
|
||||
writing anything on the filesystem, improving security and speed.
|
||||
Steganography functions have fixes and improved usability: it is now
|
||||
possible to use an image directly as key i.e. `tomb open -k
|
||||
image.jpg`. Four translations have been contributed: Spanish, French,
|
||||
Russian and German.
|
||||
## 2.0
|
||||
### November 2014
|
||||
|
||||
Tomb goes international: now translated to Russian, French, Spanish
|
||||
and German. GNU gettext required.
|
||||
The usability of steganography has improved: images can now be used
|
||||
directly as keys (-k). Piping keys to stdin now works also across ssh
|
||||
connections. Security improved by avoiding most uses of temporary files.
|
||||
All code has been refactored for readability and integration with zsh
|
||||
features. Signal handlers are now in place, global arrays are used to
|
||||
keep track of temp files. Namespace has been revisioned and corrected,
|
||||
described in [HACKING](docs/HACKING.txt).
|
||||
|
||||
## 1.5.3
|
||||
### June 2014
|
||||
|
Loading…
Reference in New Issue
Block a user