v0.1.7

KoljaB/RealtimeSTTv0.1.7Nov 9, 2023by KoljaB

AI Summary

This release focuses on stability and cross-platform compatibility, specifically addressing installation issues on macOS and improving interrupt handling. It resolves specific bugs related to multiprocessing queues and UI spinners.

Key Highlights

  • Fixed Mac OS Installation bug using `multiprocessing.Manager().Queue()`
  • Added KeyboardInterrupt handling for CTRL+C abort
  • Fixed spinner handling AttributeError

New Features

  • KeyboardInterrupt handling

Full Release Notes

- Bugfix for Mac OS Installation (occured int the context of multiprocessing with the usage of queue.size(), changed to use multiprocessing.Manager().Queue() which should work under Mac)
- KeyboardInterrupt handling (we can now abort the recorder with CTRL+C)
- Bugfix for spinner handling (could lead to exception in some cases, AttributeError: 'NoneType' object has no attribute '_interval')