Skip to content

Commit bd5324c

Browse files
committed
chore: bump version to 2.5.0
1 parent 67cc4ad commit bd5324c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
All notable changes to BluePLM will be documented in this file.
44

5-
## [2.4.1] - 2025-12-15
5+
## [2.5.0] - 2025-12-15
6+
7+
### Added
8+
- **Role Impersonation Mode**: Admins can test the app as Engineer or Viewer roles without changing actual permissions
9+
- Available in Settings → Dev Tools (admin only)
10+
- Visual banner shows when impersonation is active
11+
- Click banner or use Dev Tools to exit impersonation
12+
- Session-only (clears on sign out), server-side permissions unaffected
613

714
### Fixed
8-
- **API URL disappearing after app update**: Organization settings (api_url, solidworks_dm_license_key, enforce_email_domain) were being overwritten when saving individual fields. Each settings update now fetches current settings from database first before merging.
15+
- **API URL disappearing after app update**: Organization settings were being overwritten when saving individual fields. Each settings update now fetches current settings from database first before merging.
916

1017
---
1118

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blue-plm",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Product Lifecycle Management for everyone who builds",
55
"main": "dist-electron/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)