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
ci: automate release workflow and version detection
- Rename manual_release.yml to release.yml and add a push trigger for version tags (v*).
- Enhance version detection logic to prioritize Git tags, manual inputs, or extraction from CHANGELOG.md.
- Implement version normalization to ensure a consistent 'v' prefix.
- Update CHANGELOG.md with release notes for version 4.0.1.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## [4.0.1] - 2026-02-08
4
+
5
+
### New Features/Changes
6
+
7
+
-**Terminal**: Added a new keyboard shortcut `[A]` to directly open the Audio Analyzer from the console main menu.
8
+
-**System Tray**: Direct file editing options ("Edit config.ini", "Edit prompts.json") in the tray menu are now conditionally visible only when the application is started with the `--show-console` flag.
9
+
10
+
### Improvements
11
+
12
+
-**GUI**: Fix scrolling of Settings and Prompt Editor windows in Tkinter fallback mode.
13
+
-**UI/UX**: Adjusted widget widths and layout in the Settings window for better visual consistency, specifically targeting host/port fields, provider selection, and model dropdowns.
14
+
-**Terminal**: Reorganized the main command box to prioritize the Audio Tool shortcut rather than Endpoint.
15
+
16
+
### Internal
17
+
18
+
-**Request Pipeline**: Simplified request origin tracking by consolidating multiple specific endpoint origins into a single `ENDPOINT` type.
0 commit comments