Skip to content

Commit a0e3e27

Browse files
committed
Merge branch 'feature/PB-45168_Hotfix-Windows-application-232' into 'release'
PB-45168 Bump versions and create webviews See merge request passbolt/desktop/passbolt-windows!247
2 parents 85008ce + e2dd0cf commit a0e3e27

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.3.2] - 2025-09-10
6+
7+
### Fixed
8+
- PB-45154 - Windows app : Clipboard should persist to unblock alarm issue
9+
510
## [2.3.1] - 2025-09-04
611

712
### Fixed

RELEASE_NOTES.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
Passbolt Windows Application 2.3.1 is fixing an issue introduced during the version 2.1.0. When a user wanted to copy its password or its username, the clipboard was not working anymore and we solved it by adding the Clipboard feature done during the bext version 5.3.2 .
1+
Passbolt Windows Application 2.3.2 fixes an issue introduced in version 2.3.0. The clipboard protection feature, which cleared the clipboard 30s after copying a secret, was causing the application to crash. Clipboard flushing has been temporarily disabled to allow users to access their secrets. We are investigating how to fix the crash and re-enable this security feature in a future release.
22

3-
The new clipboard flush timer lets you copy secrets just long enough to use them; clipboard data is automatically cleared when the countdown (30s) expires, significantly reducing the risk of accidental exposure or leaks from forgotten clipboard content.
3+
Many thanks to everyone who reported the issue.
44

5-
Many thanks to everyone who reported issues. Your feedback made this release possible and solves issues to all users today.
6-
7-
## [2.3.1] - 2025-09-04
5+
## [2.3.2] - 2025-09-10
86

97
### Fixed
10-
- PB-45095: Copy username or password did nothing
8+
- PB-45154 - Windows app : Clipboard should persist to unblock alarm issue

0 commit comments

Comments
 (0)