This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Ajour 0.3.0
Added
- Fingerprinting is now used to better match addons.
- This is a bigger refactor, which introduces a whole new way of matching addons. We are now doing a hash of each addon, which we then compare with the API to see if we need to update or not. It has, however, introduced a longer initial load time because we need to hash each addon. The hash is saved locally, so we have some logic in place to minimize the amount of times we are hashing.
Fixed
- Trimming leading and trailing whitespace from toc values.
- Small issue where some
.toc
files added multiple space before, or after values which would confuse our UI.
- Small issue where some
- UI glitch in settings has been removed.