Skip to content

Releases: keuin/slbr

v0.5.1

30 Jul 12:04
3fad418
Compare
Choose a tag to compare
Refactor: extract pretty duration to a function. Create `pretty` pack…

v0.5.0

29 Jul 12:32
c4dbd4a
Compare
Choose a tag to compare
Merge branch 'bugfix-invalid-dmmsg'

v0.3.4

16 Sep 18:41
495c915
Compare
Choose a tag to compare
  • 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

13 Sep 19:10
7902849
Compare
Choose a tag to compare
Refactor: proper error handling.

v0.3.2

13 Sep 15:48
ed3db79
Compare
Choose a tag to compare
Bugfix: task won't stop after Ctrl-C is sent.

v0.3.2

13 Sep 15:48
ed3db79
Compare
Choose a tag to compare
Bugfix: task won't stop after Ctrl-C is sent.

v0.3.1

12 Sep 04:26
21dd5d2
Compare
Choose a tag to compare
Fix record restarting logic.

v0.3.0: Improve config `allowed_network_types`.

12 Sep 04:26
2b1e0db
Compare
Choose a tag to compare
- Rename values to "ipv4", "ipv6" and "any".
- Validate them when parsing.

v0.2.1

11 Sep 19:41
25fc31b
Compare
Choose a tag to compare
Bugfix: occasionally the program won't start because of a racing cond…

v0.2.0

11 Sep 19:41
32fbadf
Compare
Choose a tag to compare
Feature: use alternative file extension name when the downloading is …