What's Changed
- build(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #284
- build(deps): bump docker/metadata-action from 4.6.0 to 5.0.0 by @dependabot in #290
- build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 by @dependabot in #291
- build(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0 by @dependabot in #292
- build(deps): bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #293
- build(deps): bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in #294
- build(deps): bump github.com/go-playground/validator/v10 from 10.15.3 to 10.15.4 by @dependabot in #296
- build(deps): bump entgo.io/ent from 0.12.3 to 0.12.4 by @dependabot in #298
- build(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 by @dependabot in #285
- build(deps): bump github.com/go-co-op/gocron from 1.33.1 to 1.35.0 by @dependabot in #302
- feat: local view count by @Zibbp in #288
- fix(archive): return and delete queue if no stream data by @Zibbp in #301
Features
Local View Count
Views unique to Ganymede are now shown next to the source views.
Fixes
#301 fixes a scenario where there's a small window between various tasks that crashes the application if the stream goes offline (no data return by Twitch's API).
Full Changelog: v1.4.2...v1.4.3