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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
This project adheres to Semantic Versioning (https://semver.org/) and the
5
5
Keep a Changelog format.
6
6
7
+
8
+
## [1.1.1] - 2026-04-01
9
+
- Improve library color dropbox
10
+
7
11
## [1.1.0] - 2026-03-31
8
12
9
13
- UI: Introduced a fixed 10-color palette for tags and folders and server-side
@@ -25,3 +29,4 @@ Keep a Changelog format.
25
29
- Fixed windowed (`--noconsole`) runtime crash during diarization (`'NoneType' object has no attribute 'write'`) by providing safe stdio fallbacks for libraries that write to `stdout`/`stderr`.
26
30
- Fixed GitHub Actions release workflow: corrected `artifacts` parameter and added `allowUpdates` to support multi-OS parallel builds.
0 commit comments