- Added f_forward(). (Tiny-FatFs) - Added string functions: fputc(), fputs(), fprintf() and fgets(). - Improved performance of f_lseek() on move to the same or following cluster.
- Supported multiple drive system. - Changed some APIs for multiple drive system. - Added f_mkfs().
- Added FAT12. Removed unbuffered mode. - Fixed a problem on small (<32M) patition.
- First stable version