v0.9.0
New Features
- add
recursive=False
flag toremove
method by @BrianPugh in #65 - Enable Direct Browsing of LittleFS Storage Device on Windows by @Jiajun-Huang in #67
Bug Fixes
- reduce
LFS_NAME_MAX
to 1022, the maximum valid value LittleFS supports. Fixes issues that occurred whenname_max=0
was specified. by @BrianPugh in #62 - update python 3.12 identifier and readme. by @BrianPugh in #69
- Replace pkg_resources with importlib.metadata. by @BrianPugh in #68
New Contributors
- @Jiajun-Huang made their first contribution in #67
Full Changelog: 0.8.0...v0.9.0