Skip to content

Releases: jkent/frogfs

v5.5.0

14 Apr 03:43
b367dee

Choose a tag to compare

What's Changed

  • chore: fix typos by @deining in #71
  • [WIP] Add zopfli as default program for deflate algorithm by @X-Ryl669 in #64
  • frogfs_vfs_open multithreading fix for VFS by @nkp123 in #73
  • chore: bump GitHub action workflows to their latest versions by @deining in #74

New Contributors

Full Changelog: v5.4.0...v5.5.0

v5.4.0

17 Sep 06:52
6f80b7a

Choose a tag to compare

What's Changed

  • Add brotli transform to compress the files using brotli algorithm by @X-Ryl669 in #62
  • Fix rename not accounted in the hash computation by @X-Ryl669 in #63
  • Add frogs vfs deregister by @g-provost in #67
  • Make FrogFS standalone builds self‑contained by @illusionfield in #69
  • Update version in idf_component.yml by @pkepes in #68
  • Revert "Update version in idf_component.yml" by @jkent in #70

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

09 Aug 09:40

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

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

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

Choose a tag to compare

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

v5.0.0

09 Dec 04:45

Choose a tag to compare

API fix/change for frogfs_get_name function.

v4.0.2

08 Dec 07:45

Choose a tag to compare

Minor changes for code consistency

v4.0.1

08 Dec 02:55
231c932

Choose a tag to compare

Testing Github deploy action

v4.0.0

08 Dec 02:00
85c5a69

Choose a tag to compare

Key highlights:

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