Devlogs
1.0 Release
IFFChunkTool reached 1.0 release. It means I consider it feature complete, and there are no known bugs to be fixed. Changes from version 0.2 are:
- In-place modification of the source file if destination is not given explicitly.
- Escape sequences to insert bytes into chunk contents passed as string. URL-style with percent sign (for example %0A for newline).
- Added operation mode NEW, which creates an empty IFF file of given type. With this addition one can create IFF files from scratch with IFFChunkTool.
- Completed program localization. I've done Polish translation, catalog descriptor is included to the release, so users can create translations to more languages.
- REMOVE, REPLACE, INSERT AFTER modes report if the chunk, they are looking for, is not found.
- User manual updated.