- Fixes a data update bug.
- Previously, during data update, YLoader would compare the last local bar with the same bar on the server to determine if there had been any changes that would require a complete data update. However, if a bar other than the last was different, the data was considered correct and no download was initiated.
- The new version compares several bars to determine if there are inconsistencies, and thus correctly determines if data is incosistent and initiates a complete download in that case.
- This version is more tolerant to hardware changes: it won’t request a new key if the system is upgraded with a just a new hard drive, video card etc. Major changes may still generate a new hardware fingerprint and require a new validation key.