Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

1.2.4

Latest
Compare
Choose a tag to compare
@jflesch jflesch released this 13 Mar 23:39
· 31 commits to moved since this release

Hello,

I've released Paperwork 1.2.4.

Main changes in paperwork-gtk are:

  • Main window/pages/mouse handlers: Fix infinite loop in signal handling when
    the mouse goes over buttons drawn over pages.

Main changes in paperwork-backend are:

  • Label guessing: Fix the way bayesian filters are updated (will trigger an
    index rebuild). This should improve back drastically their efficiency for
    a lot of people.
  • Import: Remove ambiguity: Importers designed for import of directory
    will not try to import individual files. They will just let the importers
    designed for importing single file take care of it.
  • paperwork-shell/labels/guessing: return scores as well as labels
    (useful for testing/debugging)
  • Optim: PDF: Keep in memory the page sizes. It's an information very often
    requested when rendering documents and it cannot change with PDF files.

As usual, information regarding Paperwork (update, installation, etc) are available here:
https://github.com/openpaperwork/paperwork#readme
Detailed ChangeLog are available here:
https://github.com/openpaperwork/paperwork/blob/master/paperwork-gtk/ChangeLog
https://github.com/openpaperwork/paperwork/blob/master/paperwork-backend/ChangeLog

Best regards,