This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Ajour 0.3.1
- Correctly rehashes addon after an update.
- After an addon was updated we did in some cases not rehash correctly. This was due to the fact that a addon can have multiple folders and this was not taken into account in this case. Another case was that we replaced the content with the new update, but that could again lead to a miscalclulated hash if there was a mismatch in amount of files. Thanks to tarkah for these optimizations.