Releases: KJHJason/Cultured-Downloader-Logic
Releases · KJHJason/Cultured-Downloader-Logic
Cultured Downloader Logic V1.2.0
What's Changed
- Bug fixes for caching in KJHJason/Cultured-Downloader#227
- Added Fantia Product downloads in KJHJason/Cultured-Downloader#165
Full Changelog: v1.1.6...v1.2.0
Cultured Downloader Logic V1.1.6
What's Changed
- Fixed KJHJason/Cultured-Downloader#226
- Added JSON keys to struct used in the frontend of Cultured Downloader for better maintainability.
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
panic: error opening log file: open ... permission denied
error in GitHub Actions for Linux and Darwin should be fixed by removing the panic call during the init() in logger.go
Full Changelog: v1.1.4...v1.1.5
Cultured Downloader Logic v1.1.4
What's Changed
- Fixed
panic: error opening log file: open ... permission denied
in GitHub Actions for Linux and Darwin
Edit: It didn't fix the error mentioned above but will be fixed in the next version.
Full Changelog: v1.1.3...v1.1.4
Cultured Downloader Logic V1.1.3
What's Changed
- Fixed compilation error for Linux and Darwin caused by
unknown field HideWindow in struct literal of type "syscall".SysProcAttr
Full Changelog: v1.1.2...v1.1.3
Cultured Downloader Logic V1.1.2
What's Changed
- Updated dependencies
- Addressed #54
- Addressed #56
- Addressed KJHJason/Cultured-Downloader#222
- Fixed KJHJason/Cultured-Downloader#65
- Fixed KJHJason/Cultured-Downloader#223
Full Changelog: v1.1.1...v1.1.2
Cultured Downloader Logic V1.1.1
- Improve password detection for Pixiv Fanbox
- Minor optimisation for processing JSON
Full Changelog: v1.1.0...v.1.1.1
Cultured Downloader Logic V1.1.0
What's Changed
- Update dependencies
- Added Google OAuth2 for GDrive
- Removed previously made functions for GDrive API Key to use for Google's GDrive Golang Library
- Removed most panic calls
- Revamp logic by @KJHJason in #52
Full Changelog: v0.0.3...v1.1.0
Cultured Downloader Logic V0.0.3
V1.0.0 V0.0.0
This is the first release! 🎉
This release is bound to have bugs after porting them from
Cultured-Downloader-CLI so expect bug fixes in the near future.
V1.0.1 V0.0.1
Changes:
- Update dependencies
- Changed gdrive service creation to use JSON bytes instead of file path
V1.0.2 V0.0.2
Changes:
- Added new functions for parsers.go
- Updated dependencies
- Fixed panic caused by the absence of the necessary folders needed for the log file path
V0.0.3 (Current)
Changes:
- Code cleanup for GDrive struct creation