|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/).
|
4 | 4 |
|
| 5 | +## [4.3.0] - 2023-09-26 |
| 6 | +### Added |
| 7 | +- PB-25405 As an administrator installing passbolt through the web installer, I should be able to configure authentication method for SMTP |
| 8 | +- PB-25185 As a signed-in user on the browser extension, I want to export my account to configure the Windows application |
| 9 | +- PB-25944 As an administrator I can define the schema on installation with Postgres |
| 10 | +- PB-25497 As an administrator I can disable users (experimental) |
| 11 | + |
| 12 | +### Improved |
| 13 | +- PB-25999 Performance optimisation of update secret process |
| 14 | +- PB-26097 Adds cake.po translation files for all languages supported by CakePHP |
| 15 | + |
| 16 | +### Security |
| 17 | +- PB-25827 As a user with encrypted message enabled in the email content visibility, I would like to see the gpg message encrypted with my key when a password is updated |
| 18 | + |
| 19 | +### Fixed |
| 20 | +- PB-25802 As a user I want to see localized date in my emails |
| 21 | +- PB-25863 Fix emails not sent due to message-id header missing |
| 22 | +- PB-27799 As an administrator installing passbolt on PostgreSQL, the database encoding should be set to utf-8 |
| 23 | + |
| 24 | +### Maintenance |
| 25 | +- PB-25894 Run CI on postgres versions 13 and 15 instead of version 12 only |
| 26 | +- PB-25969 As a developer, I can render emails in tests with html special chars |
| 27 | +- PB-26107 Upgrade the cakephp/chronos library |
| 28 | +- PB-26159 Update singpolyma/openpgp-php to improve compatibility with PHP 8.2 |
| 29 | +- PB-25247 Add integration tests on the MFA select provider endpoint |
| 30 | + |
| 31 | +## [4.3.0-test.2] - 2023-09-25 |
| 32 | +### Fixed |
| 33 | +- PB-27799 As an administrator installing passbolt on PostgreSQL, the database encoding should be set to utf-8 |
| 34 | + |
| 35 | +## [4.3.0-rc.1] - 2023-09-21 |
| 36 | +### Added |
| 37 | +- PB-25405 As an administrator installing passbolt through the web installer, I should be able to configure authentication method for SMTP |
| 38 | +- PB-25185 As a signed-in user on the browser extension, I want to export my account to configure the Windows application |
| 39 | +- PB-25944 As an administrator I can define the schema on installation with Postgres |
| 40 | +- PB-25497 As an administrator I can disable users (experimental) |
| 41 | + |
| 42 | +### Improved |
| 43 | +- PB-25999 Performance optimisation of update secret process |
| 44 | +- PB-26097 Adds cake.po translation files for all languages supported by CakePHP |
| 45 | + |
| 46 | +### Security |
| 47 | +- PB-25827 As a user with encrypted message enabled in the email content visibility, I would like to see the gpg message encrypted with my key when a password is updated |
| 48 | + |
| 49 | +### Fixed |
| 50 | +- PB-25802 As a user I want to see localized date in my emails |
| 51 | +- PB-25863 Fix emails not sent due to message-id header missing |
| 52 | + |
| 53 | +### Maintenance |
| 54 | +- PB-25894 Run CI on postgres versions 13 and 15 instead of version 12 only |
| 55 | +- PB-25969 As a developer, I can render emails in tests with html special chars |
| 56 | +- PB-26107 Upgrade the cakephp/chronos library |
| 57 | +- PB-26159 Update singpolyma/openpgp-php to improve compatibility with PHP 8.2 |
| 58 | +- PB-25247 Add integration tests on the MFA select provider endpoint |
| 59 | + |
| 60 | +## [4.3.0-test.1] - 2023-09-15 |
| 61 | +### Added |
| 62 | +- PB-25497 As an administrator I can disable users |
| 63 | +- PB-25405 As an administrator installing passbolt through the web installer, I should be able to configure authentication method for SMTP |
| 64 | +- PB-25185 As a signed-in user on the browser extension, I want to export my account to configure the Windows application (disabled by default) |
| 65 | +- PB-25944 As an administrator I can define the schema on installation with Postgres |
| 66 | + |
| 67 | +### Improved |
| 68 | +- PB-25999 Improve performance of update secret process |
| 69 | +- PB-26097 Adds cake.po translation files for all languages supported by CakePHP |
| 70 | + |
| 71 | +### Security |
| 72 | +- PB-25827 As a user with encrypted message enabled in the email content visibility, I would like to see the gpg message encrypted with my key when a password is updated |
| 73 | + |
| 74 | +### Fixed |
| 75 | +- PB-25802 As a user I want to see localized date in my emails |
| 76 | +- PB-25863 Set message-id header in emails |
| 77 | + |
| 78 | +### Maintenance |
| 79 | +- PB-25894 Run CI on postgres versions 13 and 15 instead of version 12 only |
| 80 | +- PB-25969 As a developer, I can render emails in tests with html special chars |
| 81 | +- PB-26107 Upgrade the cakephp/chronos library |
| 82 | +- PB-26159 Update singpolyma/openpgp-php to improve compatibility with PHP 8.2 |
| 83 | +- PB-25247 Add integration tests on the MFA select endpoint |
| 84 | + |
5 | 85 | ## [4.2.0] - 2023-08-24
|
6 | 86 | ### Added
|
7 | 87 | - PB-24987 As an administrator I can define the password policies from the administration UI
|
|
0 commit comments