From 64896ec13037a8bdce68720916292b7916305daa Mon Sep 17 00:00:00 2001 From: zh-plus Date: Sun, 24 Dec 2023 22:46:47 +0800 Subject: [PATCH] Bump up to version 1.0.1 --- CHANGELOG.md | 11 ++++++++++- README.md | 3 +++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930fe67..e39fe80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -## 0.1.0 +## 1.0.1 + +This update fix minor issues. + +#### Other Changes: + +- Fix issue that prevent the usage of whisper-large-v3. +- Remove tags from translation texts. + +## 1.0.0 This update introduce new features. diff --git a/README.md b/README.md index 645cf1f..007f140 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,9 @@ Check more details in [Documentation](https://zh-plus.github.io/openlrc/#/). Utilize the available context to enhance the quality of your translation. Save them as `context.yaml` in the same directory as your audio file. +> [!NOTE] +> The improvement of translation quality from Context is **NOT** guaranteed. + ```yaml background: "This is a multi-line background. This is a basic example." diff --git a/pyproject.toml b/pyproject.toml index 4349599..f8ddc2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ in-project = true [tool.poetry] name = "openlrc" -version = "1.0.0" +version = "1.0.1" description = "Transcribe (whisper) and translate (gpt) voice into LRC file." license = "MIT" authors = [