Skip to content

Pixiv Platform v1.2.0 - Windows Desktop Release

Pre-release
Pre-release

Choose a tag to compare

@2921323707 2921323707 released this 27 May 12:25
· 7 commits to main since this release

Pixiv Platform v1.2.0

Windows desktop delivery and maintenance release for the local-first Pixiv downloader workbench.

Highlights

  • Ships the Windows Tauri desktop app as the current default release target.
  • Provides a Windows NSIS installer package.
  • Uses a shared Web/Desktop data location under ~/Downloads/Pixiv Platform/.
  • Adds Windows-friendly download directory handling and folder picker support.
  • Fixes Pixiv Refresh in the Windows desktop app so the login window opens reliably and errors are visible.

Added

  • Windows NSIS installer as the current default Tauri build artifact.
  • Windows desktop log path documentation at %LOCALAPPDATA%\Pixiv Platform\desktop.log.
  • Windows native download-folder picker path in Settings.

Fixed

  • Settings -> Pixiv connection -> Refresh could fail to open the Pixiv login window in Windows Tauri release builds.
  • Windows absolute download paths are now accepted by settings validation.
  • ~ expansion and default download root resolution now support USERPROFILE when HOME is unavailable.

Changed

  • Tauri package version updated to 1.2.0.
  • Generated installer filename now matches the release tag.
  • Desktop Pixiv Refresh failures now surface in the Settings UI and desktop log instead of failing silently.
  • Default checkout is now Windows-oriented while keeping the macOS source path from previous releases.

Security

  • Pixiv PHPSESSID, DeepSeek API keys, and other secrets are not written to code, documentation, or logs.
  • Pixiv Refresh logs only non-sensitive command/window status and cookie length metadata.

Verification

Validated on Windows:

cd src/frontend && npm.cmd run lint
cd tauri-app/src-tauri && cargo check
cd tauri-app && npm.cmd run build

**Full Changelog**: https://github.com/2921323707/self_pixiv_downloader/compare/v1.1.1...v1.2.0