Skip to content

Commit 6f70b0a

Browse files
committed
chore: bump version to 2.4.0
1 parent d63d773 commit 6f70b0a

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
@@ -6,17 +6,24 @@ All notable changes to BluePLM will be documented in this file.
66

77
### Added
88
- **Online Users Indicator**: Green badge in menu bar shows active team members with hover tooltip
9-
- **Weather Theme**: Fetches local weather via IP geolocation, adds wind-affected rain effect
9+
- **Weather Theme**: Fetches local weather via IP geolocation, wind-affected rain effect
1010
- **Realistic Snow Physics**: Wind speed/direction affects snow particles with turbulence and gusts
11-
- **Modern Log Viewer**: Timeline histogram, level filtering, search, and crash report highlighting
11+
- **Modern Log Viewer**: Timeline histogram with stacked bars, level filtering, search, crash report highlighting, resizable histogram
1212
- **Error Boundary**: Crash screen with stack traces and one-click "Report Bug" to GitHub Issues
1313
- **Email Domain Enforcement**: Admins can restrict org signups to specific email domains
14+
- **Performance Monitoring**: Telemetry system with FPS counter and module tracking
15+
- **User Action Logger**: Tracks user actions for debugging
16+
- **Log Retention Policies**: Configurable log retention settings
1417

1518
### Changed
1619
- Reorganized Organization Settings layout
1720
- Reviews badge styling matches online indicator
1821

1922
### Fixed
23+
- Snow animation frame drops eliminated (GC pressure fix)
24+
- Weather theme inline styles properly cleanup when switching themes
25+
- Geolocation permission handling and location fallback improved
26+
- Crash report help text links to GitHub Issues
2027
- Clear vault UX improvements
2128

2229
---

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.3.1",
3+
"version": "2.4.0",
44
"description": "Product Lifecycle Management for everyone who builds",
55
"main": "dist-electron/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)