1.3.2
New features
- now shows "verifying" in the website when running the verification task (*).
- improved performance of CSV verification
- no longer deletes excel files after import is complete.
- hide excel options on the website.
- show registered file extensions on the website.
- new colorful theme.
Issues resolved
- fixed some bugs in the new CSV parser that caused buffer overflows etc.
- removed upper limit of CSV file size, uses an array of memory maps.
- when running the verification task the system parses the whole file once as fast as it can to validate that
the file is properly formatted. This is done before the import starts, to make sure its able to parse the whole file.