v4.11.3
[!IMPORTANT]
If you are running the:devcontainer image now is the best time to switch back to:latestor 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 https://github.com/Zibbp/ganymede/pull/1008
- allow non-english characters in file paths by @Zibbp in https://github.com/Zibbp/ganymede/pull/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 https://github.com/Zibbp/ganymede/pull/1021
- build(deps): bump github.com/labstack/echo/v4 from 4.14.0 to 4.15.0 by @dependabot[bot] in https://github.com/Zibbp/ganymede/pull/1016
- build(deps): bump riverqueue.com/riverui from 0.13.0 to 0.14.0 by @dependabot[bot] in https://github.com/Zibbp/ganymede/pull/1015
- build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.11 to 4.25.12 by @dependabot[bot] in https://github.com/Zibbp/ganymede/pull/1014
- build(deps): bump github.com/riverqueue/river from 0.29.0 to 0.30.0 by @dependabot[bot] in https://github.com/Zibbp/ganymede/pull/1023
- build(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in https://github.com/Zibbp/ganymede/pull/1024
- build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 by @dependabot[bot] in https://github.com/Zibbp/ganymede/pull/1025
- Fix Twitch channel names changing by @Zibbp in https://github.com/Zibbp/ganymede/pull/1030
- Run platform channel update every 12 hours by @Zibbp in https://github.com/Zibbp/ganymede/pull/1031
New Contributors
- @Witchness made their first contribution in https://github.com/Zibbp/ganymede/pull/1021
Full Changelog: https://github.com/Zibbp/ganymede/compare/v4.11.2...v4.11.3