From 17ba25744dea6271d90f0b6464ed12a6650f0216 Mon Sep 17 00:00:00 2001 From: zh-plus Date: Tue, 27 Jun 2023 12:35:57 +0800 Subject: [PATCH] Bump up version to 0.1.3 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a5e21..59b55a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.1.3 + +This update add input video support and introduce context configuration. + +#### New features: + +- Add input video support. +- Add context configuration for inputs. + +#### Other Changes: + +- Add test suites to CI. +- Add language detection for translated content. +- Improve prompt by adding background info. +- Update punctuator model. +- Replace `opencc` with more light-weight `zhconv`. + ## 0.1.2 This update improves the timeline consistency of translated subtitles. diff --git a/pyproject.toml b/pyproject.toml index da98490..8515d88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ in-project = true [tool.poetry] name = "openlrc" -version = "0.1.2" +version = "0.1.3" description = "Transcribe (whisper) and translate (gpt) voice into LRC file." license = "MIT" authors = [