What's Changed
- build(deps): bump docker/setup-buildx-action from 2.4.0 to 2.4.1 by @dependabot in #105
- build(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 by @dependabot in #109
- build(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 by @dependabot in #110
- build(deps): bump entgo.io/ent from 0.11.7 to 0.11.8 by @dependabot in #113
- Feat: Category filter by @Zibbp in #112
- build(deps): bump github.com/labstack/echo/v4 from 4.10.0 to 4.10.1 by @dependabot in #117
- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 by @dependabot in #116
- build(deps): bump github.com/labstack/echo/v4 from 4.10.1 to 4.10.2 by @dependabot in #120
- bump chat-downloader fixes #119
Features
Category Filter #112
Category filters allows the archiving of past videos/vods that have a specific category. Lets say you only care about vods from a channel that contain the World of Warcraft
category. That category can be selected and if the vod is set to that category or has a chapter in that category it will be archived. Leave blank to archive everything. This feature only works on past videos/vods.
Fixes
Bump chat-downloader to v0.2.4 to fix #119.
Full Changelog: v1.2.3...v1.2.4