Releases: echogarden-project/echogarden
Releases · echogarden-project/echogarden
v2.0.14
v2.0.13
Fixes
- Update to
@echogarden/audio-io
version0.3.0
, fixing the "unsupported platform" error when run on Windows arm64
Documentation
- Update command in CLI.md readme file by @ezekiel747 in #84
New Contributors
- @ezekiel747 made their first contribution in #84
Full Changelog: v2.0.12...v2.0.13
v2.0.12
Fixes
- Amazon Transcribe: use Amazon package language list for an up-to-date source of supported languages.
Full Changelog: v2.0.11...v2.0.12
v2.0.11
Fixes
- Amazon Transcribe: extend two character language codes to default dialects.
Full Changelog: v2.0.10...v2.0.11
v2.0.10
Fixes
amazon-transcribe
: pass full language code, likeen-US
,fr-FR
, etc. instead of short ones
Full Changelog: v2.0.9...v2.0.10
v2.0.9
v2.0.8
Fixes
- CLI: fix issue with incorrect parsing of placeholder patterns like
[text].ext
. Don't error on invalid placeholder patterns.
Internal
- Change default imports to use * imports in places where the external package has no actual default exports.
Full Changelog: v2.0.7...v2.0.8
v2.0.7
Fixes
- Fixed an incorrect character casing on
main
field inpackage.json
, containing the path toAPI.js
, preventing the package being loaded as a library on case-sensitive file systems, like in Linux and macOS! Unbelievably insane! Huge thanks to 0xFlicker who finally reported this. The "typo" has been there since the initial commit of the library, on 24 April 2023 and no one has ever reported it, until now, more than a year and a half later!! How is that even possible??
Full Changelog: v2.0.6...v2.0.7
v2.0.6
v2.0.5
Fixes
- Fix incorrect string concatenation code preventing the workaround for handling of sentence enders within recognized words (added in
v1.6.0
) to work correctly
Full Changelog: v2.0.4...v2.0.5