This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Releases: wdzeng/shopee-coins-bot
Releases · wdzeng/shopee-coins-bot
v1.0.15
v1.0.14
v1.0.13
- 新增偵測需要電子郵件驗證的功能 (wdzeng/bot-automation#12) 以及 error code 5。
- 未知錯誤的 error code 訂為 88。
v1.0.12
v1.0.11
- 修復無法偵測到密碼錯誤造成 operation timeout exit error 4 的情況 (wdzeng/bot-automation#8)]
- 新增
--quiet
flag。 - 部分 debug 訊息改為 info 訊息。
- 新增螢幕截圖功能
--screenshot
,並更新 .devcontainer Dockerfile 加入中文字型以避免豆腐自。alpine 無此問題。 - 機器人開始時,印出 version info。
- Dockerfile 新增一些 Label。
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
- Use pnpm.
- Fix warning message
Passing password from command line is consider insecure. Use environment variable or password file instead.
->Passing password from command line is considered insecure. Should use environment variable or password file.
. - Add workflow for tagging and building/pushing docker images.