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
Watched Blacklist
Categories in 'Watched Channels' can now be blacklisted.
Sort By and Order Filters
On video pages, new 'Sort By' and 'Order' dropdowns are available, allowing better filtering of videos.
Docker Secrets
@ethw added Docker Secrets support by processing _FILE suffixed environment variables.
What's Changed
- build(deps): bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #883
- build(deps): bump github.com/riverqueue/river from 0.24.0 to 0.25.0 by @dependabot[bot] in #882
- build(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 by @dependabot[bot] in #881
- build(deps): bump github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.24.0 to 0.25.0 by @dependabot[bot] in #879
- build(deps): bump next from 14.2.26 to 15.5.3 in /frontend by @dependabot[bot] in #875
- build(deps): bump axios from 1.11.0 to 1.12.0 in /frontend by @dependabot[bot] in #876
- fix(frontend,vod): avoid false positives of emotes and use the badge title when available by @Entrivax in #878
- build(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.38.0 to 0.39.0 by @dependabot[bot] in #889
- fix(live): logic for more than 100 channels by @Zibbp in #893
- fix: migrate sprite thumbnail paths by @Zibbp in #899
- build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.8 to 4.25.9 by @dependabot[bot] in #901
- build(deps): bump github.com/go-playground/validator/v10 from 10.27.0 to 10.28.0 by @dependabot[bot] in #902
- build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.2 to 4.1.3 by @dependabot[bot] in #903
- build(deps): bump github.com/coreos/go-oidc/v3 from 3.15.0 to 3.16.0 by @dependabot[bot] in #904
- fix(multistream): synced player kept resyncing when not needed by @Entrivax in #906
- feat(database): retry when connecting by @Zibbp in #907
- feat: supervisord exit logic by @Zibbp in #908
- ci: add concurrency to long running jobs by @Zibbp in #909
- build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #915
- build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot[bot] in #910
- build(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 by @dependabot[bot] in #911
- build(deps): bump riverqueue.com/riverui from 0.12.2 to 0.13.0 by @dependabot[bot] in #914
- Watched blacklist by @Zibbp in #918
- Support docker secrets by processing _FILE suffixed env vars by @ethw in #924
- build(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 by @dependabot[bot] in #920
- Fix database migration race condition by @Zibbp in #926
- feat: sort_by and order logic by @Zibbp in #927
New Contributors
Full Changelog: v4.7.0...v4.8.0