Releases: kookxiang/Tieba_Sign-Go
Releases · kookxiang/Tieba_Sign-Go
v0.2.3 - Fix BOM header
Changes:
- If there is an BOM header in your cookie.txt, it will be automatically ignored.
Warning: This version is compiled with Go 1.7 RC3. If there is an issue, please compile it with stable version 1.6 first.
v0.2.2 Beta - Login removed
Changes:
- Login was removed in this version.
- Change working directory to current. So you don't need to change working directory in crontab scripts anymore.
Because baidu.com has switched to another RSA login protocol, and I had no time to make a new one.
So you have to make a cookie.txt manually.
If you can do that, just fork this repository and give me a PR, thanks!
v0.2.1 Beta - Line-Breaks Fix
- cookie.txt now supports
\r\n
in Windows system.
Notice: Only Windows users should download this new version, others system is not affected.
v0.2.0 Beta - Reborn
Feature:
- Add multi user mode
- More readable log
- Load other cookie file by
-cookie xxx.txt
- Add options to set max retry times via
-retry=5
- Multi-Threading in multi-user mode