mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-04-07 02:01:51 +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
|
# Tomb ChangeLog
|
||||||
|
|
||||||
## 1.6
|
## 2.0
|
||||||
### September 2014
|
### November 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.
|
|
||||||
|
|
||||||
|
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
|
## 1.5.3
|
||||||
### June 2014
|
### June 2014
|
||||||
|
Loading…
x
Reference in New Issue
Block a user