Skip to content

Releases: CamelKing1997/WallpaperEngineDecoder

v0.2.1 - Extraction cache loading fix

23 Apr 08:37
ec56ada

Choose a tag to compare

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.exe for the installer version.
  • WallpaperEngineMediaExtractor-0.2.1-portable.exe for the portable version.

Verification

  • npm run typecheck
  • npm run test:all
  • npm run test:e2e -- tests/e2e/app-launch.spec.ts
  • npm 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: 998EF31DE900ED13AD277DB8043485FE8272D139D0FC3F9D86B5EDC73DE37DCA
  • WallpaperEngineMediaExtractor-0.2.1-portable.exe: 154353E43D9AE61C8F1D845A8D86563C26D27FA7096701E36BF63EC5D653847F

v0.2.0 - Windows EXE builds

23 Apr 08:19
38fa5e0

Choose a tag to compare

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.exe for the installer version.
  • WallpaperEngineMediaExtractor-0.2.0-portable.exe for 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 typecheck
  • npm run test:all
  • npm run test:e2e -- tests/e2e/app-launch.spec.ts
  • npm run dist:win
  • Packaged app smoke launch from release/win-unpacked

SHA256

  • WallpaperEngineMediaExtractor-0.2.0-setup.exe: 0B954C3F3815B40B4DEB05ABB03984716D3A2E3EE16BCA7772BD8D16068CB973
  • WallpaperEngineMediaExtractor-0.2.0-portable.exe: 90B6894B5ED5CF7C8DBC5D3DBD4788395D8FFEBCE337A44625E6F446DD3853CE

v0.1.0

23 Apr 07:57
94a851a

Choose a tag to compare

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.pkg resources and decode common TEXV0005 textures 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