Skip to content

Kpdfsync 0.10.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@coderarjob coderarjob released this 16 Jul 03:06
· 52 commits to master since this release

UI and New Features:

  • New Parser added for reading an older format of Clippings.txt file.
  • GUI: User can now choose a parser suitable fro the provided Clippings
    file.

Bug Fixes:

  • Minor GUI bug fixes.

libkpdfsync:

  • AbstractParser, ParserResult and KindleParserV1 are now more decoupled
    and various functions are moved to the base class.
  • Rectified some wrong class design decisions to better use Java OOP
    features