MJOLNIR Tag Editor changelog
MJOLNIR Tag Editorv0.11.0

Your exports now say what they change

Exported mods now carry a declared change list — every tag edit, texture, and script — shown on the mod's hub page and in the launcher before anyone installs.

Until now a published mod was a sealed archive. The page for it could say whatever the author wrote, or nothing at all, and the only way to know what a mod actually touched was to install it and look.

Added

  • Exports write a change list into the archive: each tag field edit with the shipped value beside the new one, each replaced texture, each script. It is built from the same resolved view as the editor's Changes panel, so what the mod page says is exactly what you saw at export.
  • The change list is part of the signed archive, so it cannot be altered without breaking the signature.
  • A warning at export when the project has no summary and no README, since a mod page with nothing on it is the thing this release exists to end.

Changed

  • The hub shows the declared list beside the measured size of the archive, so a mod that declares less than it ships is visible at a glance.