Skip to content

Latest commit

 

History

History
197 lines (90 loc) · 7.31 KB

CHANGELOG.md

File metadata and controls

197 lines (90 loc) · 7.31 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.4 (2021-02-20)

Bug Fixes

  • check enclosure for audio type/ext if file is missing ext (58bcc4b)

4.1.3 (2021-01-27)

4.1.2 (2021-01-22)

Bug Fixes

  • disable download progress logging in non-TTY envs (c0f0dde)

4.1.1 (2020-12-29)

Bug Fixes

  • the most recent episode should be downloaded when using '--reverse' (709312b), closes #16

4.1.0 (2020-08-15)

Features

  • add templating support to '--archive' option (f8ed4fb), closes #15

4.0.1 (2020-08-09)

Bug Fixes

  • include generic accept header for compatibility with some podcast servers (a12b1da), closes #13

4.0.0 (2020-08-01)

Breaking Changes

  • remove --prompt option

Features

  • add '--episode-regex' option (24c74ba)

3.0.1 (2020-07-15)

Bug Fixes

  • better handle missing properties for name templating (ae25272)

3.0.0 (2020-07-04)

Breaking Changes

  • guard against overriding local files
  • add '--override' flag for previous behavior

2.0.0 (2020-06-06)

Breaking Changes

  • add recursive flag to mkdir for '--out-dir'
  • use podcast title in meta file name if available
  • default '--out-dir' to podcast specific folder
  • include podcast title name in feed image

1.6.1 (2020-05-24)

Bug Fixes

  • do not show "100%" progress when dowload first starts (3bc3152)

1.6.0 (2020-05-17)

Features

  • add podcast title/link templating options to '--out-dir' (b4c526b)

1.5.0 (2020-05-17)

Features

  • add '--episode-template' option (93044d5), closes #4

1.4.6 (2020-05-11)

Bug Fixes

  • do not archive if file fails to save (dfe9656)

1.4.5 (2020-05-10)

Bug Fixes

  • infinite error after unable to find episode URL (43817d6)

1.4.4 (2020-05-10)

Bug Fixes

  • add HEAD check before asset downloads (2b6edf2)

1.4.3 (2020-05-09)

1.4.2 (2020-05-09)

Bug Fixes

  • add download cleanup on error: (978db00)

1.4.1 (2020-05-09)

Bug Fixes

  • episode images should not override episodes (7716bdc)

1.4.0 (2020-05-09)

Features

Bug Fixes

  • 'episodes' typo in prompt after selecting episodes (6e06ec3)

1.3.1 (2020-05-08)

Bug Fixes

  • counter in prompt loop incorrect (2f2f0ae)

1.3.0 (2020-05-08)

Features

  • add basic --prompt option (225db58)

1.2.0 (2020-05-07)

Features

  • add --list option for episode data (90b3b80)
  • add --reverse option (dcae39c)

1.1.1 (2020-04-30)

1.1.0 (2020-04-27)

Features

  • add --offset and --limit options (b71bc91)

Bug Fixes

  • only pluralize episodes when not 1 item (9449899)

1.0.2 (2020-04-26)

Bug Fixes

  • incorrectly referenced bin (921a887)

1.0.1 (2020-04-26)

1.0.0 (2020-04-26)

Features

  • add initial download script (166426a)
  • add metadata retrieval options (912062a)