Skip to content

Commit

Permalink
substudy v0.6.10: Miscellaneous fixes & usability
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed May 4, 2024
1 parent 58cbcc3 commit d11ece8
Show file tree
Hide file tree
Showing 3 changed files with 15 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.

13 changes: 13 additions & 0 deletions substudy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.9"
version = "0.6.10"
authors = ["Eric Kidd <git@randomhacks.net>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit d11ece8

Please sign in to comment.