Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Releases: rupor-github/fb2mobi

New GUI features

22 Jul 16:15
Compare
Choose a tag to compare

GUI version 3.5 - full redesign, added Kindle detection

New GUI features

22 Jul 14:25
Compare
Choose a tag to compare
Merge pull request #27 from rupor-github/gui-feature

New GUI features

synccovers path processing

21 Jul 23:35
Compare
Choose a tag to compare

Allow trailing path separator

xml processing

08 Jul 13:50
Compare
Choose a tag to compare
  1. Removed non-standard complaint pretty printing of generated xhtml files, use lxml pretty print instead
  2. On multiple requests replaced 8211 with 8212 in spaces.xsl
  3. Used latest pillow and lxml modules

Notes titles - again

04 Jun 13:48
Compare
Choose a tag to compare

Do real formatting for notes body title (if any)

href processing

03 Jun 15:45
Compare
Choose a tag to compare
  1. Attempt to process "href" attributes with wrong namespaces (happens quite often)
  2. Improved and cleaned error diagnostic

More images

03 Jun 01:35
Compare
Choose a tag to compare
More images Pre-release
Pre-release

Completely re-done image parsing and processing. fb2mobi now relies on Pillow's ability to recognize image format and provide proper mime type and file extension. Accordingly program now properly warns if format is not supported by Kindle or at all.

Images

01 Jun 23:09
Compare
Choose a tag to compare

In case when image links in the body did not specify image with extension cover generation was failing and removal of ".png" transparency did not do anything.

Features

28 May 13:39
Compare
Choose a tag to compare
  1. When generating "floating" notes - keep original title if available
  2. When processing author and book title formats allow escaped curly brackets \{ and \}
  3. Compensate for bug in cssutil - allow "rem" units to be used without reporting errors
  4. Properly process main body without "title" - use book author and book title instead to keep resulting book and ncx toc structures intact.

Maintenance

13 May 13:36
Compare
Choose a tag to compare

Python 3.6.1 - all platforms and up to date packages
No functional changes