Skip to content

v0.0.26

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 29 Jul 13:20
· 251 commits to refs/heads/main since this release
766071a

Added

  • More documentation.

Changed

  • Reworked User Status API, Users Group API
  • Reworked return type for weather_status.get_location
  • Reworked Files API: mkdir, upload, copy, move return new FsNode object
  • Reworked listdir: added depth parameter
  • Reworked FsNode: changed info from TypedDict to dataclass, correct fields names with correct descriptions.
  • FsNode now allows comparison for equality.