Skip to content

Releases: AcrylicShrimp/dlsite-manager

dlsite-manager 3.2.2

Choose a tag to compare

@github-actions github-actions released this 27 May 05:07

Fixes Library pagination so the Library view can page through products beyond the first backend result page.

  • Fixes #40 via PR #41.
  • Built from the release branch tag v3.2.2 using the existing Release workflow.
  • macOS remains ad-hoc signed, not Apple Developer ID notarized, matching the current release setup.

dlsite-manager 3.2.1

Choose a tag to compare

@github-actions github-actions released this 12 May 12:17

Fixes the macOS app bundle signing shape from v3.2.0. The v3.2.0 DMG was not corrupt, but its app bundle resources were not sealed by an app-bundle signature, which caused macOS Gatekeeper to report the app as damaged.

This release ad-hoc signs the macOS app bundle before creating the DMG and updater artifact. It is still not Apple Developer ID notarized, so macOS may require Open Anyway / right-click Open for quarantined downloads until Developer ID signing is configured.

dlsite-manager 3.2.0

Choose a tag to compare

@github-actions github-actions released this 12 May 11:09

Superseded by v3.2.1.

The v3.2.0 macOS DMG checksum was valid, but the app bundle inside it was structurally invalid for Gatekeeper because bundle resources were not sealed by an app-bundle signature. Use v3.2.1 instead.

Original note:

Manual update support is now available from Settings. The app does not check for updates automatically; use Settings -> Check for Updates when you want to update.

This is the first updater-capable release. Versions before 3.2.0 cannot update themselves automatically, but 3.2.0 can update to future releases.

dlsite-manager v3.1.0

Choose a tag to compare

@github-actions github-actions released this 12 May 09:52

dlsite-manager v3.1.0

This release improves local-library handling and adds automated release artifacts for Windows and macOS.

Highlights

  • Added Windows release artifacts.

    • Windows builds now include both .exe and .msi installers.
    • Fixes #38.
  • Improved local-only product support.

    • Local library folders can now be hydrated with DLsite public product metadata.
    • Local-only works can show proper title, maker, type, age class, image, size, dates, credits, and tags when DLsite metadata is available.
    • Local-only metadata does not imply account ownership or download permission.
  • Sync now refreshes local folders too.

    • Account Sync runs the local folder scan after a successful remote sync.
    • The separate Scan Local UI action was removed to keep Sync as the single refresh action.
  • Refreshed project README.

    • Updated the README around product workflows.
    • Added current screenshots for Library, Downloads, Accounts, Activity, Settings, and product details.
  • Added release automation.

    • Release artifacts are now built by GitHub Actions from the release branch/tag flow.
    • macOS and Windows artifacts are attached with SHA-256 checksum files.

Artifacts

  • macOS: dlsite-manager_3.1.0_aarch64.dmg
  • Windows: dlsite-manager_3.1.0_x64-setup.exe
  • Windows: dlsite-manager_3.1.0_x64_en-US.msi

Notes

These builds are currently unsigned. Your OS may show the usual warning for unsigned desktop applications.

dlsite-manager v3.0.0

Choose a tag to compare

@AcrylicShrimp AcrylicShrimp released this 11 May 19:53

Fresh Tauri 2 rewrite of dlsite-manager.

Highlights:

  • DLsite Play v3 API support for sync, work details, and downloads.
  • Unified multi-account Library with search, sorting, filters, custom tags, and local-only scan/import.
  • Resumable downloads with direct, split, and serial-required download handling.
  • ZIP extraction and legacy split-RAR extraction.
  • Download queue, background jobs, cancellation, progress, and file-backed audit logs.
  • Dark Tauri 2 UI with product detail, thumbnail preview, copy actions, and settings/account management.

Deferred:

  • #20: hidden-product workflow.
  • #8 and #9: browser-only manga/comic/voice-comic downloads need more research.

v3.0.0-rc.1

v3.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@AcrylicShrimp AcrylicShrimp released this 11 May 16:45

v3.0.0-rc.1

First release candidate for the Tauri 2 / DLsite Play v3 rewrite.

Highlights

  • DLsite Play v3 account sync and unified multi-account Library
  • authenticated download planning and byte streams
  • staged/resumable downloads with cancellation and progress
  • ZIP and legacy split-RAR extraction
  • app-local credential vault outside SQLite
  • local-only / not-owned library scan/import
  • manual downloaded-state marking
  • product detail view, Activity/audit logs, and dark desktop UI

Validation

  • cargo check --workspace
  • pnpm check
  • pnpm tauri build
  • Project-owner smoke validation of sync, search/filter/sort, download/resume/cancel/open/delete/re-download, settings paths, credentials, and audit logs

Deferred beyond RC1

  • #18 custom product tags
  • #19 searchable/excludable local-only / not-owned metadata
  • #20 hidden-product workflow
  • #21 product category simplification follow-up

Release v2.1.1

Choose a tag to compare

@AcrylicShrimp AcrylicShrimp released this 01 Feb 14:00

Full Changelog: v2.1.0...v2.1.1

Release v2.1.0

Choose a tag to compare

@AcrylicShrimp AcrylicShrimp released this 01 Feb 12:08

Full Changelog: v2.0.2...v2.1.0

  • Changed products to be sorted by purchase date. (refresh products by dropping caches required to take effect)
  • Fixed a bug where account testing hangs if internal operation fails.

Release v2.0.2

Choose a tag to compare

@AcrylicShrimp AcrylicShrimp released this 31 Jan 18:50

Full Changelog: v2.0.0...v2.0.2

  • Fixed a bug that caused application crashes due to internal operation failures. (mostly because of connection loss due to internet censorship imposed by authorities)
  • Updated all dependencies including tauri.

Release v2.0.0

Choose a tag to compare

@AcrylicShrimp AcrylicShrimp released this 12 Jun 07:21

Containing breaking changes

All of data will be lost, so make sure you backed up your account informations and the download path.

Product downloads will be restored by the menu "Scan downloaded products", so it's fine to let them gone.

This is the very first release after reworking, so feel free to report any issues.

What's Changed

  • Entirely reworked database and API behaviors.
  • "Scan downloaded products" is reworked. It can scan and load product data that is not owned by any account.
  • Improved download speed.
  • Improved handling of non-utf8 encoded entry names in archive.
  • Added ability to decompress deflate64 which is created on Windows 10 or later.
  • Added log menu to see what's going on inside the application (useful for troubleshooting).
  • Fixed product fetching bugs (by #13, thanks to @f4rnham)
  • Database is not taking up spaced uselessly anymore.
  • Add discontinued and not-owned tags on products.
  • Minor visual updates and fixes.

New Contributors

Full Changelog: v1.5.0...v2.0.0