Skip to content

Commit c892ada

Browse files
committed
PB-13330 Version bump v3.5.0
1 parent ae66ac4 commit c892ada

13 files changed

+214
-120
lines changed

CHANGELOG.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [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+
633
## [3.4.0] - 2021-12-01
734
### Added
835
- 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/).
722749
- AP: User with plugin installed
723750
- LU: Logged in user
724751

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
726754
[3.4.0]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.3.1...v3.4.0
727755
[3.3.1]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.3.0...v3.3.1
728756
[3.3.0]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.2.3...v3.3.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Passbolt - Open source password manager for teams
1414

15-
(c) 2021 Passbolt SA
15+
(c) 2022 Passbolt SA
1616

1717
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General
1818
Public License (AGPL) as published by the Free Software Foundation version 3.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dist/chrome/[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
passbolt-3.4.0-debug.crx
1+
passbolt-3.5.0-debug.crx
Binary file not shown.
Binary file not shown.

dist/firefox/[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
passbolt-3.4.0-debug.zip
1+
passbolt-3.5.0-debug.zip

0 commit comments

Comments
 (0)