Skip to content

Releases: timerring/bilive

v0.2.2

21 Nov 11:32
3031fc7
Compare
Choose a tag to compare

What's Changed

This version mainly refactors the project to make it more user-friendly.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Nov 15:12
cc0d9c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Nov 09:10
Compare
Choose a tag to compare

🎉 This is an archive of new version v0.2.0. We release this new version as the formal production version.
Compared to the last production version, we have:

  • Basically realized the L4 automation via completing the danmaku burning process and uploading queue process.
    • In the danmaku burning process, we mainly check if there are the video segments in the same date and hour. If there are, they will be burned with danmaku and merged together.
    • In the uploading queue process, we use a queue to arrange the order of uploading. Since the bandwidth is limited, I think split or parallel uploading is of no use. The aim is to upload the video as soon as possible.
  • Besides, there are other rules considering bug fixing, I won’t elaborate further here. These make this project more fault-tolerance.

v0.1.7

08 Nov 08:24
7d0c98b
Compare
Choose a tag to compare

What's Changed

This is the last version of v0.1.x. And a new Major Version is coming!🚀

Full Changelog: v0.1.6...v0.1.7

v0.1.6

05 Nov 03:51
045c718
Compare
Choose a tag to compare

What's Changed

This verision basically competes the multiple videos machinism automation. And it fixes some problems I found.

Full Changelog: v0.1.5...v0.1.6

v0.1.5

03 Nov 11:55
4a7e008
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5
This verision basically competes the single machinism automation. And it fixes some problems I found.

v0.1.4

03 Nov 11:46
8cb85c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

31 Oct 14:02
Compare
Choose a tag to compare

What's Changed

Although there is only one PR, this has made a huge contribution as the pre-release version for the L4 automation.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Oct 08:14
d628d67
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Oct 13:33
0e8ca29
Compare
Choose a tag to compare

What's Changed

  • Introduce the commitizen to replace the git commit -m message, thus style: add some rules by @timerring in #21
  • Write a script to automate videos uploading process, which bring the whole project to L3 automation. feat: automate videos uploading process by @timerring in #22

Full Changelog: v0.1.0...v0.1.1