Skip to content

Version 6.0.4

Compare
Choose a tag to compare
@isaackogan isaackogan released this 08 Apr 20:11
· 116 commits to master since this release
  • Fix inheritance issue adding listener with client.add_listener (748a20e)
  • Add age restriction error when requesting room info (233542f, 852943a)
  • Fix params being sent on all requests, even HTML requests, and add ability to disable base params (852943a)

The following belong to commit eb243c7:

  • Add RoomIdAPIRoute
  • Rename RoomIdRoute to RoomIdHTMLRoute
  • Add fallback room ID method
  • Disable room info by default
  • Add fetch_live_check start param instead of room info (due to 18+ restriction issue)
  • Refactor & clean some code