mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-14 22:36:29 -05:00
This release primarily marks Invidious companion's ascend out of beta and its stable integration thereof into Invidious! For those unaware Invidious companion is the successor to the `inv-sig-helper` tool, designed to securely pass YouTube's attestation checks and allow for the efficient retrieval and playback of video streams reliably. Companion delivers YouTube fixes faster since it’s built on the community-driven [YouTube.js](https://github.com/LuanRT/YouTube.js) project, used by many open source projects such as [FreeTube](https://github.com/FreeTubeApp/FreeTube). For more information see https://github.com/iv-org/invidious-companion and https://docs.invidious.io/installation/ But companion isn't the only new thing in this release! Invidious will no longer error out completely as soon as a single item failed to parse in search results, channel pages, etc. Instead it now handles it gracefully by substituting those problematic items with an error card and rendering the page normally. The player has gained some quality of life features such as being able to choose a default playlist for videos to be added to, or persisting caption appearance settings across the session. Base Invidious video retrieval without Invidious companion has also been made more stable. And finally a significant amount of bugs were fixed alongside many other minor improvements. Co-authored-by: Émilien (perso) <4016501+unixfox@users.noreply.github.com>
46 lines
930 B
YAML
46 lines
930 B
YAML
name: invidious
|
|
version: 2.20250913.0
|
|
|
|
authors:
|
|
- Invidious team <contact@invidious.io>
|
|
- Contributors!
|
|
|
|
description: |
|
|
Invidious is an alternative front-end to YouTube
|
|
|
|
dependencies:
|
|
pg:
|
|
github: will/crystal-pg
|
|
version: ~> 0.28.0
|
|
sqlite3:
|
|
github: crystal-lang/crystal-sqlite3
|
|
version: ~> 0.21.0
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
version: ~> 1.6.0
|
|
protodec:
|
|
github: iv-org/protodec
|
|
version: ~> 0.1.5
|
|
athena-negotiation:
|
|
github: athena-framework/negotiation
|
|
version: ~> 0.1.1
|
|
http_proxy:
|
|
github: mamantoha/http_proxy
|
|
version: ~> 0.10.3
|
|
|
|
development_dependencies:
|
|
spectator:
|
|
github: icy-arctic-fox/spectator
|
|
version: ~> 0.10.4
|
|
ameba:
|
|
github: crystal-ameba/ameba
|
|
version: ~> 1.6.1
|
|
|
|
crystal: ">= 1.10.0, < 2.0.0"
|
|
|
|
license: AGPLv3
|
|
|
|
repository: https://github.com/iv-org/invidious
|
|
homepage: https://invidious.io
|
|
documentation: https://docs.invidious.io
|