-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small last changes for this release.
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# -*- coding: UTF-8 -*- | ||
#Copyright (C) 2009 - 2019 David CM, released under the GPL. | ||
#Copyright (C) 2009 - 2023 David CM, released under the GPL. | ||
# Author: David CM <[email protected]> and others. | ||
#synthDrivers/_ibmeci.py | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,17 @@ | ||
# version v23.01.3 | ||
# version v23.02.1 | ||
|
||
* Updated the add-on template translation strings. | ||
* Updated the english documentation. | ||
* Updated spanish documentation and the strings for the GUI. | ||
* Updated the italian strings and documentation. | ||
* fix a small issue on the update checker. | ||
* Fixed some bugs in some cases when loading IBMTTS libraries. The way of loading the libraries has been changed to minimize the possibility of errors. | ||
* If the driver can't load the library, an error entry will be shown in the log. | ||
* Changed the way to determine the library being used. Now dll resources (ProductName) is used to determine it. | ||
* Added the version where a documentation change was introduced (for documentation translators). | ||
* Added fixes for french. | ||
* Updated code to use language constants. | ||
* Improved the conditionals to determine the language to be used in process text. | ||
* Restored the 22 kHz sample rate option. Voices that use it have surfaced recently. | ||
* Removed outdated version of Spanish ª crash fix from spanish_ibm_fixes. | ||
* Updated spanish documentation. | ||
* Updated locale strings and documentation for Brazilian and Portugal Portuguese. | ||
* Updated french documentation. | ||
* Updated german interface and documentation. | ||
* Updated translations for italian language. | ||
* Updated english documentation. |
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