Skip to content

v0.7.0

Compare
Choose a tag to compare
@thejpster thejpster released this 09 Feb 10:42
· 123 commits to develop since this release
2f8303a

So many new things!

The highlights here are the smart handles, which can close files on drop - with the limitation that you can only open one file at a time. There are raw types with the old behaviour if you prefer those. The shell demo was also updated to support changing directory, and might serve as an example if you want to write your own MS-DOS style shell for your embedded application.

Thank you to everyone who helped out with this big release!

Known Issues

  • Modifying existing files (as opposed to appending to a file) will cause data corruption unless you only write multiples of 512 bytes and only at offsets that are a multiple of 512 bytes (#188)

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0