This release focuses on adding additional features for resource metadata - support for editing and creating resources with multiple URIs, as well as full support for resource icons. It also brings log improvements by obfuscating the passbolt backend base URL, which the users often want hidden. A fix for data refresh not being triggered after the app was backgrounded and killed by the system has also been added. Additionally, the application architecture has started to be migrated to MVI/Compose.
Added
- MOB-2655: Support for multiple URIs when creating and editing resources
- MOB-2725: View metadata icons on the list
- MOB-2725: Support for editing and creating resources with metadata icons
- MOB-2760: Obfuscate passbolt backend instance URL from logs
Improved
- MOB-2761: Allow nullable password in JSON schema
- MOB-2818: Fix for data refresh not retriggered correctly when restored system-killed app
Fixed
- MOB-2818: Fix session refresh not triggered/stuck after restoring app from killed by system state
Maintenance
- Architecture migration to MVI/Compose (settings, tests)