- Mar 14, 2025
-
-
Yassine Doghri authored
update CI4 to 4.6.0 + use codeigniter-vite and vite-plugin-codeigniter to load assets
-
- Dec 30, 2024
-
-
semantic-release-bot authored
## [2.0.0-next.3](v2.0.0-next.2...v2.0.0-next.3) (2024-12-30) ### Features * **api:** add Episode create and publish endpoints ([a90cdfdc](a90cdfdc)) * **image:** add image size's width and height ([f50098ec](f50098ec)) * **plugins:** add defaultValue for all field types ([d3a98db6](d3a98db6)) * **plugins:** add group field type + multiple option to render field arrays ([11ccd0eb](11ccd0eb)) * **plugins:** add html field type + CodeEditor component + rework html head generation ([8cf9c6dc](8cf9c6dc)) * **rss:** add option for 301 redirect to new feed url ([8402cc29](8402cc29)) ### Bug Fixes * add downloads_count to episodes table, computed every hour ([f9819376](f9819376)) * allow passing json to app.proxyIPs config to set it ([cbf739e9](cbf739e9)) * **api:** cast integers when creating episode ([775b302f](775b302f)) * **docker-image:** clear cache to account for new assets and data structure changes ([63c763f9](63c763f9)), closes [#510](#510) * edit remap functions to get episode in episode admin controllers ([9f74cca3](9f74cca3)) * **episode:** do not change slug when editing episode title ([a83afb00](a83afb00)), closes [#513](#513) * **fediverse:** add "processing" and "failed" statuses to better manage broadcast load ([1d7583d7](1d7583d7)), closes [#511](#511) * **icons:** set correct names for lock and lock-unlock icons in premium banner ([37ee6d35](37ee6d35)) * **plugins:** clear cache after activating or deactivating plugin ([08c7df2a](08c7df2a)) * **plugins:** delete relevant cache when submitting settings ([00bd4c02](00bd4c02)) * **podcast-model:** always query podcast from database when clearing cache ([d30c49cd](d30c49cd)) * **premium-podcasts:** update query to validate subscription ([2b1bbf34](2b1bbf34)) * **preview:** delete episode preview cache after editing episode ([732d4292](732d4292)), closes [#514](#514) * **release:** add conventional-changelog-conventionalcommits for CHANGELOG generation ([6934c8aa](6934c8aa)) * **rss:** add subscription id to cache name to prevent premium feeds from overlapping ([74f93259](74f93259)) * set user as www-data when running cron jobs in docker's supervisord config ([65d74f14](65d74f14)) * typo in EpisodeController remap function to get episode ([f288a750](f288a750)) * update select and multi-select options to value/label arrays ([63f93f58](63f93f58)) ### Internal * **plugins:** create Field objects per field type in settings forms + handle rendering in class ([34be5bcc](34be5bcc)) * remove fields from podcast and episode entities to be replaced with plugins ([b869acb3](b869acb3)) * rename controller methods for views and actions to be more consistent ([85704bfb](85704bfb)) * update CodeIgniter to v4.5.6 ([f295e9aa](f295e9aa)) * update codigniter-icons to v1.0.1 ([fa6967e6](fa6967e6)) * update js dependencies to latest ([70c97971](70c97971))
-
- Dec 29, 2024
-
-
Yassine Doghri authored
+ update php dependencies to latest
-
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 25, 2024
-
-
- Dec 18, 2024
-
-
Yassine Doghri authored
add PermalinkEditor component
-
- Dec 17, 2024
-
-
Yassine Doghri authored
update php and js packages to latest
-
- Nov 07, 2024
-
-
Yassine Doghri authored
escape plugin description + replace codeigniter-icons with php-icons v1.2
-
- Nov 06, 2024
-
-
Yassine Doghri authored
-
Yassine Doghri authored
-
- Jul 08, 2024
-
-
semantic-release-bot authored
# [2.0.0-next.2](v2.0.0-next.1...v2.0.0-next.2) (2024-07-08) ### Bug Fixes * **audio-player:** set player icons to default instead of missing Castopod's ([0ba0a25b](0ba0a25b)) * broken icon call in frontend default pages template ([32283625](32283625)) * **manifest:** set repository url as required in docstring typings ([a8c81b3f](a8c81b3f)) * set correct icons parameters in map and funding links views ([5d355248](5d355248)), closes [#500](#500) ### Features * **plugins:** add `minCastopodVersion` to denote incompatibility with previous Castopod versions ([fc9ea759](fc9ea759)) * **plugins:** load and display LICENSE.md file if found in plugin's directory ([fee79059](fee79059))
-
- Jul 04, 2024
-
-
Yassine Doghri authored
-
Yassine Doghri authored
-
- Jun 19, 2024
-
-
semantic-release-bot authored
# [2.0.0-next.1](v1.11.0...v2.0.0-next.1) (6/19/2024) ### Bug Fixes * add missing php-icons config file to bundle ([56612f0c](56612f0c)) * **docs:** add base to og image using env variable ([fe676590](fe676590)) * **import:** rewrite download_file helper to output curl response directly to file ([eb7ad2f7](eb7ad2f7)) * include app/Resources/icons folder to bundle ([3fd5efc7](3fd5efc7)) * **platforms:** add platforms service + reduce memory consumption when rendering platform cards ([fe73e9fa](fe73e9fa)) * set owner email visibility when editing podcast ([fc4f9825](fc4f9825)), closes [#473](#473) ### Build System * release next major version as prerelease ([82752264](82752264)) ### Features * add Plugins module with base files for plugins architecture ([7253e13a](7253e13a)) * **plugins:** abstract settings form for general, podcast and episode types ([b62b483a](b62b483a)) * **plugins:** activate / deactivate plugin using settings table ([27d2a1b0](27d2a1b0)) * **plugins:** add aside with plugin metadata next to plugin's readme ([dfb7888a](dfb7888a)) * **plugins:** add before channel/item hooks to allow podcast/episode data edit when generating rss ([80d2c48e](80d2c48e)) * **plugins:** add json schema definition for plugin manifest ([b5eddf35](b5eddf35)) * **plugins:** add methods to easily retrieve general, podcast and episode settings in hooks methods ([3a900bba](3a900bba)) * **plugins:** add new field types + validate & cast user data before storing settings ([6f833fc7](6f833fc7)) * **plugins:** add options to manifest for building forms and storing plugin settings ([3d8aedf9](3d8aedf9)) * **plugins:** add settings page for podcast and episode if defined in the plugin's manifest ([89ac92fb](89ac92fb)) * **plugins:** add siteHead hook to add custom meta tags to public pages ([e80a33bf](e80a33bf)) * **plugins:** display errors when plugin is invalid instead of crashing ([8ec79097](8ec79097)) * **plugins:** handle empty states and long strings in UI ([45ac2a4b](45ac2a4b)) * **plugins:** load and validate plugin manifest.json ([1510e36c](1510e36c)) * **plugins:** load plugins using file locator service ([587938d2](587938d2)) * **plugins:** load README.md file to view plugin's instructions in UI ([e6bfdfc3](e6bfdfc3)) * **plugins:** register plugins using Plugin.php file instead of namespace + simplify i18n structure ([2035c39f](2035c39f)) * **plugins:** uninstall plugins via CLI and admin UI ([9a80de40](9a80de40)) * set owner email to hidden by default in podcast create form ([7a6d9df6](7a6d9df6)) * support podcast:txt tag with verify use case ([57e459e1](57e459e1)), closes [#468](#468) ### BREAKING CHANGES * next major release including plugins architecture
-
- Jun 14, 2024
-
-
Yassine Doghri authored
feat(plugins): register plugins using Plugin.php file instead of namespace + simplify i18n structure
-
Yassine Doghri authored
update filter permission logic for replacing router param
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
- rename options to settings
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
+ load plugin icon + add pagination + autoload plugins in Config/Autoload.php to handle plugin i18n + style plugin cards
-
Yassine Doghri authored
-
- May 21, 2024
-
-
Yassine Doghri authored
- change language keys to kebab-case - add new languages to docs: ca, de, es, sr-latn, zh-hans
-
- Apr 28, 2024
-
-
Yassine Doghri authored
-
- Apr 26, 2024
-
-
Yassine Doghri authored
-
Yassine Doghri authored
-
- Apr 24, 2024
-
-
Yassine Doghri authored
refs #457
-
- Apr 17, 2024
-
-
semantic-release-bot authored
# [1.11.0](v1.10.5...v1.11.0) (4/17/2024) ### Bug Fixes * **premium:** set itunes:block on premium feeds to prevent indexing ([88851b02](88851b02)) * **rss:** generate podcast guid if empty ([a5aef2a6](a5aef2a6)), closes [#450](#450) ### Features * add trailer tags to rss if trailer episodes are present ([80fdd9cf](80fdd9cf)) * add transcript display to episode page ([4d141fce](4d141fce)), closes [#411](#411) * **platforms:** add telegram to socials ([004f8040](004f8040)) * **platforms:** add truefans.fm and episodes.fm ([d046ecc5](d046ecc5)), closes [#458](#458) [#459](#459)
-
+ fix transcript parser closes #411
-
- Mar 12, 2024
-
-
semantic-release-bot authored
## [1.10.5](v1.10.4...v1.10.5) (3/12/2024) ### Bug Fixes * **file-uploads:** validate chapters json content + remove permit_empty rule to uploaded files ([6289c42b](6289c42b)), closes [#445](#445)
-
Yassine Doghri authored
-
Yassine Doghri authored
refs #445
-
- Feb 26, 2024
-
-
semantic-release-bot authored
## [1.10.4](adaures/castopod@v1.10.3...v1.10.4) (2/26/2024) ### Bug Fixes * display chapters in episode preview page ([797516a2](adaures/castopod@797516a2)), closes [#445](adaures/castopod#445)
-
- Feb 21, 2024
-
-
semantic-release-bot authored
## [1.10.3](adaures/castopod@v1.10.2...v1.10.3) (2/21/2024) ### Bug Fixes * **chapters:** use episode cover when chapter img is an empty string ([a343de4c](adaures/castopod@a343de4c)), closes [#444](adaures/castopod#444) * **import:** set episodes as premium if podcast is set as premium by default ([dfd66bee](adaures/castopod@dfd66bee))
-
- Feb 20, 2024
-
-
semantic-release-bot authored
## [1.10.2](v1.10.1...v1.10.2) (2/20/2024) ### Bug Fixes * **podcast-import:** move closing parenthasis when checking for owner name and email existence ([cec78155](cec78155))
-
semantic-release-bot authored
## [1.10.1](adaures/castopod@v1.10.0...v1.10.1) (2/20/2024) ### Bug Fixes * **fediverse:** use config name to get Fediverse config properties instead of hardcoded class string ([5fd0980f](adaures/castopod@5fd0980f))
-
- Feb 19, 2024
-
-
semantic-release-bot authored
# [1.10.0](v1.9.0...v1.10.0) (2/19/2024) ### Bug Fixes * **op3:** move op3 prefix to enclosure url instead of audio proxy ([d5803692](d5803692)) * **podcast-import:** rollback transaction before exception is thrown ([419bb047](419bb047)), closes [#429](#429) [#319](#319) [#443](#443) [#438](#438) ### Features * add podcast:season and podcast:episode tags to rss feed ([98c66588](98c66588)) * add support for podcasting 2.0 "medium" tag with podcast, music and audiobook ([630e788f](630e788f)), closes [#439](#439) * display chapters in episode's public page ([87cc437e](87cc437e)), closes [#423](#423) * support VTT transcript file format in addition to SRT ([7071b4b6](7071b4b6)), closes [#433](#433)
-
- Feb 17, 2024
-
-
closes #423
-