You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
Starting from v2.2.5, all notable changes to this project will be documented in this file.
4
4
5
+
## v4.3.3
6
+
7
+
### Release Notes
8
+
9
+
This is a **minor performance and stability release** focused on **UI responsiveness** and **upgrade robustness**.
10
+
11
+
The main highlight is **spectrogram rendering optimization**, significantly improving smoothness and reducing frame drops during real-time visualization. In addition, several **upgrade and startup edge cases** have been tightened to avoid misleading states and permission-related failures.
12
+
13
+
### Improvements
14
+
15
+
- Optimized **spectrogram rendering pipeline**, improving **frame rate and interaction smoothness** during real-time display.
16
+
- Reduced unnecessary redraws in the frontend, lowering CPU usage under continuous data streams.
17
+
18
+
### Bug Fixes
19
+
20
+
- Fixed **upgrade status priority logic**, ensuring correct status reporting when multiple upgrade conditions overlap.
21
+
- Added **write permission checks before startup** to prevent silent failures during initialization.
22
+
- Explicitly specified **HTTPS scheme in CSP sources**, avoiding mixed-content and policy resolution issues in some browsers.
0 commit comments