@@ -3,6 +3,33 @@ 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
5
## [ Unreleased]
6
+ ## [ 3.5.0] - 2021-01-12
7
+ ### Added
8
+ - PB-13161 As LU I should be able to passbolt with my Android mobile
9
+ - PB-13161 As LU I should be able to passbolt with my IOS mobile
10
+ - PB-13321 As a user I can use passbolt in Dutch
11
+ - PB-13321 As a user I can use passbolt in Japanese
12
+ - PB-13321 As a user I can use passbolt in Polish
13
+
14
+ ### Improved
15
+ - PB-9402 As LU I should be able to create and import passwords having a name and username of 255 characters long
16
+ - PB-13178 As a user visiting the web stores I should be aware that the application supports multiple languages
17
+ - PB-9748 Optimize in-form menu integration performance by avoiding the CTA mutation observer to be called when passbolt manipulates the DOM itself
18
+
19
+ ### Security
20
+ - PB-13162 Upgrade QRCode library to v1.5.0
21
+
22
+ ### Fixed
23
+ - PB-12819 Fix as LU I should autofill/auto-save on forms having only a password field
24
+ - GITHUB-136 Fix as LU I want to see the in-form menu CTA well positioned on pages having no scroll but CSS transformation
25
+ - GITHUB-137 Fix as a user I should see the in-form menu CTA on modal having a z-index greater that 1000
26
+ - PB-13268 As LU I should be able to put comma in my user names
27
+ - PB-12873 As LU I shouldn’t see double escaped characters on the translation of strings including variables
28
+
29
+ ### Maintenance
30
+ - PB-12955 Fix error and warning messages in unit test console
31
+ - PB-13309 Upgrade dev dependency webpack-dev-server to v4.7.2
32
+
6
33
## [ 3.4.0] - 2021-12-01
7
34
### Added
8
35
- PB-9826 As a user I want to use passbolt natively on Edge
@@ -722,7 +749,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
722
749
- AP: User with plugin installed
723
750
- LU: Logged in user
724
751
725
- [ Unreleased ] : https://github.com/passbolt/passbolt_browser_extension/compare/v3.4.0...HEAD
752
+ [ Unreleased ] : https://github.com/passbolt/passbolt_browser_extension/compare/v3.5.0...HEAD
753
+ [ 3.5.0 ] : https://github.com/passbolt/passbolt_browser_extension/compare/v3.4.0...v3.5.0
726
754
[ 3.4.0 ] : https://github.com/passbolt/passbolt_browser_extension/compare/v3.3.1...v3.4.0
727
755
[ 3.3.1 ] : https://github.com/passbolt/passbolt_browser_extension/compare/v3.3.0...v3.3.1
728
756
[ 3.3.0 ] : https://github.com/passbolt/passbolt_browser_extension/compare/v3.2.3...v3.3.0
0 commit comments