From 384d1bdd123bb6baf286aaa5217d47a95344c70a Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Wed, 27 Apr 2016 19:55:14 +0200 Subject: [PATCH] v0.3.5 release readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b18f79..ab0e6e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SPIFFS (SPI Flash File System) -**V0.3.4** +**V0.3.5** Copyright (c) 2013-2016 Peter Andersson (pelleplutt1976 at gmail.com) @@ -50,6 +50,17 @@ For a generic spi flash driver, see [this](https://github.com/pellepl/spiflash_d ## HISTORY +### 0.3.5 +- Fixed a bug in fs check +- API returns actual error codes #84) (thanks @Nails) +- Fix compiler warnings for non-gcc #83 #81 (thanks @Nails) +- Unable to recover from full fs #82 (thanks @rojer) +- Define SPIFFS_O_* flags #80 +- Problem with long filenames #79 (thanks @psjg) +- Duplicate file name bug fix #74 (thanks @igrr) +- SPIFFS_eof and SPIFFS_tell return wrong value #72 (thanks @ArtemPisarenko) +- Bunch of testframe updates #77 #78 #86 (thanks @dpreussner, @psjg a.o) + ### 0.3.4 - Added user callback file func. - Fixed a stat bug with obj id.