Releases: janelia-flyem/dvid-console
Release 1.13.1 - Adds support for username and application query parameters
This release adds support for the username and application parameters that will potentially be required by the dvid server.
Release 1.13.0 - The one with Leaflet
This adds a whole new tile viewer system to the console. Leaflet replaces openseadragon as the underlying tile viewing library and brings a much improved developer interface. It also seems to make the image loading smoother and more consistent.
Release 1.12.0 - Adds commit button for nodes
This release adds a commit button that can be used to commit/lock a node in the DAG. This and the other admin features are only available when the admin=1 query parameter is added to the url.
Release 1.11.1 - Dagre-d3 upgrade to fix chrome problems.
This is a patch release to restore a function that was removed by the latest release of the chrome browser. It should be used in preference to all earlier versions.
Release 1.11.0 - bug fixes
v1.11.0 1.11.0
Release 1.10.0 - uses new DVID javascript API
This release updates the version of the dvid api used to talk to the server. It also fixes a bug with the display of the data types in the add data type modal and the admin page.
Release 1.9.0 - Improved tile data types
The changes for this release are all behind the scenes. It adds some better handling of Meta data for imagetile data types, that will be added to DVID in the future.
Release 1.8.1 - Fixes narrow tile stretching
Bug fixes to rendering of narrow data sets.
Release 1.8.0 - Tile Viewer Improvements
Meta data has been moved into the tile viewer from the page around it.
The x,y,z input fields have been cleaned up and an input bug has been fixed.
Release 1.6.1 - UI improvements
Adds "Add Data Instance" button.
Adds keyboard commands when the mouse is over the tile viewer
Increased the size of the volume viewer
Adds coordinate tooltip when moving over tile viewer