Bump to v2.0.0 — cross-platform Tauri rewrite
All checks were successful
All checks were successful
Major version bump reflecting the architecture change from PySide6/Qt to Tauri v2 + Svelte 5 with cross-platform support for Windows, macOS, and Linux. Key changes since v1.4.0: - Tauri v2 native desktop shell replacing PySide6/Qt - Svelte 5 reactive frontend - Headless Python backend as a downloadable sidecar - Deepgram cloud transcription (managed + BYOK) - Gitea CI/CD with per-OS builds and automated releases - Sidecar auto-update checking on startup - 63-test suite (Python + Svelte + Rust) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "local-transcription",
|
||||
"private": true,
|
||||
"version": "1.4.21",
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "local-transcription"
|
||||
version = "1.4.21"
|
||||
version = "2.0.0"
|
||||
description = "Real-time speech-to-text transcription for streamers"
|
||||
authors = ["Local Transcription Contributors"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"productName": "Local Transcription",
|
||||
"version": "1.4.21",
|
||||
"version": "2.0.0",
|
||||
"identifier": "net.anhonesthost.local-transcription",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""Version information for Local Transcription."""
|
||||
|
||||
__version__ = "1.4.21"
|
||||
__version_info__ = (1, 4, 21)
|
||||
__version__ = "2.0.0"
|
||||
__version_info__ = (2, 0, 0)
|
||||
|
||||
# Version history:
|
||||
# 1.4.0 - Auto-update feature:
|
||||
|
||||
Reference in New Issue
Block a user