Versioning complies with semantic versioning (semver).
-
v0.3.4 (2018-03-21):
- [doc] Links to workflow ZIPs fixed.
-
v0.3.3 (2018-03-08):
- [fix] It is now ensured that the system versions of standard utilities such
as
awk
are called, to prevent unexpected behavior stemming from user-installed versions in /usr/local/bin getting called.
- [fix] It is now ensured that the system versions of standard utilities such
as
-
v0.3.2 (2017-01-03):
- [doc] Limitations of support for third-party voices noted.
- [fix]
voices -m
now works on macOS Sierra.
-
v0.3.1 (2015-11-03):
- [doc] Added link to Alfred 2 workflow speak.waf as a superior alternative to the OSX services.
-
v0.3.0 (2015-10-27):
- [Potentially breaking change]
-i
for reporting voice internals now reports an extra variableBundleID
as the last item, i.e., the voice's bundle ID.
- [Potentially breaking change]
-
v0.2.3 (2015-09-20):
- [doc]
voices
now has a man page (if manually installed, usevoices --man
);voices -h
now just prints concise usage information.
- [doc]
-
v0.2.2 (2015-09-15):
- [dev] Makefile improvements; various other behind-the-scenes tweaks.
-
v0.2.1 (2015-07-30):
- [doc] Read-me corrections.
-
v0.2.0 (2015-07-29):
- [enhancement]
voices
now honors custom speaking rates when requested to speak with the-k
option - [enhancement] OSX Service
Switch Default Voice.workflow
is now configuration file-based and supports more than 2 voices for cyclical switching; default confirmation text spoken on switching is now the localized name of the new voice's language. - [new] OSX Service
Speak With Specific Voice.workflow
allows speaking selected text with a fixed alternate voice.
- [enhancement]
-
v0.1.9 (2015-07-28):
- [doc] Corrected the mistaken claim that changing the default voice also changes the VoiceOver default voice: the VoiceOver feature has its own default voice, separate from the TTS feature; this utility only changes the TTS default voice, not also the VoiceOver one.
-
v0.1.8 (2015-07-28):
- [fix] Regression: default customization data for the OSX service reset to original values (two US English-voices).
-
v0.1.7 (2015-07-28):
- [fix] When switching default voices, any custom speaking rate (words per minute) configured for a given voice via System Preferences is now honored. Note, however, that speaking text with
voices
' own-k
option does not honor custom speaking rates due to a limitation in the underlyingsay
utility.
- [fix] When switching default voices, any custom speaking rate (words per minute) configured for a given voice via System Preferences is now honored. Note, however, that speaking text with
-
v0.1.6 (2015-07-28):
- [dev] Pre-commit hook fixed to ensure that the modified workflow and ZIP file are added to the index before committing.
-
v0.1.5 (2015-07-27):
- [doc] Read-me and CLI help amended with respect to supported OSX versions.
-
v0.1.4 (2015-07-27):
- [enhancement] Added Automator-based OSX service for switching between two default voices.
- [fix] Inability to determine the default voice on a pristine system is now handled more gracefully.
-
v0.1.3 (2015-07-06):
- [doc] CLI-help copyediting; wording of
--version
streamlined.
- [doc] CLI-help copyediting; wording of
-
v0.1.2 (2015-07-01):
- [doc] CLI help improved.
-
v0.1.1 (2015-06-30):
- [doc] Read-me improvements.
-
v0.1.0 (2015-06-29):
- Initial release.