-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchangelog.txt
More file actions
26 lines (22 loc) · 1.01 KB
/
changelog.txt
File metadata and controls
26 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
~ v2.0.1
- Fixed an issue where an entire media buffer would crash if one file failed to process
- Fixed an error when trying to delete files from the search listbox
~ v2.0.0
- Switched to stable-ts for transcribing (a fork of whisper that provides more features)
- Switched from .NET Framework to .NET Core (an up-to-date version of .NET)
- Greatly optimized media processing
- Greatly improved accuracy of transcriptions (thanks stable-ts)
- Greatly improved search speed and storage file manipulation
- Added all language support from whisper
- Added all model support from whisper
- You can now delete storage files manually by pressing 'Del' in the search window
- Improved the FFmpeg installer (fixed user issues related to environment variables)
- Fixed issues with some Python libraries
- Fixed bugs relating to filename overlaps
- UI Improvements
~ v1.0.3.0
- Made the FFmpeg environment variable configurator run only once
~ v1.0.2.0
- Improved the auto update code
~ v1.0.1.0
- Fixed bug with auto update not working