- Feb 24, 2025
-
-
semantic-release-bot authored
## [1.13.4](v1.13.3...v1.13.4) (2025-02-24) ### Bug Fixes * **platforms:** add podcast id when deleting platforms on save ([019fbaf7](019fbaf7)) * return method instead of throwing a 404 when submitting a post ([44ad6511](44ad6511)), closes [#550](#550)
-
Yassine Doghri authored
-
Yassine Doghri authored
this prevents deleting other podcasts' platforms
-
Yassine Doghri authored
fixes #550
-
- Jan 08, 2025
-
-
semantic-release-bot authored
## [1.13.3](v1.13.2...v1.13.3) (2025-01-08) ### Bug Fixes * remove exit function from podcast:import command to allow for episodes:compute-downloads to run ([3359abf3](3359abf3))
-
Yassine Doghri authored
fix: remove exit function from podcast:import command to allow for episodes:compute-downloads to run - update CI4 to v4.5.7 - update php and js dependencies to latest - reconfigure lint-staged
-
- Dec 28, 2024
-
-
semantic-release-bot authored
## [1.13.2](v1.13.1...v1.13.2) (2024-12-28) ### Bug Fixes * add downloads_count to episodes table, computed every hour ([5182d5d6](5182d5d6))
-
Yassine Doghri authored
This removes computing latency when retrieving episodes list with download count in admin. The more analytics records, the more it took to calculate the sum of hits to get the downloads count for each episode.
-
- Dec 05, 2024
-
-
semantic-release-bot authored
## [1.13.1](v1.13.0...v1.13.1) (2024-12-05) ### Bug Fixes * **api:** cast integers when creating episode ([7ca501dd](7ca501dd))
-
-
- Nov 07, 2024
-
-
Yassine Doghri authored
-
- Nov 06, 2024
-
-
Yassine Doghri authored
+ update dependencies to latest
-
-
- Oct 25, 2024
-
-
semantic-release-bot authored
# [1.13.0](v1.12.11...v1.13.0) (2024-10-25) ### Features * **api:** add Episode create and publish endpoints ([75cf78e9](75cf78e9)) * **rss:** add option for 301 redirect to new feed url ([3a7d26fd](3a7d26fd))
-
- Oct 24, 2024
-
-
-
Yassine Doghri authored
-
- Oct 16, 2024
-
-
semantic-release-bot authored
## [1.12.11](v1.12.10...v1.12.11) (2024-10-16) ### Bug Fixes * allow passing json to app.proxyIPs config to set it ([7d1460b8](7d1460b8))
-
Yassine Doghri authored
-
- Oct 03, 2024
-
-
semantic-release-bot authored
## [1.12.10](v1.12.9...v1.12.10) (2024-10-03) ### Bug Fixes * set user as www-data when running cron jobs in docker's supervisord config ([be3b6db2](be3b6db2))
-
Yassine Doghri authored
This prevents any ownership issue when cron tasks create cache files
-
- Sep 24, 2024
-
-
Yassine Doghri authored
-
- Aug 16, 2024
-
-
semantic-release-bot authored
## [1.12.9](v1.12.8...v1.12.9) (2024-08-16) ### Bug Fixes * **fediverse:** add "processing" and "failed" statuses to better manage broadcast load ([cf9e0724](cf9e0724)), closes [#511](#511)
-
Yassine Doghri authored
fixes #511
-
semantic-release-bot authored
## [1.12.8](v1.12.7...v1.12.8) (2024-08-16) ### Bug Fixes * **podcast-model:** always query podcast from database when clearing cache ([995ca5b1](995ca5b1))
-
Yassine Doghri authored
this prevents from having any unexpected caching side effects
-
- Aug 14, 2024
-
-
semantic-release-bot authored
## [1.12.7](v1.12.6...v1.12.7) (2024-08-14) ### Bug Fixes * **episode:** do not change slug when editing episode title ([89bf73b8](89bf73b8)), closes [#513](#513) * **preview:** delete episode preview cache after editing episode ([6a2cdd06](6a2cdd06)), closes [#514](#514)
-
Yassine Doghri authored
fixes #513
-
Yassine Doghri authored
fixes #514
-
- Aug 09, 2024
-
-
semantic-release-bot authored
## [1.12.6](v1.12.5...v1.12.6) (2024-08-09) ### Bug Fixes * **docker-image:** clear cache to account for new assets and data structure changes ([e41245d2](e41245d2)), closes [#510](#510)
-
Yassine Doghri authored
fixes #510
-
- Jul 30, 2024
-
-
semantic-release-bot authored
## [1.12.5](v1.12.4...v1.12.5) (2024-07-30) ### Bug Fixes * **rss:** add subscription id to cache name to prevent premium feeds from overlapping ([5310d864](5310d864))
-
Yassine Doghri authored
-
Yassine Doghri authored
-
semantic-release-bot authored
## [1.12.4](v1.12.3...v1.12.4) (2024-07-30) ### Bug Fixes * **icons:** set correct names for lock and lock-unlock icons in premium banner ([94deaab3](94deaab3)) * **premium-podcasts:** update query to validate subscription ([0e6d2945](0e6d2945))
-
Yassine Doghri authored
-
Yassine Doghri authored
-
- Jul 04, 2024
-
-
semantic-release-bot authored
## [1.12.3](v1.12.2...v1.12.3) (2024-07-04) ### Bug Fixes * **audio-player:** set player icons to default instead of missing Castopod's ([c89d2986](c89d2986))
-
Yassine Doghri authored
-
- Jul 03, 2024
-
-
semantic-release-bot authored
## [1.12.2](v1.12.1...v1.12.2) (2024-07-03) ### Bug Fixes * broken icon call in frontend default pages template ([d8d2eb92](d8d2eb92))
-
-