Releases: Sharrnah/whispering-ui
v1.3.2.4
v1.3.2.4 Release of the native UI.
Changelog:
- [FEATURE] Added UI Translations (English, German, French, Czech)
- [FEATURE] Add Profile Presets.
- [BUGFIX] Initialize Global Fields after translations loaded.
- [BUGFIX] Add missing M4T v2 model size estimate
- [TASK] Some improvements in audio device handling in profile settings
- [TASK] Set default vad_frames_per_buffer to 512
- [TASK] Update libraries
- [TASK] Show VRAM estimate even if available VRAM was not detected
- [TASK] Set fallback language to english
Full Changelog: v1.3.2.3...v1.3.2.4
List of available Plugins: https://github.com/Sharrnah/whispering-plugins/blob/main/README.md
v1.3.2.3
v1.3.2.3 Bugfix Release of the native UI.
Changelog:
- [FEATURE] Direct-ML support. (Should allow to run many AI models on any DirectX 12 comatible GPU, including Intel and AMD)
- [FEATURE] Implement Plugins Update check on Startup
- [TASK] Add new Application Settings Tab
- [TASK] Small UI improvements on Plugin Listing
- [TASK] Show "Disabled" if Noise Filter is disabled in Settings.
- [TASK] Small theme changes
- [TASK] Update fyne to v2.5.0
Full Changelog: v1.3.2.2...v1.3.2.3
List of available Plugins: https://github.com/Sharrnah/whispering-plugins/blob/main/README.md
v1.3.2.2
v1.3.2.2 Bugfix Release of the native UI.
Changelog:
- [TASK] Added more error logging to Profile Settings window.
- [BUGFIX] possible crash on switching Audio API's (Thanks to Vecken for reporting it ❤️)
Full Changelog: v1.3.2.1...v1.3.2.2
List of available Plugins: https://github.com/Sharrnah/whispering-plugins/blob/main/README.md
v1.3.2.1
v1.3.2.1 Release of the native UI.
Changelog:
- [FEATURE] Ask for filepath before TTS generation and send together with request.
- [TASK] Enable 'thread_per_transcription' by default again.
- [TASK] Rename crash.log to error_ui.log
- [TASK] Change App ID to website domain
- [TASK] Add missing MMS model estimates
- [BUGFIX] read metadata from build toml again
- [BUGFIX] Open dialogs in correct plugin window.
Full Changelog: v1.3.1.3...v1.3.2.1
List of available Plugins: https://github.com/Sharrnah/whispering-plugins/blob/main/README.md
v1.3.1.3
v1.3.1.3 Release of the native UI.
Changelog:
- [FEATURE] Add status bar
- [FEATURE] Add energy + pause message on push2talk setup.
- [FEATURE] Support Password textfield for Plugin Settings.
- [FEATURE] Add support for audio_device selection widget for Plugins
- [FEATURE] Add Clipboard usage options in Context menu for TTS Tab.
- [FEATURE] Add clipboard image button for OCR
- [FEATURE] Add Open in window buttons for plugin settings
- [TASK] Fetch plugin list from new plugins github repo https://github.com/Sharrnah/whispering-plugins
- [TASK] Add speaker change recognition experimental settings
- [TASK] Add Noise filter settings
- [TASK] Add Transcription List item sizing
- [TASK] Add "switch language" Icon
- [TASK] Remember "Only show enabled Plugins" Setting over restarts.
- [TASK] Add support of clipboard text content in OCR tab
- [TASK] Rename OCR buttons
- [TASK] use romaji setting for text-translation requests
- [TASK] Added plugin textfield widget
- [TASK] Rename "Text-to-Speech Enable" checkbox to "Integrated *.." to make it more clear
- [TASK] Websocket message handling rewrite
- [TASK] Reorder some Profile settings
- [TASK] Add some more info texts to settings
- [TASK] Add send to both (tts + OSC) option in context menu
- [TASK] Replace Transcription List with non Databinding variant
- [TASK] Remove embedded font
- [TASK] Change symbols for enabled/disabled Plugins (because of non-embedded font)
- [TASK] Add Remove + Find AdditionalMenuItem functions to custom entry widget
- [TASK] Add Website link and hide Repository Links behind Accordion in About Tab And Profile window
- [TASK] Add Loading dialogs by parsing log entries instead of websocket messages.
- [TASK] Ignore loading messages for recentLog and writing log.txt
- [TASK] Show "Enabled" / "Disabled" text for checkboxes.
- [TASK] Remove obsolete "Enabled" text for Integrated TTS option.
- [BUGFIX] removed zip renaming after download (hopefully fixes 'in use' errors)
- [BUGFIX] stt_type setting naming mistake
- [BUGFIX] Fill Log on display of Logs tab with latest Log entries.
- [BUGFIX] Clear Log text on Log open before filling with RecentLog
- [BUGFIX] Make the multi threaded message calls thread safe
- [BUGFIX] ignore percentages in transcripts for status bar
- [BUGFIX] possible error on loading message.
Full Changelog: v1.2.1.1...v1.3.1.3
List of available Plugins: https://github.com/Sharrnah/whispering-plugins/blob/main/README.md
v1.2.1.1
v1.2.1.1 Release of the native UI.
Changelog:
- [TASK] Add supporter link
- [TASK] correctly set location plugin file dialogues show on open
- [TASK] Add M4T Large V2 model option
- [TASK] Add Whisper Transformer option
- [TASK] Make language code mapping case insensitive
- [TASK] Improve source language combo widget initialization
- [TASK] Improve websocket code (use custom dialer)
- [TASK] Improve runBackend conditions
- [TASK] Update to Golang 1.21
- [TASK] Migrate settings to Profiles subfolder
- [TASK] Allow Plugin fetching from regular github urls
- [TASK] Allow downloading without hash-check
- [TASK] Seperate OCR translation fields from other text-translation fields
- [TASK] Add 4/8 bit quantization options
- [TASK] Add 8bit + 4bit estimates
- [TASK] hide speechTask for wav2vec models
- [TASK] Add setting to run transcriptions in seperate or single thread
- [TASK] Add memory estimates for wav2vec + NeMo Canary
- [TASK] Use target language field for NeMo Canary model
- [TASK] Use correct default frames per buffer
- [TASK] Add option to detect venv environment to run via UI
- [BUGFIX] possible issue on plugin settings line counting
- [BUGFIX] Update font version with Korean characters included
- [BUGFIX] possible freeze on preview loading
- [BUGFIX] possible race condition crash if loading state was displayed before main ui
Full Changelog: v1.2.0.8...v1.2.1.1
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.2.0.8
v1.2.0.8 Release of the native UI.
Changelog:
- [TASK] Add large-v3 model option for whisper
- [TASK] Add new Icon
- [TASK] seperate source language widget for OCR tab.
- [TASK] Add distilled whisper models
- [TASK] Add transcription_auto_save options to advanced settings
- [BUGFIX] No selected source language in OCR tab
Full Changelog: v1.2.0.7...v1.2.0.8
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.2.0.7
v1.2.0.7 Release of the native UI.
Changelog:
- [TASK] Small ui changes
- [TASK] Update libraries
- [TASK] Change intermediate label to use bind data api
- [TASK] Change websocket to use io.reader
- [TASK] reenable SttEnabled checkbox on backend restart
- [BUGFIX] enabling / disabling fields on switching types
- [BUGFIX] Do result list update in its own thread
Full Changelog: v1.2.0.6...v1.2.0.7
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.2.0.6
v1.2.0.6 Release of the native UI.
Changelog:
- [FEATURE] Add Save CSV button for transcriptions
- [FEATURE] Add dialog when push2talk is set to disable speech trigger
- [TASK] Add precision options for Seamless-M4T
- [TASK] Unify autocomplete fields code
- [TASK] Add "Reconnect" button when already running python backend was found
- [BUGFIX] Possible crash at CPU memory calculation
- [BUGFIX] possible NVIDIA memory calculation crash
- [BUGFIX] Possible crash on language filtering
- [BUGFIX] Fix enabling / disabling widgets on selecting M4T Multi-modal model
Full Changelog: v1.2.0.4...v1.2.0.6
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.2.0.4
v1.2.0.4 Release of the native UI.
Changelog:
- [FEATURE] Support multiple filetypes in plugin file widgets (for the subtitle export plugin)
- [TASK] Add target language field for M4T model
Full Changelog: v1.2.0.3...v1.2.0.4
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md