changelog and final build
This commit is contained in:
78
README.md
78
README.md
@@ -2,29 +2,63 @@
|
||||
|
||||
Bundled VS Code extension and standalone tools for playable ad workflows.
|
||||
|
||||
# CHANGELOG
|
||||
## v0.1.2:
|
||||
- Added local hosting for html files
|
||||
- Created standalone version
|
||||
# Changelog
|
||||
|
||||
## v0.1.3
|
||||
- Updated Applovin Demo Upload
|
||||
- Changed file selection workflow
|
||||
- Added "Regenerate QRs" if in case they don't render
|
||||
- Added "Save QR" and "Save All QRs"
|
||||
**v0.1.2**
|
||||
```
|
||||
Added
|
||||
- Added local hosting for HTML files.
|
||||
- Added the standalone app.
|
||||
```
|
||||
|
||||
## v0.1.5
|
||||
- Better file selection for PLEC Uoload
|
||||
- Multi file selection
|
||||
- Auto detects iteration name (it tries its best)
|
||||
**v0.1.3**
|
||||
```
|
||||
Added
|
||||
- Added QR regeneration for AppLovin previews that fail to render.
|
||||
- Added Save QR and Save All QRs actions.
|
||||
|
||||
Standalone .exe
|
||||
- Move temp files into user temp folder
|
||||
Changed
|
||||
- Updated AppLovin Demo Upload.
|
||||
- Improved the file selection workflow.
|
||||
```
|
||||
|
||||
## v0.1.6
|
||||
- Simplify UI
|
||||
- Added beta tools (needs further testing)
|
||||
- Playworks Converter
|
||||
- Upload UnityAds HTML from Playworks to add injections for the other networks
|
||||
- MRAID Checker
|
||||
- Based on Official MRAID Document, scans the HTML files if they adhere to the documentation requirements and best practices
|
||||
**v0.1.5**
|
||||
```
|
||||
Added
|
||||
- Added multi-file selection for PLEC Upload.
|
||||
- Added automatic iteration name detection.
|
||||
|
||||
Changed
|
||||
- Improved PLEC Upload file selection.
|
||||
- Moved standalone temporary files into the user temp folder.
|
||||
```
|
||||
|
||||
**v0.1.6**
|
||||
```
|
||||
Added
|
||||
- Added beta tools for further testing:
|
||||
- Playworks Converter for converting Playworks UnityAds HTML into other network variants.
|
||||
- MRAID Checker for scanning HTML files against MRAID requirements and best practices.
|
||||
|
||||
Changed
|
||||
- Simplified the UI.
|
||||
```
|
||||
|
||||
**v0.1.7**
|
||||
```
|
||||
Added
|
||||
- Added standalone drag-and-drop file/folder selection for HTML inputs across supported tools.
|
||||
- Added status throbber/progress updates for batch scans, uploads, sharing, and conversions.
|
||||
- Added streamed standalone progress updates so long-running actions update the status bar before completion.
|
||||
|
||||
Changed
|
||||
- MRAID Checker is no longer marked as beta in extension or standalone.
|
||||
- Playworks Converter source selection now matches the other file-selection UIs more closely.
|
||||
- Playworks Converter default output folder now resolves to the input file location's Output folder.
|
||||
- Progress text now follows the format: [throbber] Verb count file.
|
||||
|
||||
Fixed
|
||||
- Fixed standalone drag-and-drop handling for multiple files and multiple folders.
|
||||
- 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.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user