Skip to content

Releases: rupor-github/fb2converter

v1.77.0

22 Jan 21:16
d791186
Compare
Choose a tag to compare
  • Adding "no_page_map" to supported configuration - will prevent page map generation in epub.
  • Moving to go1.23.5 and updating all dependencies.
  • Adding freebsd builds.

Full Changelog: v1.76.4...v1.77.0

v1.76.4

19 Jan 20:03
28518d1
Compare
Choose a tag to compare

Changing rules by which page markers are inserted - relaxing them much, to allow pages inside paragraphs but after some other tag (like anchor or emphasis) was encountered. Old way was very safe, but apparently there are some books which have been formatted to have a few very big paragraphs...

Let me know if this causes regressions, it is entirely possible.

Full Changelog: v1.76.2...v1.76.4

v1.76.3

11 Jan 16:44
4772b73
Compare
Choose a tag to compare

Fixing regression: do not eat spaces when splitting sentences into words (strings.Split() vs string.Fields())

Full Changelog: v1.76.2...v1.76.3

v1.76.2

22 Dec 22:51
613c37e
Compare
Choose a tag to compare

Adding new configuration - "document.transform.dialogue": "In paragraphs sequence of leading Unicode spaces followed by any Unicode symbol included in "from" string is replaced with "to" string followed by this Unicode symbol.". In some languages (ex: Russian) rules state that line break should happen after punctuation.

Updating to go1.23.4 and latest packages.

Full Changelog: v1.76.1...v1.76.2

v1.76.1

06 Nov 21:16
cd36a8d
Compare
Choose a tag to compare

No change in functionality - just build cleanup.

Full Changelog: v1.76.0...v1.76.1

v1.76.0

27 Oct 16:29
b2a5562
Compare
Choose a tag to compare

Maintenance release:

  • Latest go toolchain: go1.23.2
  • Regenerating all dependencies
  • Cleaning up taskfile
  • Re-formatting and linting all sources using up to date tools

Full Changelog: v1.75.4...v1.76.0

v1.75.4

12 Aug 18:54
77434e5
Compare
Choose a tag to compare

In cases when original FB2 document encoding is not Unicode respect all HTML named character references.

Full Changelog: v1.75.3...v1.75.4

v1.75.3

22 Jul 21:03
31f56ff
Compare
Choose a tag to compare

Handle "hanging" images within floating notes.

Full Changelog: v1.75.2...v1.75.3

v1.75.2

19 Jul 03:09
5ccf9b2
Compare
Choose a tag to compare

Enable page markers inside "v" tags.

Full Changelog: v1.75.1...v1.75.2

v1.75.1

16 Feb 22:41
9f4ef12
Compare
Choose a tag to compare
  • Fixed wrong directory name in releases for Windows.
  • Added "#series_first_word" to "title_format" and "file_name_format" configuration options. There is also "series_first_word_length" (default is set to 4) to set cut off length
  • Switched from cmake to taskfile - simplifying github actions
  • Switched to go1.22.0 - all dependencies are updated accordingly

Full Changelog: v1.74.1...v1.75.1