Releases: timerring/bilive
v0.2.2
What's Changed
- fix: hot fix on path typo by @timerring in #68
- style: uniform naming scheme by @timerring in #70
- docs: shape formal docs by @timerring in #71
- docs: add different svgs by @timerring in #72
- refactor: adjust merging of logs and videos by @timerring in #74
- feat: add launchers by @timerring in #76
- feat: regularize logs folder by @timerring in #78
- fix: hot fix to the missings by @timerring in #79
This version mainly refactors the project to make it more user-friendly.
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- fix: remove danmaku emojis by @timerring in #61
- feat: reserve limited logs by @timerring in #63
- fix: unique upload records by @timerring in #64
- fix: fix parameter passing error by @timerring in #67
Full Changelog: v0.2.0...v0.2.1
v0.2.0
🎉 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
What's Changed
- fix: add rules to no danmaku by @timerring in #52
- perf: as a supplement to #52 by @timerring in #53
- fix: fix large size of video by @timerring in #54
- feat: add cuda acceleration by @timerring in #57
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
What's Changed
- feat: merge video segments by @timerring in #45
- fix: skip the tiny segments by @timerring in #47
- fix: fix timestamps issue by @timerring in #50
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
What's Changed
- feat: use queue to decouple processes by @timerring in #43
- refactor: refactor the danmakufactory by @timerring in #44
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
What's Changed
- feat: max burning speed by @timerring in #37
- feat: enable muti-thread burning and uploading by @timerring in #39
- feat: add monitor daemon by @timerring in #41
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- feat: avoid hard-coded path by @timerring in #32
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
What's Changed
- feat: add custom path to script by @timerring in #25
- feat: reupload the danmaku ready videos by @timerring in #28
Full Changelog: v0.1.1...v0.1.2
v0.1.1
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