Releases: jkent/frogfs
Releases · jkent/frogfs
v5.3.0
Meson build system is now supported.
ESP8266_RTOS_SDK is once again supported, and tested. Building on Ubuntu 20.04 is now supported and tested.
Note: Python heatshrink is no longer installed for mkfrogfs per default. It is deprecated in favor of using zlib/deflate or gzip instead using miniz on ESP32. A workaround may be implemented for ESP8266_RTOS_SDK at a later date.
Full Changelog: v5.2.0...v5.3.0
v5.2.0
- Gzip decompression
- Miniz now default on ESP-IDF
Full Changelog: v5.1.0...v5.2.0
v5.1.0
v5.0.1
v5.0.0
v4.0.2
v4.0.1
v4.0.0
Major release, sorted file iteration
This release breaks binary compatibility, as a new field had to be added to the object header for stat and fstat functions. A new API function was added, espfs_get_path which takes an object index and returns the path.
Added binary_len and crc32
v2.0.1 add binary_len field to fs header and crc32 footer