Releases: AcrylicShrimp/dlsite-manager
Releases Β· AcrylicShrimp/dlsite-manager
Release v2.0.0
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
Release v1.5.0
Release v1.4.1
Changelog
[1.4.1] - 2023-07-04
Bug Fixes
- Update deps including unrar v0.5 to fix crashing.
Documentation
- Update README.md.
Miscellaneous Tasks
- Update package-lock.json.
- Update tauri deps.
Bump
- Bump to v1.4.1.
Release v1.4.0
Changelog
[1.4.0] - 2023-04-09
Features
- Support SFX decompression for all platforms.
- Add a flag to skip decompression.
- Add a menu to remove downloaded product.
Miscellaneous Tasks
- Update product name.
- Update license.
- Update repository.
Refactor
- Sort import statements.
- Remove unneeded slot tag.
Bump
- Bump to v1.4.0.
Release v1.3.0
Changelog
[1.3.0] - 2023-03-19
Features
- Add graceful handling of unknown variants.
- Add voice comic support. (#1)
Miscellaneous Tasks
- Add LICENSE.md.
Bump
- Bump to v1.3.0.
Release v1.2.0
Changelog
Breaking changes
Product download location logic has been changed, by updating tauri(refer this commit). This may not affect most users.
[1.2.0] - 2023-03-19
Features
- Add display language settings.
- Reduce bundle size.
- Reduce backend artifact size.
- [breaking] Do not use app_dir, in favor of deprecation.
Miscellaneous Tasks
- Update .gitignore.
- Add deps visualizer.
- Update deps.
- Update tauri version.
Bump
- Bump to v1.2.0.
Release v1.1.1.
Changelog
[1.1.1] - 2023-01-24
Documentation
- Update the README.md.
Features
- Add download retrying.
Bump
- Bump to v1.1.1.
Release v1.1.0
Changelog
[1.1.0] - 2022-12-25
Features
- Apply rounded select inputs.
- Add product sorting.
Bump
- Bump to 1.1.0.
Release v1.0.1
Changelog
[1.0.1] - 2022-11-26
Bug Fixes
- Update products when download state changes.
Documentation
- Update the README.md.
Features
- Enhance product filtering.
Bump
- Bump to 1.0.1.
Release v0.4.0
Changelog
[0.4.0] - 2022-11-01
Bug Fixes
- Correct automatic sfx extraction trigger.
- Flush file writer when it's done.
- Correct sfx cleanup path calculation.
Features
- Allow re-download after it fails.
Miscellaneous Tasks
- Sort deps.
Performance
- Throttle progress update event.
- Increase buffer size to 1MiB for large files.