Skip to content

Commit 96cfc3c

Browse files
committed
Merge branch 'develop' into 'release'
Develop See merge request passbolt/desktop/passbolt-windows!225
2 parents 89b6b0a + 28e1231 commit 96cfc3c

12 files changed

+246897
-255727
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.2.1] - 2025-08-01
6+
7+
### Fixed
8+
- PB-43969 CSRF token in request body or headers does not match or is missing on the windows app
9+
510
## [2.2.0] - 2025-07-15
611

712
### Added

RELEASE_NOTES.md

Lines changed: 4 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,8 @@
1-
Windows passbolt 2.2.0 adds custom fields, one of the five most‑requested features from the community. Built on top of encrypted‑metadata introduced earlier this year, custom fields let users attach additional key‑value pairs to a resource or as a standalone one. Typical use‑cases include centralising CI/CD job variables and storing environment‑specific configuration values that need more structure than a general note.
1+
Passbolt Windows application 2.2.1 is a hot fix release that restores protected actions like creating and editing resources on some API servers behind a proxy. If you saw CSRF errors, install 2.2.1 and try again.
22

3-
Custom fields rely on encrypted metadata, therefore the feature is still in beta and is not yet available on Passbolt Cloud. A step‑by‑step guide on how to enable the encrypted metadata on a self‑hosted instance will be available in a blog post that will be published soon. The encrypted‑metadata feature is scheduled to be marked as stable in Passbolt 5.4, planned for August 2025.
3+
Thanks to everyone who reported the issue. See the changelog for details.
44

5-
Several bugs reported by the community have also been fixed. As always, thank you to everyone who took the time to file issues, test patches and suggest improvements. For a complete list of changes, consult the changelog.
6-
7-
This release also addresses multiple bugs reported by the community, including a blank screen issue that occurred when administrators customized RBAC settings. Additionally, the session timeout issue has been resolved. Users will now enjoy extended sessions while actively using the application, aligning the behavior with what they are accustomed to in the browser application.
8-
9-
## [2.2.0] - 2025-07-15
10-
11-
### Added
12-
- PB-43269 Create the entity CustomFieldEntity
13-
- PB-43271 Create the entity collection CustomFieldsCollection
14-
- PB-43273 Create the entity SecretDataV5StandaloneCustomFieldsCollection
15-
- PB-43275 Update the resource types schema definitions
16-
- PB-43277 Update the ResourceMetadataEntity
17-
- PB-43278 Update the ResourceFormEntity
18-
- PB-43279 Update the Secret Entities
19-
- PB-43283 Display a new entry the create/edit dialog to set custom fields on the left sidebar and the menu
20-
- PB-43284 Create the CustomFieldForm for the create/edit dialog
21-
- PB-43285 Handle the CustomFieldForm warnings and limitation
22-
- PB-43286 Update create/edit resource to select secret custom fields for a standalone custom fields
23-
- PB-43287 Display the Custom Fields section on the right sidebar
24-
- PB-43289 Display standalone custom fields in the component DisplayResourceCreationMenu
25-
- PB-43290 Display standalone custom fields in the component DisplayResourcesWorkspaceMainMenu
26-
- PB-43291 Display the URIs section in the right sidebar
27-
- PB-43374 Add validation on keys and values of each elements of custom fields for the resource form entity
28-
- PB-43377 Add set collection into entity v2
29-
- PB-43145 Find a list of resources based on IDs and that are suitable for local storage from the API
30-
- PB-43146 Find a list of resources based on a parent folder id and that are suitable for the local storage from the API
31-
- PB-43133 Display padding below tags in resource workspace left sidebar
32-
- PB-42185 The folder caret that expands or collapses folders in the tree should have a larger clickable area to make it easier to use
33-
- PB-43222 Improve the group dialog to match the new share dimensions
34-
- PB-43147 Find and update resources based on parent folder id for the local storage
35-
- PB-43148 Create a connector for finding resources based on a parent id for the styleguide to call it later
36-
- PB-43149 Create a ResourcesServiceWorkerService to call the service worker for resource related operations
37-
- PB-43150 Implement the optimised call in the Styleguide when filtering by a folder
38-
- PB-43151 Optimise the data retrieved from the API such that updates are not done if unnecessary
39-
- PB-43156 Clarify implications for backups and other devices before changing the passphrase in the user settings workspace
40-
- PB-43489 Display unexpected error if there is any issue during the secret decryption
5+
## [2.2.1] - 2025-08-01
416

427
### Fixed
43-
- PB-43109 Fix: from the sidebar when upgrade from v4 to v5 goes wrong the error message in the notification
44-
- PB-43118 Hide the "Share metadata keys" button in the users workspace action bar for the current signed-in user
45-
- PB-43215 Fix account recovery creator name
46-
- PB-43063 Fix group edit dialog double warning message has broken UI
47-
- PB-43117 Hide the "Share metadata keys" button in the users workspace action bar after sharing missing metadata keys with a user
48-
- PB-43064 Fix group edit dialog can show a mix of error and warning messages
49-
- PB-43150: fix folder not being reloaded
50-
- PB-43424 Clicking on the "open in a new tab” call to action in the quick application should open the resource url in a new tab
51-
- PB-43108 Display attention required icon on "metadata keys" label in the user details sidebar if the user is not having access to some metadata keys
52-
- PB-43217 The default icon stroke width is too thick in the grid and doesn't match the custom icons
53-
- PB-43220 Copy URL field action button lacks padding and is broken in the SSO settings
54-
- PB-43168 Align vertically resources workspace select check-boxes
55-
- PB-43211 The feedback message notifying the administrator when a metadata key has been shared with a user contains a typo
56-
- PB-43471 Center vertically the icon on the create and edit dialog
57-
8+
- PB-43969 CSRF token in request body or headers does not match or is missing on the windows app

0 commit comments

Comments
 (0)