Forked from
Ad Aures / Castopod
496 commits behind the upstream repository.
-
semantic-release-bot authored
# [1.0.0-beta.20](v1.0.0-beta.19...v1.0.0-beta.20) (2022-08-12) ### Bug Fixes * add underline and semibold font weight for prose links to have them stand out ([d4d86712](d4d86712)) * **router:** check if Accept header is set before getting value ([10a2ae02](10a2ae02)), closes [#228](#228) * **search-episodes:** add fallback sql query using LIKE for search query with less than 4 characters ([e66bf443](e66bf443)), closes [#236](#236) * set interact_as_actor for user upon password reset ([ad8f5f5a](ad8f5f5a)), closes [#178](#178) ### Features * add label to sponsor button on podcast page ([c29c018c](c29c018c)), closes [#162](#162) * add notifications inbox for actors ([999999e3](999999e3)), closes [#215](#215)
semantic-release-bot authored# [1.0.0-beta.20](v1.0.0-beta.19...v1.0.0-beta.20) (2022-08-12) ### Bug Fixes * add underline and semibold font weight for prose links to have them stand out ([d4d86712](d4d86712)) * **router:** check if Accept header is set before getting value ([10a2ae02](10a2ae02)), closes [#228](#228) * **search-episodes:** add fallback sql query using LIKE for search query with less than 4 characters ([e66bf443](e66bf443)), closes [#236](#236) * set interact_as_actor for user upon password reset ([ad8f5f5a](ad8f5f5a)), closes [#178](#178) ### Features * add label to sponsor button on podcast page ([c29c018c](c29c018c)), closes [#162](#162) * add notifications inbox for actors ([999999e3](999999e3)), closes [#215](#215)
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)