Use version filter to narrow down the changelog, for example,
2.0 for changes since v2.0;
2.0..3.0 for changes between v2.0 and v3.0;
0..3.0 for changes up until v3.0.
|
Product Version
|
Publish Date |
|
2.3
|
2026-09-22 |
|
2.2.0.5 Beta
|
2026-09-15 |
| Add a password strength indicator that rates generated passwords by entropy. |
| Updated Russian language file. |
|
2.2.0.4 Beta
|
2026-08-12 |
| Implement a cryptographically secure random generator (BCrypt on Windows, urandom on Linux), and use it by default. |
| Add an option to fallback to statistical (non-cryptographic) random generator (Mersenne Twister). |
| Handle custom password characters beyond the Basic Multilingual Plane, i.e. 3 and 4-byte Unicode characters. |
| Add word lists: BIP-39 English, Orchard Street Medium, Orchard Street Long. |
|
2.2.0.3 Beta
|
2026-05-24 |
| Change the build environment to Lazarus 3.8. |
| Refactor the handling of application version information. |
| Refactor the mechanism for delayed method execution. |
| Refactor the shell file open function. |
| Add a main menu option to open the online documentation. |
| Remove the menu option for showing command line usage instructions, in favour of the online documentation. |
| Update online documentation links to point to the new platform. |
| Update legacy URLs. |
|
2.2.0.2 Beta
|
2024-09-17 |
| Auto scaling of controls for High DPI displays. |
|
2.2.0.1 Beta
|
2024-09-08 |
| Upgrade the build environment to Lazarus 3.2 + FPC 3.2.2. |
| Change the template language file from "*.po" to "*.pot". |
| Clean up "msgctxt" lines in PO files. |