Skip to content

Commit

Permalink
Update backends
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
ruuk committed Aug 13, 2014
1 parent fe9b3d0 commit bfc346c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
12 changes: 8 additions & 4 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ patent must be licensed for everyone's free use or not licensed at all.

The precise terms and conditions for copying, distribution and
modification follow.



GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

Expand Down Expand Up @@ -111,7 +112,8 @@ above, provided that you also meet all of these conditions:
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)



These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
Expand Down Expand Up @@ -169,7 +171,8 @@ access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.



4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
Expand Down Expand Up @@ -226,7 +229,8 @@ impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.



8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.xbmc.tts"
name="XBMC TTS"
version="0.0.82"
version="0.0.83"
provider-name="Rick Phillips (ruuk), pvagner">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
Expand Down
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog for service.xbmc.tts
==============================

Current version: 0.0.82
Current version: 0.0.83
-----------------------

Authors: ruuk, pvagner
Expand All @@ -13,13 +13,18 @@ TODO:
Speech for more window types that isn't automatically handled
Pageination for large texts?
Subtitle speech? Maybe only possible with something like pysrt and a subtitle file. https://pypi.python.org/pypi/pysrt
GwMicro Window Eyes backend?

EXTERNAL TODO:
--------------
Test Windows installer on Vista/7/8
OSX installer?
Android TTS app for android backend

** 0.0.83 **

Fix for errors on platforms with Python 2.6

** 0.0.82 **

Added 'Speak Background Progress Updates' to Settings:Options (Default: False)
Expand Down
2 changes: 1 addition & 1 deletion lib/backends
Submodule backends updated 1 files
+9 −3 sapi.py

0 comments on commit bfc346c

Please sign in to comment.