Releases: glotzerlab/signac-dashboard
Releases · glotzerlab/signac-dashboard
v0.6.1
v0.6.0
v0.5.0
v0.4.0
This release is planned to be the last version to support signac < 2.0. The biggest feature is the addition of login tokens.
Added
- Improve security on multi-user systems. Dashboard now generates a login token when started. Users
must login with the token to view project and job data in the dashboard (#122, #158).
Changed
ImageViewer
searches for*.svg
files by default (#157).
Fixed
v0.3.1
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).