Skip to content

v2.0.1

Compare
Choose a tag to compare
@saturneric saturneric released this 08 Dec 17:26
· 1235 commits to main since this release

After hard work, I rewrote the core of GpgFrontend, modified tens of thousands of lines of code, and most of the bugs I knew. Since the core part of the code and the organizational structure are different from the previous version, the version number of this version of GpgFrontend starts from v2.

Starting from v2, the development work of GpgFrontend will focus on continuing to improve its ease of use and strengthening existing functions, using an automatic test system to solve problems in use. GpgFrontend will also actively try to add more language support so that more people can use it.

GpgFrontend's translation work is now very simple. You only need to find out the improper translation and make a little correction. If you are interested, please contact me. The localized language will be automatically set, but if you think there is a problem with the translation, you can modify it to the English version in the settings.

Languages Supported Now: 'zh_CN', 'es_ES', 'zh_TW', 'zh_HK', 'fr_FR', 'de_DE', 'pl_PL', 'ru_RU', 'ja_JP', 'it_IT', 'ko_KR', 'pt_BR', 'ar_SA', 'ar_IQ', 'hi_IN'

The improvements made in this version are as follows:

  1. File browser problem fixed.
  2. Large file reading problem fixed.
  3. Optimization of encryption and signature process.
  4. The hash of the file can now be calculated.
  5. File browser path input prompt.
  6. UI Improve.
  7. Improvements in cross-platform compatibility.
  8. Ability to generate revocation certificates.
  9. Ability to change the password of the master key.
  10. Tell gnupg about changes to your TOFU policy.
  11. When the public key does not exist, you will be prompted for automatic import operation.
    12: and so on...