o Fix privacy issue caused by configuration and history files being updated
whenever VeraCrypt is used (reported by Liran Elharar)
o Fix system favorites not always mounting after cold start.
o Solve installer error when updating VeraCrypt on Windows 10.
o Implement decryption of non-system partition/drive.
o Include 64-bit exe files in the installer and deploy them on 64-bit machines for
better performances.
o Allow using drive letters A: and B: for mounting volumes
o Make command line argument parsing more strict and robust (e.g. /lz rejected,
must be /l z)
o Add possibility to show system encryption password in Windows GUI and
bootloader
o Solve "Class Already exists" error that was happening for some users.
o Solve some menu items and GUI fields not translatable
o Make volumes correctly report Physical Sector size to Windows.
o Correctly detect switch user/RDP disconnect operations for autodismount on
session locked.
o Add manual selection of partition when resuming in-place encryption.
o Add command line option (/cache f) to temporarily cache password during
favorites mounting.
o Add waiting dialog for Auto-Mount Devices operations to avoid freezing GUI.
o Add extra information to displayed error message in order to help analyze
reported issues.
o Disable menu entry for changing system encryption PRF since it's not yet
implemented.
o Fix failure to change password when UAC required (inherited from TrueCrypt)
o Minor fixes and changes (see Git history for more details))
Linux:
o Solve installer issue under KDE when xterm not available
o Fix warnings on about/LegalNotice dialogs when wxWidgets linked dynamically
(N/A for official binary)
165