Add user-configurable colors for transcription display
- Add color settings (user_color, text_color, background_color) to config - Add color picker buttons in Settings dialog with alpha support for backgrounds - Update local web display to use configurable colors - Send per-user colors with transcriptions to multi-user server - Update Node.js server to apply per-user colors on display page - Improve server landing page: replace tech details with display options reference - Bump version to 1.3.2 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Version information for Local Transcription."""
|
||||
|
||||
__version__ = "1.2.4"
|
||||
__version_info__ = (1, 2, 4)
|
||||
__version__ = "1.3.1"
|
||||
__version_info__ = (1, 3, 1)
|
||||
|
||||
# Version history:
|
||||
# 1.0.0 - Initial release with:
|
||||
|
||||
Reference in New Issue
Block a user