Releases: CamelKing1997/WallpaperEngineDecoder
Releases · CamelKing1997/WallpaperEngineDecoder
v0.2.1 - Extraction cache loading fix
v0.2.1 - Extraction cache loading fix
This patch fixes the Windows EXE build where clicking Extract Resources could finish without showing extracted media in the UI.
What changed
- The Electron app now passes the same app cache root to the bundled Rust decoder that the UI uses when refreshing extracted resources.
- Packaged builds now read and write under the same
cache/wallpapers/{id}layout. - A regression test now covers custom cache roots so this cannot silently break again.
Download
WallpaperEngineMediaExtractor-0.2.1-setup.exefor the installer version.WallpaperEngineMediaExtractor-0.2.1-portable.exefor the portable version.
Verification
npm run typechecknpm run test:allnpm run test:e2e -- tests/e2e/app-launch.spec.tsnpm run dist:win- Packaged decoder smoke extraction against live workshop item
1375031246 - Packaged app smoke launch from
release/win-unpacked
SHA256
WallpaperEngineMediaExtractor-0.2.1-setup.exe:998EF31DE900ED13AD277DB8043485FE8272D139D0FC3F9D86B5EDC73DE37DCAWallpaperEngineMediaExtractor-0.2.1-portable.exe:154353E43D9AE61C8F1D845A8D86563C26D27FA7096701E36BF63EC5D653847F
v0.2.0 - Windows EXE builds
v0.2.0 - Windows EXE release
This release is focused on users who do not want to build from source. Download one of the Windows assets below:
WallpaperEngineMediaExtractor-0.2.0-setup.exefor the installer version.WallpaperEngineMediaExtractor-0.2.0-portable.exefor the portable version.
Highlights
- Adds Windows installer and portable EXE builds.
- Bundles the Rust decoder sidecar inside the packaged desktop app.
- Stores extraction cache under the application user-data directory in packaged builds.
- Documents the Releases download path in Chinese, English, and Japanese README files.
Verification
npm run typechecknpm run test:allnpm run test:e2e -- tests/e2e/app-launch.spec.tsnpm run dist:win- Packaged app smoke launch from
release/win-unpacked
SHA256
WallpaperEngineMediaExtractor-0.2.0-setup.exe:0B954C3F3815B40B4DEB05ABB03984716D3A2E3EE16BCA7772BD8D16068CB973WallpaperEngineMediaExtractor-0.2.0-portable.exe:90B6894B5ED5CF7C8DBC5D3DBD4788395D8FFEBCE337A44625E6F446DD3853CE
v0.1.0
Highlights
- First public release of Wallpaper Engine Media Extractor
- Scan Steam workshop libraries and detect Wallpaper Engine content under
steamapps/workshop/content/431960 - Parse
scene.pkgresources and decode commonTEXV0005textures into usable image files - Preview extracted image and video media inside the desktop app
- Export individual media files directly from the workspace
- Add Chinese, Japanese, and English support for both the desktop UI and repository documentation
Validation
- npm run test:all
- npm run test:e2e -- tests/e2e/app-launch.spec.ts