Skip to content

Releases: thelabcat/cocorum

v2.12.1-beta

04 Mar 21:14

Choose a tag to compare

  • Fixed bug where phone and email 2FA always failed.
    S.D.G.

v2.12.0-beta

26 Sep 19:03

Choose a tag to compare

  • Auto-detect when we are given a RumBot passthrough URL.
  • Completed #25.
  • Timestamp parsing now respects timezone offset specifier.
    S.D.G.

v2.11.0-beta

12 Aug 22:33

Choose a tag to compare

  • Completed #18
    S.D.G.

v2.10.2-beta

23 Jul 17:09

Choose a tag to compare

  • Work on #23 (WARNING: Non-functional module .accountapi added)
  • Patched #24
    S.D.G.

v2.10.1-beta

21 Jun 17:32

Choose a tag to compare

  • Implemented ChatAPI().close()
  • Bug fixes:
    • No longer crashes if there were any messages visible in chat before ChatAPI connected.
    • servicephp.APIUserBadge now has the icon property, the __str__() method, and the __eq__() method.
  • Various documentation fixes, including a warning about using base 10 strings causing failure.
    S.D.G.

v2.10.0-beta

28 May 18:14

Choose a tag to compare

  • Completed #21, various API objects now have convenience methods like "delete" that call ServicePHP's method with their ID ready.
  • Patched #22, playlist operations should work correctly again, but .playlist_id_b10 is dysfunctional for now.

S.D.G.

v2.9.2-beta

14 May 17:45

Choose a tag to compare

  • Fixed presence of old repository name in some MD files.
    S.D.G.

v2.9.1-beta

14 May 17:34

Choose a tag to compare

  • Relicense (not to mention correcting erroneous license names) to GNU LGPL v3.0+
  • Added license info to Python source files.
  • Changed repository name from rumble-api-wrapper-py to cocorum.
  • Minor documentation fixes.
    S.D.G.

v2.9.0-beta

10 May 22:29

Choose a tag to compare

  • Fixed Scraper.get_videos() by adding allow_soft_404 to Scraper.soup_request
  • Improved PEP-8 compliance of the entire .scraping module
    S.D.G.

v2.8.1-beta

18 Apr 02:16

Choose a tag to compare

  • Completed #20
  • v2.8.0 but with different version number to make GitHub happy to push the new code to PyPi
    S.D.G.