Skip to content
Snippets Groups Projects
Forked from Ad Aures / Castopod
496 commits behind the upstream repository.
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 113.67 KiB

1.0.0-beta.20 (2022-08-12)

Bug Fixes

  • add underline and semibold font weight for prose links to have them stand out (d4d8671)
  • router: check if Accept header is set before getting value (10a2ae0), closes #228
  • search-episodes: add fallback sql query using LIKE for search query with less than 4 characters (e66bf44), closes #236
  • set interact_as_actor for user upon password reset (ad8f5f5), closes #178

Features

  • add label to sponsor button on podcast page (c29c018), closes #162
  • add notifications inbox for actors (999999e), closes #215

1.0.0-beta.19 (2022-07-21)

Bug Fixes

  • episode-unpublish: set consistent posts_counts' increments/decrements for actors and episodes (8acdafd), closes #233
  • get_browser_language: return defaultLocale if browser doesn't send user preferred language (9cc2996)

Features

  • episode-unpublish: remove episode comments upon unpublish (78acd7f)

1.0.0-beta.18 (2022-07-07)

Bug Fixes

  • player-styling: revert vite to 2.8 to reference the player css (e07d3af)

Features

  • add legalNoticeURL to app config for setting an external url to legal notice (711843a)

1.0.0-beta.17 (2022-07-06)

Bug Fixes

  • explicitly cast seconds to int in iso8601_duration helper function (779653f)
  • housekeeping: use EpisodeModel's builder to reset comments count (65e9c0b)
  • rss: round episode durations and soundbites (c9fb987), closes #214
  • xml-editor: prettify xml even without root node (ca55c24)

Features

  • add publish feature for podcasts and set draft by default (3d363f2), closes #128 #220
  • admin: add instance wide dashboard with storage and bandwidth usage (b1a6c02), closes #216
  • datetime-picker: set material_green theme to flatpickr (3ce6541)