Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Releases: LeoChen98/BiliAccount

2.5.5.27 release

15 Jan 06:58
7d85336
Compare
Choose a tag to compare
  • adds:
  1. 新增 Linq.ByQRCode.LoginByQrCodeUrl。(#94 )
  • enhancements:
  1. 更新引用库版本。

2.5.4.26 release

14 Mar 16:10
7fbff06
Compare
Choose a tag to compare
  • fixes:
    1. 修复了由于破站改接口导致无法通过密码登录的问题。(#74重要!不更新无法使用!!!

2.5.3.25 release

12 Dec 05:18
72803eb
Compare
Choose a tag to compare
  • enhancements:
    1. 修改登录接口UA

2.5.2.24 release

18 Nov 06:31
781dcbc
Compare
Choose a tag to compare

enhancements

  1. 更新了QRCoder到1.4.1版本(针对.net standard和.net core平台)
  2. 更新了System.Drawing.Common到5.0.0(针对.net standard和.net core平台)(fixed #56)
  3. 优化了对SSO过程中对低版本IDE环境的兼容性。(fixed #18)

2.5.1.23 release

28 Sep 06:50
cb0bba8
Compare
Choose a tag to compare
  • fixes:
    1. 修复 ByQRCode.LoginByQrCode 方法背景色存在透明度时,二维码绘制概率性出现无前景色的问题。(#47)

2.5.0.22 release

10 May 14:28
Compare
Choose a tag to compare
  • adds:

    1. 新增Verify_Device的外部方法(#11)
  • 此版本发包是为开发中的BiliAccount.Geetest.Controls提供包支持,没有特别必要可以无需更新。

2.4.0.21 release

08 May 04:16
95fde76
Compare
Choose a tag to compare
  • adds:
    1. 新增二维码图像自定义可选参数。(#25 )

主要修改:

public static Bitmap LoginByQrCode(string strForeground = "#FF000000", string strBackground = "#FFFFFFFF", bool IsBorderVisable = false)

 public static Bitmap LoginByQrCode(System.Drawing.Color Foreground, System.Drawing.Color Background, bool IsBorderVisable = false)

1.3.6.20 release

03 May 14:13
c784048
Compare
Choose a tag to compare
  • fixes:
  1. 修复.net core 3.x下二维码登录返回值转换错误的问题。(#23 )

1.3.5.19 release

03 May 09:08
93c2fa0
Compare
Choose a tag to compare
  • fixes:
    1. 修复.net core 3.x下二维码登录转换错误的问题。(#21 )

2.3.3.17 release

14 Apr 00:20
830b293
Compare
Choose a tag to compare
[2.3.3.17]

release notes:
针对新Appkey-AppSecert更新了本地默认初始化信息。(5.57.2)