Skip to content

Releases: hnesk/browse-ocrd

0.5.5 - 2023-04-27

27 Apr 21:02
Compare
Choose a tag to compare

Features:

  • Fullscreen mode via F11
  • add CLI options for better Dockerization #61:
    • -m, --maximize Open in maximized window
    • -f, --fullscreen Open in fullscreen window
    • -r, --restricted Open restricted (no edit/open functionality)
    • -v, --version commandline flag

Changed:

  • Refactored configuration to use pydantic, allows for overriding configurations settings by environment, e.g.:

    BROCRD__FILE_GROUPS__PREFERRED_IMAGES='THUMB,IMG.*'

Fixed:

  • Use last fileGrp as default (hoping that it is the fileGrp with the richest annotations ) #60

  • Application crashes on launch #62

    Added the generated file ui.gresource to git. Previously it was not possible to install via pip install git+https://github.com/hnesk/browse-ocrd which is a pity.

0.5.4 - 2023-02-21

20 Feb 23:32
Compare
Choose a tag to compare

Changed:

  • build via python -m build and setup.cfg

Fixed:

  • False warning about number of images per grp/page #51
  • adapt to new import.metadata.entry_points API #53, thanks @bertsky
  • Dockerfile: use local pkg, not PyPI #56, thanks @bertsky
  • AttributeError: 'EntryPoints' object has no attribute 'get' #57
  • Document.reorder: invalidate OcrdMets cache before save #58, thanks @kba

v0.5.3

19 Jul 12:20
Compare
Choose a tag to compare

0.5.3 - 2022-07-19

Breaking:

  • Make explicit: requires now python>=3.7 (v0.5.1 is the last supported python3.6 version)

Changed:

  • Startup time improved by not using pkg_resources #48

v0.5.2.1

10 Jun 01:32
Compare
Choose a tag to compare

0.5.2 - 2022-06-10

New Features:

Fixed:

  • PageView: improve reading order and region rendering order #44 #44
  • Use ocrd_utils.getLogger instead logging.getLogger

Changed:

  • Performance improvements
  • Use codespell in CI
  • Stop supporting python-3.6, start supporting 3.9

v0.5.2

10 Jun 01:33
Compare
Choose a tag to compare

0.5.2 - 2022-06-10

New Features:

Fixed:

  • PageView: improve reading order and region rendering order #44 #44
  • Use ocrd_utils.getLogger instead logging.getLogger

Changed:

  • Performance improvements
  • Use codespell in CI
  • Stop supporting python-3.6, start supporting 3.9

v0.5.1

10 May 17:01
Compare
Choose a tag to compare

What's Changed

Notable Features:

  • PageView: add baselines if available #34
  • PageView: add screenshot button #41, thanks @bertsky
  • PageView: show @conf in tooltip #39, thanks @bertsky
  • Text/Xml/Diff view: Allow zooming with CTRL+mousewheel #33, thanks @bertsky

Fixed:

  • PageView: component menu not editable with older PAGE-XML Namespaces #35
  • support path names with spaces #40
  • ViewPage: ignore AlternativeImage if not retrievable #37

Full Changelog: v0.5...v0.5.1