This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Releases: teacat/chaturbate-dvr
Releases · teacat/chaturbate-dvr
v2.0.3
- Fixed #125: Removed unnecessary slashes and whitespace in channel names.
- Fixed #114, #128: Synced file when stream ends, resolving the 0KB file issue.
- Fixed #122: Added friendly info message when a channel goes offline; status now updates to OFFLINE correctly.
- Fixed #117: Unchecking
Auto-Update & Scroll Logsnow only stops log updates; info updates continue. - Fixed #112: Changed domain from
chaturbate.globaltochatburate.com. - Fixed #115: Online/Recording channels are now ordered first, followed by A–Z sorting.
- Fixed #102: Added
x channels are recordinglabel at the top alongside the version number. - 9a4419e: Fixed Resume not updating
is_pausetofalsein config. - b8205a1: Fixed issue where Sequence didn't reset to 0.
- Windows →
x64_windows_chaturbate-dvr.exe - Linux →
x64_linux_chaturbate-dvr - MacBook with M-series chips →
arm64_macos_chaturbate-dvr
v2.0.2
v2.0.1
v2.0.0
UI is mostly the same, but code refactored.
Now supports custom Cookies and User-Agent to bypass Cloudflare and (possibly) access private streams.
Thanks to @gunter423, @J0nDoe, @HeapOfChaos, and @jacoop for the clues that helped implement and refine these features.
- Windows →
x64_windows_chaturbate-dvr.exe - Linux →
x64_linux_chaturbate-dvr - MacBook with M-series chips →
arm64_macos_chaturbate-dvr
v1.0.6
v1.0.5
- Fixed #55, Start the program with
-intervalto change online status check interval in minutes (default: 1) - Fixed #57, Fixed video stutter due to data-racing bug.
- Windows should download
x64_windows_chaturbate-dvr.exe - Linux should download
x64_linux_chaturbate-dvr - MacBook with M1/M2/M3 chips should download
arm64_macos_chaturbate-dvr
v1.0.4
v1.0.3
v1.0.2
- Fixed #45, Tidy zero KB
.tsfiles each time a new one was created. - Fixed #46, Added Password to Web GUI by specifying
-gui-uand-gui-parguments, thanks to @gunter423 - Updated Dockerfiles and
docker-compose.yml, thanks to @gunter423