Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# TypeType 1.7.1
# TypeType 1.7.2

TypeType 1.7.1 is a focused Server hotfix for SABR playback stalls after resuming or seeking in VOD videos.
TypeType 1.7.2 is a focused Token hotfix for YouTube videos that stopped starting after an anonymous playback identity was rejected.

## Playback

- Continue filling progressive VOD playback windows across every readable segment instead of stopping after the first one.
- Prevent resumed and distant seeks from remaining stuck in repeated SABR preparation cycles while media is already available.
- Preserve bounded preparation, playback generation isolation and the existing retry behavior.
- Update TypeType-Server to `1.7.1`. [PR #82](https://github.com/TypeType-Video/TypeType-Server/pull/82)
- Detect anonymous YouTube `LOGIN_REQUIRED` responses during MWEB and WEB SABR session creation.
- Discard the rejected Innertube and BotGuard identity before obtaining fresh visitor-bound and video-bound PO-token material.
- Retry session creation once with the new identity while preserving bounded recovery behavior.
- Update TypeType-Token to `1.7.2`. [PR #16](https://github.com/TypeType-Video/TypeType-Token/pull/16)

No frontend change, configuration change or manual database migration is required.

## Thx

Thx to everyone who reported buffering and seek regressions and shared detailed playback logs.
Thx to everyone who reported videos failing to start and shared detailed playback diagnostics.

A special thx to sponsors [@Toastienergy](https://github.com/Toastienergy) and [@filippobaroni](https://github.com/filippobaroni) for supporting TypeType.

Expand Down