Skip to content

Commit

Permalink
substudy v0.6.6: Improve song transcription
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Apr 11, 2024
1 parent a97609e commit 982e1c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions substudy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [0.6.6] - 2024-04-11

### Added

- Improved help messages for `substudy transcribe`.
- `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.
- The `transcribe --example-text` option is now `--related-text`, in order to make the meaning clearer. The old option is still supported.
- `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.

## [0.6.5] - 2024-03-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion substudy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "substudy"
version = "0.6.5"
version = "0.6.6"
authors = ["Eric Kidd <git@randomhacks.net>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 982e1c7

Please sign in to comment.