Skip to content

Commit

Permalink
Bump up version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Aug 10, 2023
1 parent ad82f14 commit b92b875
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b92b875

Please sign in to comment.