Skip to content

Changelog

[2026.05.21] - Stabilize Standalone Gradle Builds

Fixed

  • Apply the shared mcmeta and Gradle 9.4.0 wrapper wiring so this project can configure from its own mod directory.
  • Keep standalone loader resolution compatible with release-matrix validation for current Minecraft metadata.

[2026.03.15] - Public API downloader in docs

Changed

  • Route the Am I Secure docs download widget through the public versions API (scope=extension, scopeId=am-i-secure) instead of static S3 manifest URLs.
  • Add loader-specific tracked download links for Fabric and NeoForge via /v1/public/versions/download.

[2026.03.15] - Simplify report screen

Changed

  • Replace the crowded report layout with a compact findings list and a dedicated details panel for the selected finding.
  • Remove the launcher comparison matrix from the main view and surface launcher impact as concise per-finding labels.
  • Tighten row density, header summary, and scrolling behavior to improve readability on smaller windows.
  • Update launcher install links to point to https://uebliche.info/launcher/#downloads.

[2026.02.01] - Feature checklist

Added

  • Add feature checklist page to track project progress.

[2026.01.19] - 2026-01-19 - NeoForge loader rename

Changed

  • Rename the NeoForge loader module from loader-forge to loader-neoforge and update entrypoints/packages. (local)

[2026.01.19] - 2026-01-19

Added

  • Add Am I Secure documentation overview. (#docs)

Changed

  • Switch Am I Secure build automation to mcmeta-driven version resolution. (#docs)