Skip to content

Releases: creideiki/fimfic2pdf

v0.11.8

01 Jun 19:35
v0.11.8
210e759
Compare
Choose a tag to compare

Allow manually downloaded EPUB files to have any file name.

v0.11.7

15 Feb 16:36
v0.11.7
1235e1a
Compare
Choose a tag to compare

Handle superscripts when using novel.

Automatically check that the tests cover all HTML tags.

v0.11.6

25 Dec 20:58
v0.11.6
7010f32
Compare
Choose a tag to compare

Compatibility updates: novel class in TeXLive 2024, future Ruby 3.5+.

v0.11.5

20 Jul 14:34
v0.11.5
96fbdf6
Compare
Choose a tag to compare

Handle ^ and ~ characters.

Print author and title in page headers for anthologies using novel.

v0.11.4

16 Feb 22:25
v0.11.4
b9cffa0
Compare
Choose a tag to compare

Handle font-family:monospace style,.

Include self tests and run them automatically on GitHub CI.

v0.11.3

31 Dec 10:13
v0.11.3
9aa6d72
Compare
Choose a tag to compare

Handle <strong> tags.

Handle images in AO3 stories.

v0.11.2

21 Nov 22:14
v0.11.2
8bebba4
Compare
Choose a tag to compare

Add an option -p/--prettify-single-quotes to change ASCII single quotes to Unicode ones. This is brittle, since ASCII single quotes are hard to distinguish from apostrophes. The code makes some informed guesses, but may guess wrong and need to be guided back to reality by manually inserting some Unicode single quotes.

v0.11.1

30 Oct 21:01
v0.11.1
c424e91
Compare
Choose a tag to compare

Remove superfluous newlines in generated LaTeX code.

Escape backslashes in the source text.

Update dependency versions.

Update documentation, which is now installed in the gem.

v0.11.0

09 Aug 10:21
v0.11.0
66880e1
Compare
Choose a tag to compare

Change the name of the generated PDF file from volX.pdf to author-title-volume.pdf.

This file name change requires a change to the configuration file format. Projects started on a previous version will require manual changes before they can be processed with this or later versions.

Previous:

  volumes:
  - first: 1
    last: 5
    number: 1
    filename: 12345/vol1.tex

New:

  volumes:
  - first: 1
    last: 5
    number: 1
    tex_file: 12345/author-long_title-1.tex
    aux_file: 12345/author-long_title-1.aux
    pdf_file: 12345/author-long_title-1.pdf

v0.10.4

11 Jun 21:54
v0.10.4
c9bbd22
Compare
Choose a tag to compare

Allow the user to download EPUB files manually, e.g. if the story requires logging in to read. Tell the user to do this if normal download fails.

Handle right-aligned text.