Releases: deadblue/elevengo
Releases · deadblue/elevengo
v0.7.8
13 Dec 16:18
Compare
Sorry, something went wrong.
No results found
Fixed:
Fix ShareSnapProto unmarhsal failed.
修复:
修复ShareSnapProto反序列化失败问题。
v0.7.7
06 Dec 15:33
Compare
Sorry, something went wrong.
No results found
Changes:
Expose Post method on lowlevel Client.
Add more errors.
更新:
Lowlevel Client 开放 Post 方法。
添加更多错误信息。
v0.7.6
05 Dec 18:54
Compare
Sorry, something went wrong.
No results found
Changes:
Add new cookie field KID which is required by 115 server.
更新:
添加新的重要 Cookie 字段 “KID”. (#55 )
v0.7.5
05 Dec 16:14
Compare
Sorry, something went wrong.
No results found
Fixed:
Fix OSS multipart uploading failed issue.
Fix VideoTicket can not play issue.
Changes:
Add more lowlevel APIs.
Optimize some APIs.
修复:
OSS 分片上传失败的问题。
VideoTicket 无法播放的问题。
更新:
Lowlevel API 增加接受分享文件的 API。
优化部分 API。
v0.7.4
31 Oct 14:20
Compare
Sorry, something went wrong.
No results found
Changes:
Fetch & FetchRange return client.Body instead of io.ReadCloser.
更新日志:
Fetch 和 FetchRange 的返回类型变为 client.Body.
v0.7.3
25 Oct 12:39
Compare
Sorry, something went wrong.
No results found
Changes:
Update Iterator generic type.
Fix QRCode is empty for some client.
VideoCreateTicket only works for web credential.
更新日志:
调整迭代器Iterator的泛型类型。
修复登录某些客户端时,QRCode 图片为空的问题。
仅在使用 Web Cookie 时,VideoCreateTicket 能返回正常结果。
v0.7.2
21 Oct 14:33
Compare
Sorry, something went wrong.
No results found
Changes:
Support QRcode login on multiple apps. (#48 )
Refactor option on these APIs:
New
FileWithStar/FileSearch/FileWithLabel
OfflineAddUrl/OfflineDelete
QrcodeStart
更新日志:
支持通过扫码登录多种 App。 (#48 )
重构所有用到 option 的 API,包括:
New
FileWithStar/FileSearch/FileWithLabel
OfflineAddUrl/OfflineDelete
QrcodeStart
v0.7.1
18 Oct 15:17
Compare
Sorry, something went wrong.
No results found
Changes:
BREAKING : Refactor Iterator with iter.Seq2.
Expose upstream error code and message.
更新记录:
使用 go1.23 的新特性 iter.Seq2 重构 Iterator.
返回 115 API 的错误码和错误消息。
v0.6.5
20 Sep 05:29
Compare
Sorry, something went wrong.
No results found
Changes:
Use browser UA instead of desktop app UA.
Remove desktop login & video API, which are disabled from upstream.
Update UploadSample low-level API.
v0.6.4
20 May 05:13
Compare
Sorry, something went wrong.
No results found
Fix bugs:
Fix Upload error since 0.6.3.
Changes:
Return all play URLs in low-level video API.
Return offline quota in low-level offline API.
Return pick-code in low-level upload API.
Add file desc API and file hide API.
修复Bug:
变更:
Video API 返回所有可播放URL。
Offline List API 返回离线任务配额。
Upload API 返回pickcode。
新增读写文件描述和隐藏文件的API。