I would like to know which mod an addon belongs to so I can check its hash (which is returned using getLoadedModsInfo) to see if it's been updated. (I use it for a caching system, and an update means I have to regenerate the cache)
So please add the mod name to the returned value of allAddonsInfo:
Array of Arrays in format [prefix, version, isPatched, mod], where: prefix: String - addon prefix version: String - addon revision version isPatched: Boolean - true if patching is enabled and this addon is being patched mod: the mod which the addon belongs to
if possible, please add the hash of the addon too. (not hash of mod!)