You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Tail segment acceleration: internal tail prefetch map (`tailPrefetchMap`) with TTL cleanup and configurable `tailPrefetchKB` (default 256 KB) now documented and instrumented.
10
+
11
+
### Changed
12
+
- Proxy range negotiation: clarified interaction between `progressiveOpen` and synthetic initial partial (auto-suppression when progressive active). Additional debug logging around tail cache hits and forced host overrides.
13
+
- VidZee streams now always return direct decrypted URLs (per-stream `originalToken` retained for debugging when `VIDZEE_DEBUG=1`).
14
+
- Updated README version badge to 1.0.7.
15
+
16
+
### Fixed
17
+
- Eliminated edge cases where encoded VidZee tokens were leaking through without decoding.
18
+
- Reduced VLC initial loop behavior via tail prefetch serving last-byte probes from cache faster (combined with earlier 1.0.6 range logic).
19
+
20
+
### Documentation
21
+
- README: implicit improvements carried forward (no separate section required) plus badge bump.
22
+
- CHANGELOG: recorded AES decoder details & tail prefetch instrumentation.
23
+
24
+
### Notes
25
+
- Future proxy tuning items (size meta map, dynamic progressive growth) tracked but not part of this release.
26
+
27
+
5
28
## [1.0.6] - 2025-09-20
6
29
7
30
### Removed
@@ -109,6 +132,7 @@ All notable changes to this project will be documented in this file.
0 commit comments