| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Radio_transcription_tool_v3.9_Release.zip | 2025-11-15 | 156.2 MB | |
| Radio Transcription Tool Version 3.9 Release source code.tar.gz | 2025-11-15 | 215.7 kB | |
| Radio Transcription Tool Version 3.9 Release source code.zip | 2025-11-15 | 231.1 kB | |
| README.md | 2025-11-15 | 1.3 kB | |
| Totals: 4 Items | 156.7 MB | 0 | |
v3.9.0 (2025-11-15)
UX IMPROVEMENTS: Enhanced User Experience with Progress Tracking and Safe App Closure
USER EXPERIENCE ENHANCEMENTS: - Added real-time progress bar and status updates during transcription process - Progress indicator shows current chunk being transcribed (e.g., "Transcribing chunk 3/10...") - Clear visual feedback throughout the transcription workflow - Improved status messages for better user awareness of ongoing operations
SAFE APPLICATION CLOSURE: - Implemented proper cleanup when closing application with window close button (X) - Recording process now properly stops when application is closed during active recording - Prevents orphaned recording processes and ensures clean shutdown - Graceful handling of background threads and subprocesses on exit
TECHNICAL IMPROVEMENTS: - Enhanced window close protocol handling - Improved thread management for recording and transcription processes - Better resource cleanup on application exit - Maintained modular structure from v3.7
VERSION UPDATES: - Updated version constant in config.py to 3.9 - Updated README.md to reflect v3.9 release - Updated PyInstaller spec file to v3.9_Optimized - Updated .gitignore to exclude "Old versions" directory