Skip to content

Releases: KJHJason/Cultured-Downloader-Logic

Cultured Downloader Logic V1.2.0

22 May 15:00
0b00d05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.2.0

Cultured Downloader Logic V1.1.6

21 May 09:13
2637438
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

20 May 13:05
cc3674b
Compare
Choose a tag to compare

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

20 May 12:42
7ea73df
Compare
Choose a tag to compare

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

20 May 12:30
6ea264e
Compare
Choose a tag to compare

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

20 May 10:59
6ca65c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Cultured Downloader Logic V1.1.1

15 May 16:22
2ab53e3
Compare
Choose a tag to compare
  • 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

14 May 16:46
2ec435d
Compare
Choose a tag to compare

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

03 Sep 14:33
e0d10ea
Compare
Choose a tag to compare

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