From b92b875efd335dd3f172d786e3e7e74c07b9fbed Mon Sep 17 00:00:00 2001 From: zh-plus Date: Thu, 10 Aug 2023 10:38:57 +0800 Subject: [PATCH] Bump up version to 0.2.3 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f8a76..1647092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.3 + +This update improves preprocess efficiency and minor changes. + +#### Other Changes: + +- Introduce multiprocessing for loudness normalization. +- Fix the .srt generation issue for video input. +- Add preprocess options, which users can tune. + ## 0.2.2 This update addresses minor issues. diff --git a/pyproject.toml b/pyproject.toml index 84f1b82..f5635e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ in-project = true [tool.poetry] name = "openlrc" -version = "0.2.2" +version = "0.2.3" description = "Transcribe (whisper) and translate (gpt) voice into LRC file." license = "MIT" authors = [