Releases: Sharrnah/whispering-ui
v1.1.1.5
v1.1.1.5 Release of the native UI.
Changelog:
- [FEATURE] Show plugin status in accordion title
- [FEATURE] Add crash logging handler
- [TASK] restructure UX
- [TASK] Improve first-time setup + Update messages
Full Changelog: v1.1.1.4...v1.1.1.5
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.1.4
v1.1.1.4 Release of the native UI.
Changelog:
- [FEATURE] Kill stuck backend process by process id
- [FEATURE] Option to save log to file
- [TASK] Change default options for Text translation & TTS to run on CPU
Full Changelog: v1.1.1.3...v1.1.1.4
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.1.3
v1.1.1.3 Release of the native UI.
Changelog:
- [FEATURE] Multi-Chunk downloading
- [FEATURE] Remember window sizes
- [FEATURE] Python runtime error parsing
- [BUGFIX] Connection dialog flashing
- [BUGFIX] Fix possible default profile value issues
- [TASK] Show message if no update is available on manual update check
- [TASK] UI Scaling option
- [TASK] Add backend restart button to advanced -> log tab
- [TASK] increase TTS "export .wav" dialog size
Full Changelog: v1.1.1.2...v1.1.1.3
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.1.2
v1.1.1.2 Release of the native UI.
Changelog:
- [FEATURE] Display Live transcription inside the app
- [FEATURE] Add option to disable update check on startup
- [FEATURE] Add button for manual check for updates
- [TASK] Replace custom log textfield with terminal emulator
- [TASK] Run version check in thread after startup (to not delay startup further)
- [TASK] Update expected config (renamed txt_ascii to txt_romaji to reflect better what it does)
- [TASK] Add realtime_temperature_fallback setting
- [TASK] Change max phrase limit to 30 seconds. (limit of the whisper A.I.)
- [TASK] Add export .wav for TTS
- [BUGFIX] Exclude websocket ip+port + run_backend options from settings window. (As they are only used at startup and differ on remote backends anyway)
- [BUGFIX] Crash on manual update
- [BUGFIX] terminal updating only when active
- [BUGFIX] stopping + restarting backend on manual update
Full Changelog: v1.1.0.11...v1.1.1.2
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.0.11
v1.1.0.11 Release of the native UI.
Changelog:
- [FEATURE] Add check for already running backend on selected port. (Quit event of running backend will only be supported on whispering-tiger backend 1.3.3.2 and above)
- [BUGFIX] Retry and fallback on every network error, not only while download is running.
Full Changelog: v1.1.0.10...v1.1.0.11
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.0.10
v1.1.0.10 Release of the native UI.
Changelog:
- [FEATURE] Try to guess location by user language to select best download server
- [FEATURE] Try to use audio device names to select instead of device index. (should prevent wrong selected device in profile when audio-devices change)
- [FEATURE] Add hash check for downloaded updates
- [FEATURE] Fallback to other download servers if all retries failed
- [TASK] Add settings for txt_translator_precision + osc_chat_prefix
- [TASK] Unified profile settings of model size+precision for stt and tts
- [TASK] Rename dialog buttons from "Close" to "Hide" since they do not stop the action.
- [BUGFIX] crashing and settings handling when connected to remote backend
- [BUGFIX] using app url count to select backend url for update
- [BUGFIX] Regression to show Settings if local backend is selected
- [BUGFIX] Reading SHA256 from yaml
Full Changelog: v1.1.0.8...v1.1.0.10
List of available Plugins: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.0.8
v1.1.0.8 Release of the native UI.
Changelog:
- [FEATURE] Added float64 setting parsing (Needed to show float values in advanced settings)
- [TASK] Added realtime settings
- [TASK] Renamed Speech detection Level to "speech volume level" to hopefully make it more clear what it does. (that is, only trigger transcription when that volume level is reached.)
- [TASK] Remove LLM configs
- [TASK] Add all possible precision options for faster-whisper. (float16 should be still the best option for reduced memory and still good quality)
- [TASK] Enable faster-whisper by default
- [TASK] Update Readme
- [TASK] Set a default text_translation target language.
- [TASK] Added option to not run the python backend. (useful if the UI should only connect to an already running backend, possibly on a different machine.)
- [BUGFIX] Show correct percentage if a previously interrupted download is resumed.
Full Changelog: v1.1.0.7...v1.1.0.8
Find a list of available Plugins here: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.0.7
v1.1.0.7 Release of the native UI.
Changelog:
- [TASK] Change FP16 checkbox to Select since faster-whisper supports more than FP16 and FP32
- [TASK] Expose Beam_size, cpu_threads and num_workers options for whisper
faster-whisper with int8_float16 precision and a smaller Beam_size (which can be set in the advanced settings) should make it really fast.
Full Changelog: v1.1.0.6...v1.1.0.7
Find a list of available Plugins here: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.0.6
v1.1.0.6 (hotfix) Release of the native UI.
Changelog:
- [BUGFIX] return with error on invalid downloaded update
- [BUGFIX] txt_translation not enabling if previous session already had same target language set.
Full Changelog: v1.1.0.4...v1.1.0.6
Find a list of available Plugins here: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md
v1.1.0.4
v1.1.0.4 Release of the native UI.
Changelog:
- [TASK] Exposed faster-whisper setting
- [FEATURE] Add plugins tab to enable/disable and configure plugins
Full Changelog: v1.1.0.3...v1.1.0.4
Find a list of available Plugins here: https://github.com/Sharrnah/whispering/blob/main/documentation/plugins.md