Skip to content

Commit 0fe7f5f

Browse files
authored
chore(main): release 10.5.0 (#101)
1 parent df9006e commit 0fe7f5f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [10.5.0](https://github.com/lightpohl/podcast-dl/compare/v10.4.1...v10.5.0) (2025-05-18)
4+
5+
6+
### Features
7+
8+
* embed episode artwork if available when ffmpeg is run ([34eac22](https://github.com/lightpohl/podcast-dl/commit/34eac22ef0d9c804caca054469b77862e5cc16d6)), closes [#100](https://github.com/lightpohl/podcast-dl/issues/100)
9+
10+
11+
### Bug Fixes
12+
13+
* use 'contentSnippet' for mp3 metadata comment ([fc92fed](https://github.com/lightpohl/podcast-dl/commit/fc92feda959262245d7f1198cd670b3bd087749b))
14+
315
## [10.4.1](https://github.com/lightpohl/podcast-dl/compare/v10.4.0...v10.4.1) (2024-12-11)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "podcast-dl",
3-
"version": "10.4.1",
3+
"version": "10.5.0",
44
"description": "A CLI for downloading podcasts.",
55
"type": "module",
66
"bin": "./bin/bin.js",

0 commit comments

Comments
 (0)