Skip to content

Commit c45be13

Browse files
committed
release: v0.8.7 - restore silently-lost text cleanup
1 parent a5efb0e commit c45be13

5 files changed

Lines changed: 7 additions & 9 deletions

File tree

docs/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.8.7] - 2026-08-25
44

55
### Highlights
66

7-
- Fixed dictation silently losing its cleanup step — if your AI model had been shut down by its provider, Whisperi quietly inserted the raw transcription instead. This was most visible in Chinese, where it arrived as a long block of text with no punctuation
8-
- Whisperi now moves you to a current model automatically when a provider retires the one you were using, and tells you in Settings when a cleanup attempt fails instead of failing quietly
9-
- Light enhancement now adds punctuation too, instead of leaving dictation as one long run-on — it still leaves your wording exactly as you said it
10-
- Writing your own custom prompt no longer turns punctuation off by accident
7+
- Fixed dictation silently losing its cleanup step — if your AI model had been shut down by its provider, Whisperi quietly inserted the raw transcription instead. This was most visible in Chinese, where it arrived as a long block of text with no punctuation. Whisperi now moves you to a current model automatically and tells you in Settings when a cleanup attempt fails
8+
- Punctuation is now restored in every cleanup mode. Light enhancement and custom prompts previously left dictation as one long run-on; Light still leaves your wording exactly as you said it
119
- Refreshed the model list: several models that providers have now shut down were removed, and the newest models from OpenAI, Anthropic, Google, Groq, Mistral and Qwen were added
1210
- The floating microphone button no longer grows into a large invisible click-blocking area when moved between displays with different scaling
1311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "whisperi",
33
"private": true,
4-
"version": "0.8.6",
4+
"version": "0.8.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whisperi"
3-
version = "0.8.6"
3+
version = "0.8.7"
44
edition = "2024"
55
description = "Fast cloud-powered desktop dictation"
66

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nicegui-org/nicegui-tauri-demo/main/src-tauri/schemas/desktop-schema.json",
33
"productName": "Whisperi",
4-
"version": "0.8.6",
4+
"version": "0.8.7",
55
"identifier": "com.whisperi.app",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)