We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f12a29 commit 43591c7Copy full SHA for 43591c7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [11.1.0](https://github.com/lightpohl/podcast-dl/compare/v11.0.1...v11.1.0) (2025-05-30)
4
+
5
6
+### Features
7
8
+* add back '--archive' ([6f12a29](https://github.com/lightpohl/podcast-dl/commit/6f12a2966445c0abd5d3449a08ab3a637296ad82)), closes [#106](https://github.com/lightpohl/podcast-dl/issues/106)
9
10
## [11.0.1](https://github.com/lightpohl/podcast-dl/compare/v11.0.0...v11.0.1) (2025-05-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "podcast-dl",
- "version": "11.0.1",
+ "version": "11.1.0",
"description": "A CLI for downloading podcasts.",
"type": "module",
"bin": "./bin/bin.js",
0 commit comments