MikroLock Changelog

What's new in MikroLock 1.2

Mar 7, 2018
  • GUI: added checkbox to show the passphrase

New in MikroLock 1.1 (Jun 16, 2016)

  • added Argon2 as possible key derivation function (--kdf)
  • changed wording of miniLock-ID to Lock-ID
  • GUI: added --portable command line option to save config files in the current
  • working directory instead of the user directory
  • GUI W32: shows progress in task bar (Windows 7 and later)

New in MikroLock 0.15 (May 4, 2016)

  • GUI: ignores own miniLock ID also in recipient list if "Omit my ID" is checked

New in MikroLock 0.14 (May 4, 2016)

  • name changed to MikroLock
  • minor documentation fixes

New in MikroLock 0.13 (May 4, 2016)

  • number of recipient IDs no longer restricted
  • GUI: fixed minor issues

New in MikroLock 0.12 (May 4, 2016)

  • increased allowed recipient ID count to 128
  • CLI: added --list option
  • GUI: fixed minor issues

New in MikroLock 0.11 (May 4, 2016)

  • GUI: changed bad mail format icon
  • GUI: fixed layout issues
  • GUI: added drag and drop icon
  • GUI: save out dir and encryption options
  • GUI: fixed threading issue
  • W32 CLI: fixed hash progress output
  • W32 CLI: fixed stripping of destination filename

New in MikroLock 0.10 (May 4, 2016)

  • Bugs + suggestions sent by Bene
  • CLI: added -R option
  • GUI: added random output filename checkbox
  • GUI: added recipient list tooltips
  • GUI: fixed statusbar update issues
  • GUI: allows drag and drop only in the input/output screen
  • GUI: added browse destination directory button

New in MikroLock 0.9 (May 4, 2016)

  • Bugs + suggestions sent by Bene & A. Sturthe
  • new errors if input file is empty or if output file exists
  • GUI: updated passphrase tooltips
  • GUI: fixed passphrase security notification
  • GUI: fixed encryption prompt after changing out directory
  • GUI: fixed diceware.com link clickability
  • GUI: added ID text file import and clear ID buttons
  • GUI: updated manual

New in MikroLock 0.8 (May 4, 2016)

  • added README_DE and more icons/desktop integration files
  • CLI: added passphrase security hint
  • GUI: fixed UTF8 file path handling
  • GUI: added passphrase security notification icon
  • GUI: added manual
  • W32: added installer

New in MikroLock 0.7 (May 4, 2016)

  • CLI: fixed error message if passphrase or salt prevents decryption
  • GUI: replaced QML application by a new Widgets interface
  • GUI: mlock-gui may be invoked with a filename as first argument

New in MikroLock 0.6 (May 4, 2016)

  • fixed library linking order in src/makefile
  • CLI: added --quiet option
  • CLI: added hashing progress output
  • W32: added mlock.exe

New in MikroLock 0.5 (May 4, 2016)

  • CLI: fixed progress output
  • GUI: added German translation, improved responsiveness

New in MikroLock 0.4 (May 4, 2016)

  • replaced crypto_scrypt call by libsodium's crypto_pwhash_scryptsalsa208sha256_ll
  • removed OpenSSL lib dependency

New in MikroLock 0.3 (May 4, 2016)

  • added optional QML GUI

New in MikroLock 0.2 (May 4, 2016)

  • added progress info output
  • replaced ftell by ftello and fseek by fseeko
  • added --pinentry flag