forked from pool/python-gTTS
- update to 2.5.0:
* Add connection timeout + misc improvements (#440) - Adds a language fallback feature for deprecated languages to maintain compatiblity (e.g. ``en-us`` becomes ``en``). Fallback can be disabled with ``lang_check=False`` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=30
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 12:46:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.5.0:
|
||||
* Add connection timeout + misc improvements (#440)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 15:04:27 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
@@ -75,8 +81,8 @@ Mon Mar 21 13:27:59 UTC 2022 - pgajdos@suse.com
|
||||
------------------
|
||||
Features
|
||||
~~~~~~~
|
||||
- Adds a language fallback feature for deprecated languages to maintain compatiblity
|
||||
(e.g. ``en-us`` becomes ``en``). Fallback can be disabled with ``lang_check=False``
|
||||
- Adds a language fallback feature for deprecated languages to maintain compatiblity
|
||||
(e.g. ``en-us`` becomes ``en``). Fallback can be disabled with ``lang_check=False``
|
||||
or ``--nocheck`` for the cli (`#267 <https://github.com/pndurette/gTTS/issues/267>`_)
|
||||
Bugfixes
|
||||
~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user