Releases: keuin/slbr
Releases · keuin/slbr
v0.5.1
v0.5.0
Merge branch 'bugfix-invalid-dmmsg'
v0.3.4
- Improvement: Add unit tests to ensure the Bilibili API implementation is up-to-date.
- Improvement: Use zero-copy technique when downloading video stream. This will remove the stutters in the downloaded video when using read-and-write copy loop.
- Bugfix: Empty files will be created if the live room is opened but the live hasn't started yet.
v0.3.3
Refactor: proper error handling.
v0.3.2
Bugfix: task won't stop after Ctrl-C is sent.
v0.3.2
Bugfix: task won't stop after Ctrl-C is sent.
v0.3.1
Fix record restarting logic.
v0.3.0: Improve config `allowed_network_types`.
- Rename values to "ipv4", "ipv6" and "any". - Validate them when parsing.
v0.2.1
Bugfix: occasionally the program won't start because of a racing cond…
v0.2.0
Feature: use alternative file extension name when the downloading is …