summarylogtreecommitdiffstats
path: root/zulucrypt.changelog
diff options
context:
space:
mode:
authorAlain Spaite (Domspaite)2016-09-01 13:13:31 +0200
committerAlain Spaite (Domspaite)2016-09-01 13:13:31 +0200
commit336c36694786323602d70dbbdb8abd624433fa41 (patch)
tree2dc14f0e47e05e00da47cec2d0d760df38e0de89 /zulucrypt.changelog
parent9ffa845210d3b257f719d4f30385dc8c109183d8 (diff)
downloadaur-336c36694786323602d70dbbdb8abd624433fa41.tar.gz
V5.0.1
Diffstat (limited to 'zulucrypt.changelog')
-rw-r--r--zulucrypt.changelog35
1 files changed, 35 insertions, 0 deletions
diff --git a/zulucrypt.changelog b/zulucrypt.changelog
index a2852d71d7e3..3f895dfc0238 100644
--- a/zulucrypt.changelog
+++ b/zulucrypt.changelog
@@ -218,3 +218,38 @@ version 4.7.6
version 4.7.7
-- add support for creating and opening VeraCrypt volumes that use dynamic mode.
-- make zuluCrypt-gui window and zuluMount-gui window resizable with the new sizes surviving restarts.
+
+version 4.7.8
+-- add support for usage of keys that are made up by a combination of a passphrase and a keyfile."hmac" plugin
+ should be used to unlock volumes generated by this combination.
+-- fix problems caused by updated versions of certain utilities we rely on.
+
+version 4.8.0
+-- fix bug,private mount points were not created with proper permissions.
+
+version 4.9.0
+-- add support for unlocking cryfs(https://www.cryfs.org/) encrypted volumes in zuluMount.
+-- various fixes and improvements
+
+version 5.0.0
+-- add support for creating LUKS volumes that only uses a detached header.The detached header will be created in the
+ user home directory and the volume can not be unlocked without this detached header.The detached header can be
+ reattached later on through zuluCrypt-gui->menu->Volumes->Restore Volume Header.
+-- its now possible to create a shared mount point when unlocking a volume in zuluCrypt-gui
+-- its now possible to unlock VeraCrypt volumes from favorite feature in zuluCrypt-gui
+-- add complete French translation to both zuluCrypt-gui and zuluMount-gui
+-- try to silently solve problems caused by other tools mounting zuluCrypt's encryption mapper.
+-- add support for creating a "plain dm-crypt" volume at a "none zero offset".This type of volume is useful as a
+ "poor man's version of a hidden volume feature in TrueCrypt and VeraCrypt".Best thing about this type of hidden
+ volume is that the outer volume can be anything including an "exposed file system".Currently,only zuluMount-gui can
+ open this type of volume by clicking "options" followed by "Set Volume Offset" on the mounting dialog prompt.
+-- Qt5 is now the default Qt dependency.
+
+version 5.0.1
+-- languages can be changed without requiring a restart.
+-- add ability to use custom icons. Icons can be changed in zuluCrypt-gui through "menu->options->select icons" and in
+ zuluMount-gui through "menu->select icons". User specific icons can be added by placing them at
+ "$INSTALL_PREFIX/icons/hicolor/48x48/apps". zuluCrypt-gui icons must be in "zuluCrypt.ICON_NAME.png" format and
+ zuluMount-gui icons must be in "zuluMount.ICON_NAME.png" format.
+-- zuluMount-gui can now unlock cryfs,encfs,gocryptfs and securefs based encrypted volumes.
+-- add full support for German translation.