Castopod - Package Updates
Pinned
Castopod
-
-
-
[1.1.0]
- Update Castopod to 1.6.0
- Full changelog
-
-
Update is delayed since there is a database migration bug caused by https://code.castopod.org/adaures/castopod/-/blob/develop/app/Database/Migrations/2023-06-12-010000_add_full_text_search_indexes.php#L14 which is not supported by mysql but probably only mariadb.
Upstream issue https://code.castopod.org/adaures/castopod/-/issues/382
-
[2.0.0]
- Update Castopod to 1.6.2
- This version brings a security patch from the upstream auth library codeigniter4/shield.
- You will not be able to sign in to your admin, and that is normal. All of your instance's users will have to reset their password by clicking on "Use a Login Link" as if they forgot their password.
- Full changelog
- admin: redirect root fediverse route to fediverse-blocked-actors (ba5324e )
- analytics: show full referrer domain in web pages visits reports (6be38e9 ), closes #367
- auth: overwrite Shield's PermissionFilter (c6e8000 )
- auth: update shield from v1.0.0-beta.3 to v1.0.0-beta.6 (23842df )
- platforms: add missing tiktok to social platforms seed (8dfdaf3 )
- remove fediverse prefix to prevent migration error + load routes during podcast import (7ff1dbe )
- routes: overwrite RouteCollection to include all routes + update js and php dependencies (b4f1b91 )
- update Router to include latest CI changes with alternate-content logic (ae57601 )
- use podcast-activity named route instead of not existing actor route (3c35718 )
- migrations: remove if exists modifier for drop index (82013c9), closes #382
-
[2.0.1]
- Update Castopod to 1.6.3
- Full changelog
- fediverse: add index to post controller-method to access post's jsonld contents (35142d8)
-
[2.0.2]
- Update Castopod to 1.6.4
- Full changelog
- fediverse: do not cache remote action form + fix typo on post routes for passing post uuid (4ecb42f)
- fediverse: update post controller namespace in routes (3189f12)
-
-
[2.0.3]
- Update Castopod to 1.6.5
- Full changelog
-
-
-
[2.2.0]
- Update Castopod to 1.7.0
- Full changelog
-
[2.2.1]
- Update Castopod to 1.7.1
- Full changelog
- housekeeping: add where clause to check episode_id is not null on reset comments count (119742c)
-
-
[2.2.2]
- Update Castopod to 1.7.2
- Full changelog
- render episode number optional when episode type is trailer or bonus
This does not yet solve the caching issue from https://forum.cloudron.io/topic/10600/an-update-or-something-seems-to-have-broken-styling/14
-
-
[2.2.3]
- Update Castopod to 1.7.3
- Full changelog
- analytics: upgrade opawg's user-agents-php to user-agents-v2-php (8cd7886)
- platforms: add Threads and YouTube Music (9264a2d)
-
[2.2.5]
- Update Castopod to 1.7.4
- Full changelog
- media: add missing HEAD route for static assets served with S3 (b61a32c)
-
-
[2.3.0]
- Update Castopod to 1.8.1
- Full changelog
- admin: add tooltip for not authorized routes (f7f9baf )
- admin: emphasize unprivileged items in sidebar with "prohibited" icon (0bd7dde )
- allow hiding owner's email in public RSS feed (222e02a )
- persons: order persons by
full_name
ASC for easier list scanning (68a599f ), closes #418
-
[2.3.1]
- Update Castopod to 1.8.2
- Full changelog
- transcript: add condition when concatenating sub text to prevent second line duplication (6cbfec0 )