diff --git a/README.md b/README.md index bf05f60..b2cd8f2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Bundled VS Code extension and standalone tools for playable ad workflows. - **Base64 Scanner** - Scan HTML files for external or non-base64 asset references. - **Send To Mobile** - Share selected HTML files to a phone over LAN with a QR code. - **MRAID Checker** - Check HTML files against MRAID requirements and best practices. +- **Mintegral Checker** - Validate Mintegral playable ZIPs against PlayTurbo requirements. - **Playworks Converter** - Convert Playworks HTML into per-network variants. Beta. # Changelog @@ -71,3 +72,16 @@ Fixed - Fixed cleanup behavior for temporary dropped files when clearing or removing rows. - Fixed standalone PLEC Upload Open button using an incorrect/mangled URL by switching to the Windows URL protocol handler. ``` + +**v0.2.0** +``` +Added + - Added Mintegral Checker to the VS Code extension. + - Added Mintegral Checker to the standalone app. + - Added PlayTurbo-compatible runtime validation for Mintegral playables using the injected preview utility script. + +Changed + - Mintegral Checker is available as a regular tool, not a beta tool. + - Standalone navigation now uses a collapsible sidebar with compact tool initials. + - Mintegral Checker UI now embeds the playable preview, checklist, runtime events, mute, and reload controls in one view. +``` diff --git a/dist/hpl-toolbox-0.1.8.exe b/dist/hpl-toolbox-0.1.8.exe index f0c3545..e76f29f 100644 Binary files a/dist/hpl-toolbox-0.1.8.exe and b/dist/hpl-toolbox-0.1.8.exe differ diff --git a/dist/hpl-toolbox-0.1.8.vsix b/dist/hpl-toolbox-0.1.8.vsix index fcde2d0..14bbc00 100644 Binary files a/dist/hpl-toolbox-0.1.8.vsix and b/dist/hpl-toolbox-0.1.8.vsix differ diff --git a/package.json b/package.json index 54478d1..78944b3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hpl-toolbox", "displayName": "HPL Toolbox", "description": "Bundled tools: PLEC Upload, AppLovin Playable Preview, Base64 Scanner, MRAID Checker. Local HTML Host.", - "version": "0.1.8", + "version": "0.2.0", "publisher": "hesukastro", "license": "UNLICENSED", "repository": {