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: