v0.0.26
bigcat88
released this
29 Jul 13:20
·
312 commits
to refs/heads/main
since this release
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 newFsNode
object - Reworked
listdir
: addeddepth
parameter - Reworked
FsNode
: changedinfo
fromTypedDict
todataclass
, correct fields names with correct descriptions. FsNode
now allows comparison for equality.