0.2.0
This commit is contained in:
14
README.md
14
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.
|
- **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.
|
||||||
|
```
|
||||||
|
|||||||
BIN
dist/hpl-toolbox-0.1.8.exe
vendored
BIN
dist/hpl-toolbox-0.1.8.exe
vendored
Binary file not shown.
BIN
dist/hpl-toolbox-0.1.8.vsix
vendored
BIN
dist/hpl-toolbox-0.1.8.vsix
vendored
Binary file not shown.
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user