Files
MrTrust/CHANGELOG.md
MrSphay 46f9f95dcf
All checks were successful
Build MrTrust / build (push) Successful in 5m31s
Add diagnostics tab and UI animations
2026-05-16 13:05:12 +02:00

34 lines
1.3 KiB
Markdown

# Changelog
## 0.1.4
- Added a diagnostics tab for checking `.exe`, `.msi`, `.dll`, and `.cat` files.
- Added signature status, MrSphay signer matching, and Mark-of-the-Web detection.
- Added an in-app SmartScreen explanation to clarify reputation versus local certificate trust.
- Added subtle Modrinth-style hover, press, progress, and accent animations.
## 0.1.3
- Added Ubuntu-runner signing support through `osslsigncode` and PFX secrets.
## 0.1.2
- Made `MrTrust.exe` a standalone user-facing release artifact.
- Added an autonomous target-project integration runbook for agents.
- Added `mrtrust.integration.json` as a machine-readable integration contract.
- Updated agent-facing documentation to prefer the standalone `MrTrust.exe` integration path.
## 0.1.1
- Added a custom MrTrust application icon and embedded it into the launcher.
- Improved the GUI layout so status text is not clipped.
- Updated the Gitea artifact version to `0.1.1`.
## 0.1.0
- Added MrTrust certificate generation, installation, removal, and signing scripts.
- Added a simple Windows GUI for installing and removing MrTrust.
- Added a Windows launcher EXE and Ubuntu Gitea Runner workflow for release ZIP builds.
- Added integration prompt for other Windows projects.
- Added security model documentation.