Skip to content

Commit 935e358

Browse files
committed
v0.6.1: Extrract album covers
1 parent 71d2038 commit 935e358

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [0.6.1] - 2024-03-17
10+
11+
### Added
12+
13+
- Audio-only files should now export a single album cover (if available) in place of video frames.
14+
915
## [0.6.0] - 2024-03-16
1016

1117
### 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.0"
4+
version = "0.6.1"
55
authors = ["Eric Kidd <git@randomhacks.net>"]
66
license = "Apache-2.0"
77
edition = "2021"

0 commit comments

Comments
 (0)