Skip to content

Commit

Permalink
v0.5.2: Automatic subtitle translation
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Mar 13, 2024
1 parent bbaf75b commit 5568119
Show file tree
Hide file tree
Showing 3 changed files with 12 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.

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

## [Unreleased]

## [0.5.2] - 2024-03-12

### Added

- Add automatic subtitle translation using `substudy translate foreign_subs.srt --native-lang=en > native_subs.srt`. This requires setting an `OPENAI_API_KEY` environment variable. (Or [a `.env` file](https://crates.io/crates/dotenv) containing that variable.) This is still experimental, but it worked well for Spanish-to-English translations in my test.

### Fixed

- Much prettier progress bars.

## [0.5.1] - 2024-03-10

### Changed
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.5.1"
version = "0.5.2"
authors = ["Eric Kidd <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 5568119

Please sign in to comment.