-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e1ffc3
commit 124fbbb
Showing
7 changed files
with
76 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
9/11/2020 | ||
1.1.2 | ||
- Bumped version to 1.1.2 | ||
- Added support for wav sound effects | ||
|
||
9/11/2020 | ||
- Added the possiblity for not using a collin in your script | ||
|
||
9/14/2020 | ||
1.1.3 | ||
- Bumped version to 1.1.3 | ||
- Made the option to retry a sound effect | ||
- Changed yuoung_grandma to young_grandma | ||
- REPEAT modifier defaults to 2 | ||
- Added suport for ogg sound effects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
EMAIL = '[email protected]' | ||
AUTHOR = 'Don Flymoor' | ||
REQUIRES_PYTHON = '>=3.6.0' | ||
VERSION = '1.1.2' | ||
VERSION = '1.1.3' | ||
|
||
# What packages are required for this module to be executed? | ||
REQUIRED = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
from .voxtalkz import * | ||
|
||
__version__ = '1.1.2' | ||
__version__ = '1.1.3' |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters