Skip to content

Releases: Aivean/royalroad-downloader

v2.5.1 Testing autorelease

21 Aug 00:07
c95b524
Compare
Choose a tag to compare
release workflow that creates a release when tag is pushed (#29)

v2.5.0

15 Nov 01:37
Compare
Choose a tag to compare

Reduced memory usage by "streaming" chapters directly into the output file. No more OOMs.
Added MIT license file.

v2.4.0

12 Oct 02:16
Compare
Choose a tag to compare

Strip book title suffix from every chapter.

V2.3.0

19 Apr 23:50
Compare
Choose a tag to compare

Support for trailing slashes in the fiction URL (#21) and html class 'chapter' in chapter titles (#22).

Limit request rate in case of http code 429, fix #18

09 Oct 02:39
Compare
Choose a tag to compare

How to run:

  • Install latest java (maybe you have one, check by executing java -version)
  • execute java -jar royalroad-downloader-assembly-2.2.0.jar http://royalroad.com/fiction/xxxx
  • output html file fill be created in current directory

Provide explicit UTF-8 encoding for output #16

13 Jan 22:10
Compare
Choose a tag to compare

How to run:

  • Install latest java (maybe you have one, check by executing java -version)
  • execute java -jar royalroad-downloader-assembly-2.1.0.jar http://royalroad.com/fiction/xxxx
  • output html file fill be created in current directory

v2.0.0 changed domain name to 'royalroad.com'

28 Oct 22:14
Compare
Choose a tag to compare

How to run:

  • Install latest java (maybe you have one, check by executing java -version)
  • execute java -jar royalroad-downloader-assembly-2.0.0.jar http://royalroad.com/fiction/xxxx
  • output html file fill be created in current directory

v1.3.1 fix `--from-chapter` default value

28 Jul 17:52
Compare
Choose a tag to compare

How to run:

  • Install latest java (maybe you have one, check by executing java -version)
  • execute java -jar royalroadl-downloader-assembly-1.3.1.jar http://royalroadl.com/fiction/xxxx
  • output html file fill be created in current directory

v1.3.0 fix encoding problems, add `--from-chapter` parameter

23 Jul 05:34
Compare
Choose a tag to compare

How to run:

  • Install latest java (maybe you have one, check by executing java -version)
  • execute java -jar royalroadl-downloader-assembly-1.3.0.jar http://royalroadl.com/fiction/xxxx
  • output html file fill be created in current directory

v1.2.5 accept URLs that start with 'www'

30 Jun 17:27
Compare
Choose a tag to compare

How to run:

  • Install latest java (maybe you have one, check by executing java -version)
  • execute java -jar royalroadl-downloader-assembly-1.2.5.jar http://royalroadl.com/fiction/xxxx
  • output html file fill be created in current directory