Skip to content

Commit 982e1c7

Browse files
committed
substudy v0.6.6: Improve song transcription
1 parent a97609e commit 982e1c7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substudy/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [0.6.6] - 2024-04-11
10+
11+
### Added
12+
13+
- Improved help messages for `substudy transcribe`.
14+
- `transcribe` now supports `--expected-text`, which should be used when you believe that you have a more-or-less complete and accurate transcription already, which you wish to synchronize. This is especially useful for songs, where lyrics are readily available but the error rate may be higher. This mode also preserves line breaks.
15+
- The `transcribe --example-text` option is now `--related-text`, in order to make the meaning clearer. The old option is still supported.
16+
- `transcribe` now supports an optional `--lang` argument. This is most useful when the language is known, but the available "related text" is non-existant or extremely short. Normally, the language is detected automatically.
17+
918
## [0.6.5] - 2024-03-30
1019

1120
### Added

substudy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "substudy"
4-
version = "0.6.5"
4+
version = "0.6.6"
55
authors = ["Eric Kidd <git@randomhacks.net>"]
66
license = "Apache-2.0"
77
edition = "2021"

0 commit comments

Comments
 (0)