Skip to content

Releases: zSeriesGuy/SpeakReader

SpeakReader v1.2.7

20 May 17:01
Compare
Choose a tag to compare

v1.2.7 (2021-05-20)

  • Add PyAudio wheels for Python 3.9.
  • Upgrade packages, specifically RSA to address security vulnerability.
  • Changes to support google-cloud-speech V2.
  • Add API service name in use to the TranscribeEngine startup message.

SpeakReader v1.2.6

21 May 17:53
8edd8b0
Compare
Choose a tag to compare

v1.2.6 (2020-05-21)

  • Upgrade packages, specifically httplib2 to address security vulnerability.
  • Change how Updates Available is presented in Settings when there are commit updates.
  • Add pip-update method to version management to update the python installation tools during update.

SpeakReader v1.2.6-beta

21 May 17:04
Compare
Choose a tag to compare
Pre-release

v1.2.6 (2020-05-21)

  • Upgrade packages, specifically httplib2 to address security vulnerability.
  • Change how Updates Available is presented in Settings when there are commit updates.
  • Add pip-update method to version management to update the python installation tools during update.

SpeakReader v1.2.5

23 Dec 11:36
684b984
Compare
Choose a tag to compare

v1.2.5 (2019-12-23)

  • Upgrade packages, specifically grpcio, to fix an issue on Raspbian.
  • Modify pip_sync to output messages from process in realtime.
  • Modify loop to handle Google Cloud time limits on content.
  • Set GIT remote and branch based on what's installed.

SpeakReader v1.2.5-beta

10 Dec 20:27
Compare
Choose a tag to compare
Pre-release

v1.2.5 (2019-12-10)

  • Upgrade packages, specifically grpcio, to fix an issue on Raspbian.
  • Modify pip_sync to output messages from process in realtime.
  • Modify loop to handle Google Cloud time limits on content.
  • Set GIT remote and branch based on what's installed.

SpeakReader v1.2.4.1

10 Dec 16:07
Compare
Choose a tag to compare

v1.2.4.1 (2019-12-10)

  • Upgrade packages, specifically grpcio, to fix an issue on Raspbian.

SpeakReader v1.2.4

09 Dec 18:44
Compare
Choose a tag to compare

v1.2.4 (2019-12-09)

  • Fix favicon handling.
  • Run pip install requirements before pip-sync.
  • Update installation instructions and init scripts

SpeakReader v1.2.3

21 Oct 19:59
9600f1e
Compare
Choose a tag to compare

v1.2.3 (2019-10-21)

  • Add support to ensure only one instance of SpeakReader is running.
  • Add exception handler for Google OutOfRange exception. Streaming limit is 5 minutes.
  • Run file cleanup if days changes in management console settings.
  • Upgrade packages.

SpeakReader v1.2.2

19 Oct 22:22
233fae3
Compare
Choose a tag to compare

v1.2.2 (2019-10-19)

  • Add settings and process for deleting logs, transcripts, and recordings after a specified number of days.

SpeakReader v1.2.1

19 Oct 19:07
651bacf
Compare
Choose a tag to compare

v1.2.1 (2019-10-19)

  • Microsoft Azure Speech-to-Text Cloud service is not available on some platforms. Added support for detecting failure to load service.

v1.2.0 (2019-10-15)

  • Add support for Microsoft Azure Speech-to-Text Cloud service.
  • Remove Nightly as a selectable git branch.