EncryptPad Changelog

What's new in EncryptPad 0.5.0.4 Beta

Apr 8, 2024
  • CHANGELOG:
  • Update Botan to 2.19.4
  • Use svg icons from the Breeze project to resolve the appearance in 2K/4K resolution screens
  • Add basic printing functionality
  • Show the current path in the file properties
  • Add Close menu item
  • Add calculator functionality to evaluate an expression in the current line
  • Display the remaining number of S2K derivations that can be used to save the file without entering the passphrase
  • Create a new file from the command line argument
  • Known issues:
  • Users and packagers should not build against Botan 2.9.0 because of an issue in the library. You can check your version as follows: pkg-config --modversion botan-2 See issue 82 for the details.
  • On macOS versions from Sierra EncryptPad icon in Docker can change to a question mark. The application will not start. See issue 70 for a solution.
  • WAD format that is used for files encrypted with the persistent key file setting and double protection has changed. Files of this type that are larger than 64 kilobytes are not backward compatible and cannot be opened with 0.3.2.5. This does not apply to gpg and epd files with single encryption and without persistent key file.

New in EncryptPad 0.5.0.3 Beta (Dec 6, 2023)

  • KNOWN ISSUES:
  • Users and packagers should not build against Botan 2.9.0 because of an issue in the library. You can check your version as follows: pkg-config --modversion botan-2 See issue 82 for the details.
  • On macOS versions from Sierra EncryptPad icon in Docker can change to a question mark. The application will not start. See issue 70 for a solution.
  • WAD format that is used for files encrypted with the persistent key file setting and double protection has changed. Files of this type that are larger than 64 kilobytes are not backward compatible and cannot be opened with 0.3.2.5. This does not apply to gpg and epd files with single encryption and without persistent key file.
  • SIGNING AND INTEGRITY PROTECTION:
  • sha1sum.txt is signed with the following OpenPGP public key:
  • EncryptPad (Releases) [email protected] 2048R/A2813E85
  • Key fingerprint = 634B FC0C CC42 6C74 389D 8931 0F1C FF71 A281 3E85
  • ca_signed_pgp_signing_instructions.exe - self-extracting archive signed with Evgeny Pokhilko's Certification Authority certificate to establish a link with OpenPGP public keys.
  • ca_signed_pgp_signing_instructions_for_osx - an OSX executable signed with Evgeny Pokhilko's Certification Authority certificate to establish a link with OpenGPG public keys.

New in EncryptPad 0.5.0.2 Beta (Aug 20, 2022)

  • An option has been added to display line numbers in the editor
  • Bug fix: invalid characters entered by the user are not checked and a bad key file is created on Windows
  • Bug fix: in the file encryption dialogue clearing the passphrase sometimes causes invalid behaviour
  • FakeVim mode: the cursor has become more consistent and presentable
  • FakeVim mode: the native file open dialogue can now be used
  • FakeVim mode: support relative line numbers (rnu)
  • Bug fix: in FakeVim mode the CPU consumption is 100% due to an infinite loop in the Paint event
  • Botan has been updated to version 2.19.2
  • Localization has been updated

New in EncryptPad 0.5.0.1 Beta (Dec 7, 2021)

  • FakeVim mode to enable editing files with Vim-like interface
  • The lock icon has been replaced with a page and lock with the higher quality of the image.
  • Botan has been updated to version 2.18.1
  • The build system has been improved to support more distributions
  • Bug fix: Opening search dialog by using 'CTRL-F' doesn't focus on the find text field