Changes
July 10, 2020 ยท View on GitHub
0.0.5 (2020-XX-XX)
- (TBD)
0.0.4 (2020-07-10)
- Added Python 3.8 support
- Dropped Python 3.4 support
- FIX: Critical bug in error handling, see #26 and #27.
- Improved library structure.
0.0.3 (2019-05-18)
- Removed Python-2-compatibility code
- Improved documentation, especially contribution guidelines
- Added development infrastructure for determining current FUSE version (contribution)
0.0.2 (2019-05-06)
- FIX:
README.mdwas not rendered properly on PyPI.
0.0.1 (2019-05-06)
The following changes were made based on state of fusepy as of 2019-05-04.
- FEATURE: OpenBSD support for high level API from pull request 125 against
fusepywas merged. - FEATURE: Added support for
UTIME_OMITandUTIME_NOWto high level API. Enable it by adding anflag_utime_omit_okproperty to yourrefuse.high.Operationssub-class and set it to1(integer). - New Python project structure:
srcfolder, just a single top-level module namedrefuse - Modernized
setup.py, dropping support for Python 2 andsetuptools< 30.0 - Examples declared legacy