Caution
If you have not updated to v4.0.0 you must do that before continuing. Read the v4.0.0 release notes for more information.
Important
If you are running the :dev
container image now is a good time to switch back to :latest
or the semver version.
What's Changed
- fix: max video age for watched channels by @Zibbp in #555
- Fix for the video max age not saving in the Web UI.
- fix: use a local copy of the Inter font instead of relying on Google fonts by @Zibbp in #556
- docs: update README.md by @eltociear in #557
- feat(live/clip): allow ignoring last checked time by @Zibbp in #565
- Add an option to ignore the "last checked" database row when channel clips are checked. By default channel clips are not checked until the number of
interval
days have passed. This option bypasses that. - Allow more than 100 clips.
- Better wording of what the feature does in the UI.
- Add an option to ignore the "last checked" database row when channel clips are checked. By default channel clips are not checked until the number of
- build(deps): bump nanoid from 3.3.7 to 3.3.8 in /frontend by @dependabot in #553
- feat(http): enable gzip for api routes by @Zibbp in #566
- feat(frontend): add locked video indicator by @Zibbp in #568
New Contributors
- @eltociear made their first contribution in #557
Full Changelog: v4.0.0...v4.0.1