Skip to content

0.5.5 - 2023-04-27

Latest
Compare
Choose a tag to compare
@hnesk hnesk released this 27 Apr 21:02
· 2 commits to master since this release

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.