2026-01-11 18:56:12 -08:00
|
|
|
"""Version information for Local Transcription."""
|
|
|
|
|
|
2026-01-22 17:40:13 -08:00
|
|
|
__version__ = "1.4.0"
|
|
|
|
|
__version_info__ = (1, 4, 0)
|
2026-01-11 18:56:12 -08:00
|
|
|
|
|
|
|
|
# Version history:
|
2026-01-22 17:40:13 -08:00
|
|
|
# 1.4.0 - Auto-update feature:
|
|
|
|
|
# - Automatic update checking on startup (configurable)
|
|
|
|
|
# - Shows update dialog with release notes when new version available
|
|
|
|
|
# - Opens browser to Gitea release page for download
|
|
|
|
|
# - Skip version option to dismiss specific updates
|
|
|
|
|
# - Manual "Check for Updates Now" button in settings
|
|
|
|
|
#
|
|
|
|
|
# 1.3.1 - User-configurable colors for transcription display
|
|
|
|
|
#
|
2026-01-11 18:56:12 -08:00
|
|
|
# 1.0.0 - Initial release with:
|
|
|
|
|
# - Real-time speech-to-text transcription using Whisper models
|
|
|
|
|
# - Local web display for OBS browser source integration
|
|
|
|
|
# - Multi-user server sync with Node.js backend
|
|
|
|
|
# - Two-stage transcription (fast preview + refined final)
|
|
|
|
|
# - Custom font support (local and forwarded to sync server)
|
|
|
|
|
# - Single instance prevention
|
|
|
|
|
# - Fast speaker mode for continuous speech
|
|
|
|
|
# - Remote GPU processing offload support
|