Skip to content

Releases: j1nxie/nhdl

0.1.3: text file processing!

25 Dec 03:12
Compare
Choose a tag to compare

release 0.1.3

we're almost done with nhdl's initial stages! only the configuration file feature and pretty-printing remains for now!

changelog

  • [refactor] split metadata() into multiple functions by @j1nxie in #1
  • [fix] fix parsing for tags by @j1nxie in #2
  • [feat] text input by @j1nxie in #3

full changelog: 0.1.2...0.1.3

0.1.2: command-line functionality!

17 Dec 20:52
Compare
Choose a tag to compare

release 0.1.2

welcome to nhdl's second release! with this release, we're now seeing very basic command-line operations for use, instead of having to run nhdl and typing into a blank window! simply type in nhdl <id/url> inside the command prompt and things should be working.

changelog

  • [docs] update README.md
  • [refactor] replace reqwest::get with client.get()
  • [docs] comment at print id now correctly states print id
  • [refactor] split downloader into own module
  • [docs] add documentation to downloader.rs
  • [feat] take input from command-line
    this feature update also includes another refactor, with the nhentai parser being splitted into its own file, nhentai.rs for convenience.

0.1.1: first release!

25 Nov 18:14
Compare
Choose a tag to compare

release 0.1.1

this marks nhdl's first official release! with 0.1.0, nhdl now sees a large increase in performance as asynchronous download is now integrated into the app. 0.1.1 is a critical patch that fixes a bug where http requests overload, leading to failure to download larger doujinshi.

please report to me @j1nxie if there are any bugs / problems!

changelog

  • [fix] ensure program doesn't crash if download directory exists
  • [feat] support for nhentai id
  • [fix] properly checks for folder
  • [feat] show download progress
  • [fix] japanese title now properly hides if there isn't one
  • [fix] check for url more aggressively
  • [refactor] rename japanese to original
  • [style] remove unneeded test variable + error variable
  • [style] remove more unneeded test variables
  • [feat] asynchronous download
  • [fix] download larger doujinshi now works correctly

issues

  • high cpu usage on larger downloads