From d11ece81ec2c276e2d78798009f628d565fdb1cf Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Sat, 4 May 2024 13:21:10 -0400 Subject: [PATCH] substudy v0.6.10: Miscellaneous fixes & usability --- Cargo.lock | 2 +- substudy/CHANGELOG.md | 13 +++++++++++++ substudy/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08b4db6..02902a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3875,7 +3875,7 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "substudy" -version = "0.6.9" +version = "0.6.10" dependencies = [ "anyhow", "async-openai", diff --git a/substudy/CHANGELOG.md b/substudy/CHANGELOG.md index ed7f73d..0061e93 100644 --- a/substudy/CHANGELOG.md +++ b/substudy/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [0.6.10] - 2024-05-04 + +### Added + +- It is now possible (though usually unnecessary) to supply the source language when translating subtitles. + +### Fixed + +- Exported images are now 50% larger in each dimension. Screens got bigger in the last 8 years, and 240x160 is feeling a little small. +- Transcribed subtitles now default to 40 characters per line, rather than 30. This is more standard, and it uses space more efficently in VLC. +- Improve docs and error messages for `export anki`. Thank you to @rdearman for the feedback! +- Give a more helpful error for overlapping subtitles in input files, which we don't really support at the moment (though we can fix small overlaps). Thank you to everyone who let me know about this! + ## [0.6.9] - 2024-04-11 ### Fixed diff --git a/substudy/Cargo.toml b/substudy/Cargo.toml index 8cb526e..d47b3ac 100644 --- a/substudy/Cargo.toml +++ b/substudy/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "substudy" -version = "0.6.9" +version = "0.6.10" authors = ["Eric Kidd "] license = "Apache-2.0" edition = "2021"