Skip to content

Commit

Permalink
chore: pre-release preparations (v.0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
smileart committed Feb 16, 2017
1 parent 40d6886 commit c93e595
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
### 0.1.0 / 2017-01-22
v0.2.0 / 2017-02-16
===================

* Initial release:
* Added useful voices meta-information: gender, quality, "is it a joke?"-flag (WARNING: all the attributes values provided are highly subjective!)
* Implemented searching for voices by more than one attribute (i.e. @voices.find_all &block delegation)
* Improved/Fixed documentation

v.0.1.1 / 2017-01-30
====================

* Fixed leaked `nil` output from the main lib file
* Test code with colourful language deleted from the main lib file 🤦🏻‍♂️

v0.1.0 / 2017-01-30
===================

* First version
* Basic TTS (Strings/Multiline strings/Files)
* Dynamic voices list parsing (based on the real `say` output)
* Voices search (by one of the attributes: name / language / country)
* Full test/docs coverage + CI configuration + fake `say` command for CI
2 changes: 1 addition & 1 deletion lib/mac/say/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module Mac
# Allows to use simple TTS on Mac right from Ruby scripts
class Say
# mac-say version
VERSION = '0.1.1'
VERSION = '0.2.0'
end
end

0 comments on commit c93e595

Please sign in to comment.