Skip to content

Releases: ro-py/ro.py

v2.0.0 🎉

05 Dec 18:44
be93325
Compare
Choose a tag to compare
Update README.md

v1.2.0.5

09 Mar 22:20
Compare
Choose a tag to compare
  • "Bases" submodule which contains "base classes" that other objects inherit
  • New URL system (ro_py.utilities.url)
  • Removed notifications (for the time being)
  • has_badge/owns_badge
  • Text filtering (uses gameUpdateNotifications/filter)
  • Friend requests
  • SSO (Secure Sign Out) and Logout
  • Updated events system
  • Modified prompt extension errors (lots more needs to be done here)
  • Gamepasses/Presence getting started (not ready yet)
  • Proper Place support
  • Updated shout system (Shout is now callable, meaning group.shout.body contains the body and group.shout(text) will update the shout)
  • PartialUser system modified

v1.1.4

11 Feb 14:31
Compare
Choose a tag to compare

This version came with lots of new internal changes that helped speed things up or improved code readability, like:

  • utilities/requests.py has been cleaned up and now wraps .request instead of all individual methods
  • http errors now inherit APIError as a "catch all"
  • all objects a client generates inherit "ClientObject", allowing us to apply changes to all client objects at once (we needed this of ra new feature that we're adding soon!)
  • fixed fatal bugs in group ranking, should work now

v1.1.3

31 Jan 02:48
Compare
Choose a tag to compare

Hotfix for wxGlade issues + more smaller changes.

v1.1.2

26 Jan 15:38
Compare
Choose a tag to compare
v1.1.2

v1.1.1

20 Jan 20:05
Compare
Choose a tag to compare
v1.1.1

v1.1.0

19 Jan 22:27
Compare
Choose a tag to compare

Some changes:

  • ClientSharedObject (shared between all objects, pretty self explanatory)
  • bug fix
  • requests-async was replaced with httpx
  • events!

This release used a new 2nd digit number because it contains 3 big changes (ClientSharedObject, which required editing of almost all of the files in ro.py, swapping to httpx, and events)

v1.0.7

18 Jan 21:14
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/rbx-libdev/ro.py into main

v1.0.6

16 Jan 17:51
Compare
Choose a tag to compare

Some new changes:

  • Games and Places are starting to get some more love
  • Examples are fixed
  • Dependencies were fixed
  • README was updated
  • Docs were updated
  • 2captcha support is being worked on (extension)

v1.0.5

15 Jan 00:07
Compare
Choose a tag to compare

This version contained some interesting new features, like:

  • updates to trade system (still a work in progress)
  • thumbnail system fixed (and improved)
  • game joining