Skip to content

Commit f260ddc

Browse files
luongndclaude
andcommitted
chore(release): v1.3.1
Disable cabin translation in Local (offline) STT mode — no offline translate model exists, so the toggle is gated off with a hint. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b54d918 commit f260ddc

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Tất cả thay đổi đáng chú ý của Scribble được ghi tại đây.
44

5+
## [1.3.1] - 2026-06-09
6+
7+
### Fixed
8+
- Tắt tính năng "Dịch cabin" khi dùng STT Local (offline). Dịch cabin chạy bằng Nvidia (cloud), không có model dịch offline, nên ở chế độ Local toggle bị vô hiệu hoá kèm chú thích — thay vì bật mà không có kết quả.
9+
510
## [1.3.0] - 2026-06-09
611

712
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "voicescribe",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.3.1",
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 = "voicescribe"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Scribble - Meeting Minutes"
55
authors = ["you"]
66
edition = "2021"

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://schema.tauri.app/config/2",
33
"productName": "Scribble",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"identifier": "com.scribble.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)