Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 16.17 KiB

1.0.0-alpha.13 (2020-10-29)

Bug Fixes

  • episodes-table: set descriptions to be not null (6774ec1)

Features

  • add episode_numbering() component helper to display episode and season numbers (3f4a6bd)
  • episodes: replace all audio file URL parameters with base64 encoded data (e1f65cd)

1.0.0-alpha.12 (2020-10-26)

Bug Fixes

  • replace getWebEnclosureUrl with getEnclosureWebUrl (8122cea)

1.0.0-alpha.11 (2020-10-26)

Features

1.0.0-alpha.10 (2020-10-26)

Bug Fixes

  • install: redirect to host_url install route on instanceConfig validation error (99250b1)

1.0.0-alpha.9 (2020-10-26)

Features

  • display castopod version in admin footer (9f2574e), closes #68

1.0.0-alpha.8 (2020-10-22)

Features

  • episodes: schedule episode with future publication_date by using cache expiration time (4f1e773), closes #47