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

Releases: gera2ld/qqlib

v1.1.1

01 Apr 15:58
Compare
Choose a tag to compare

Deprecations

  • exc.verifier is deprecated in favor of qq.verifier.

Features

  • qq.need_verify is added to check if verification is needed.
    If True, qq.verifier.fetch_image() and qq.verifier.verify(code) is available.

v1.1.0

19 Mar 13:17
Compare
Choose a tag to compare
  • fix: verify code
  • fix: qzone feed

Breaking changes

  • exc.verifier.image is replaced with exc.verifier.fetch_image().
    By calling exc.verifier.fetch_image() repeatedly, new verify codes will be received.