Important
If you are running the :dev container image now is the best time to switch back to :latest or the semver version.
New Features
Task to Update Platform (Twitch) Channels
#1018 - If a channel changes their name it can cause issues with live stream archives. A new tasks runs every 12 hours to update Twitch channel information. This can also be started from Admin>Tasks. This will not update the channel image if the image already exists. You will need to manually do that in Admin>Channels.
Note that this will end up creating a second directory for that channel and new archives will be placed there. In theory the storage migration task should handle renaming/moving the old archives to the new channel folder but I have not tested that.
What's Changed
- Update translations by @CompileNix in #1008
- allow non-english characters in file paths by @Zibbp in #1010
- In the previous release I restricted what characters can be used in file names. This relaxes the change a little by allowing non-english characters.
- Add Ukrainian translation (uk.json) by @Witchness in #1021
- build(deps): bump github.com/labstack/echo/v4 from 4.14.0 to 4.15.0 by @dependabot[bot] in #1016
- build(deps): bump riverqueue.com/riverui from 0.13.0 to 0.14.0 by @dependabot[bot] in #1015
- build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.11 to 4.25.12 by @dependabot[bot] in #1014
- build(deps): bump github.com/riverqueue/river from 0.29.0 to 0.30.0 by @dependabot[bot] in #1023
- build(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #1024
- build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 by @dependabot[bot] in #1025
- Fix Twitch channel names changing by @Zibbp in #1030
New Contributors
- @Witchness made their first contribution in #1021
Full Changelog: v4.11.2...v4.11.3