Skip to content

Releases: jkent/frogfs

v5.3.0

09 Aug 09:40
Compare
Choose a tag to compare

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

05 Aug 19:07
Compare
Choose a tag to compare
  • Gzip decompression
  • Miniz now default on ESP-IDF

Full Changelog: v5.1.0...v5.2.0

v5.1.0

05 Aug 05:39
Compare
Choose a tag to compare

What's Changed

  • Add support for gzip transformation and destination file renaming by @X-Ryl669 in #58
  • Added miniz support, removing the ESP32 dependency on zlib for deflate

Full Changelog: v5.0.1...v5.1.0

v5.0.1

30 Jun 21:04
a1fbf71
Compare
Choose a tag to compare

Issue related to Python bytecode being written to IDF component fixed.

v5.0.0

09 Dec 04:45
Compare
Choose a tag to compare

API fix/change for frogfs_get_name function.

v4.0.2

08 Dec 07:45
Compare
Choose a tag to compare

Minor changes for code consistency

v4.0.1

08 Dec 02:55
231c932
Compare
Choose a tag to compare

Testing Github deploy action

v4.0.0

08 Dec 02:00
85c5a69
Compare
Choose a tag to compare

Key highlights:

  • Stabilized API that hides internals
  • Added directory APIs
  • Much improved file system build utility

Major release, sorted file iteration

25 Feb 00:07
Compare
Choose a tag to compare

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

23 Feb 03:51
Compare
Choose a tag to compare
v2.0.1

add binary_len field to fs header and crc32 footer