Skip to content

Kpdfsync 0.11.0-alpha

Choose a tag to compare

@coderarjob coderarjob released this 12 Mar 19:28
· 6 commits to master since this release

Changes since 0.10.0-alpha

  • Build: CMake completely replaces, the older Linux shell script. Now the
    source can be compiled in Windows, Mac OS and Linux.
  • GUI: Minor changes, like new banner image and text.
  • Software is now provided under GPL3 License not MIT.

Bug Fixes:

  • Bug #9 Automatic pair not working

Also includes all the changes from 0.10.0-alpha pre-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.