This commit is contained in:
2026-06-02 00:06:11 +08:00
parent b71e730482
commit 9e24342142
4 changed files with 15 additions and 1 deletions

View File

@@ -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. - **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. - **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. - **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. - **Playworks Converter** - Convert Playworks HTML into per-network variants. Beta.
# Changelog # Changelog
@@ -71,3 +72,16 @@ Fixed
- Fixed cleanup behavior for temporary dropped files when clearing or removing rows. - 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. - 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.
```

Binary file not shown.

Binary file not shown.

View File

@@ -2,7 +2,7 @@
"name": "hpl-toolbox", "name": "hpl-toolbox",
"displayName": "HPL Toolbox", "displayName": "HPL Toolbox",
"description": "Bundled tools: PLEC Upload, AppLovin Playable Preview, Base64 Scanner, MRAID Checker. Local HTML Host.", "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", "publisher": "hesukastro",
"license": "UNLICENSED", "license": "UNLICENSED",
"repository": { "repository": {