Releases: hnesk/browse-ocrd
Releases · hnesk/browse-ocrd
0.5.5 - 2023-04-27
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:
0.5.4 - 2023-02-21
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
v0.5.2.1
0.5.2 - 2022-06-10
New Features:
- Automatically build a docker image at
hnesk/ocrd_browser
, thanks @bertsky
Fixed:
- PageView: improve reading order and region rendering order #44 #44
- Use
ocrd_utils.getLogger
insteadlogging.getLogger
Changed:
- Performance improvements
- use fastentrypoints
- use annotations
- reduce imports with
if TYPE_CHECKING
- Use codespell in CI
- Stop supporting python-3.6, start supporting 3.9
v0.5.2
0.5.2 - 2022-06-10
New Features:
- Automatically build a docker image at
hnesk/ocrd_browser
, thanks @bertsky
Fixed:
- PageView: improve reading order and region rendering order #44 #44
- Use
ocrd_utils.getLogger
insteadlogging.getLogger
Changed:
- Performance improvements
- use fastentrypoints
- use annotations
- reduce imports with
if TYPE_CHECKING
- Use codespell in CI
- Stop supporting python-3.6, start supporting 3.9
v0.5.1
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