v0.3.0
This release adds a project overview page and the modules for it. We welcome new contributor @Charlottez112!
Added
- The Project page displays cards from modules with
context="ProjectContext"
(#27, #110). - Schema module for the ProjectContext (#110).
- ProjectContext support for the DocumentList, ImageViewer, TextDisplay, and VideoViewer modules (#110).
- Dashboard config option
CARDS_PER_ROW
controls the number of cards per row in the desktop view (#133). - The endpoint
views.get_file
now reads thedownload_name
request argument (#127).
Changed
- Hide the list of modules in the sidebar when viewing the job list (#110).
Fixed
- Hide the list and grid view buttons when viewing a single job (#92, #110).
- Fixed bug with disabled modules not showing a checkbox to enable them in the grid view (#134).
- FileList module now respects prefix_jobid option (#127, #128).
- Endpoints added via
Dashboard.add_url
can be used with multiple routes (#130).
Removed
- Removed upper bound on
python_requires
(#137).