Releases: vivekratnavel/omniboard
Releases · vivekratnavel/omniboard
2.4.2
2.4.2 (2019-10-22)
Bug Fixes
- server: custom columns with info.* does not work when metric columns are present (7defe71), closes #157
2.4.1
2.4.1 (2019-09-27)
Bug Fixes
- some runs are missing in the UI when a custom metric column is not part of a run (d79aca0), closes #150
2.4.0
2.4.0 (2019-09-25)
Features
- runstable: add tags to an experiment from code (686da1c), closes #151
2.3.0
2.3.0 (2019-09-22)
Features
- add support to compare source files between different runs (7d161b5), closes #149
2.2.0
2.2.0 (2019-09-15)
Features
- support multi select on rows and comparison of metrics, configs and captured out (e1fefbe), closes #60
2.1.0
2.1.0 (2019-09-04)
Features
- add a new setting to change the row height of table (95f80f7), closes #103
2.0.1
2.0.1 (2019-09-03)
Bug Fixes
- customcolumnmodal: fix updation of custom column doesn't work as expected. Update docs (79ed5f3)
2.0.0
2.0.0 (2019-09-03)
Bug Fixes
- update node version in dockerfile (4f25df6)
Features
- add new features for Omniboard v2.0. Update unit tests and docs (224e1e5), closes #107
BREAKING CHANGES
- Omniboard will no longer support MongoDB < 4.0. The collections "omniboard.columns"
and "omniboard.config.columns" are renamed to "omniboard.metric.columns" and
"omniboard.custom.columns".
2.0.0-beta.2@beta
Bug Fixes
- update node version in dockerfile (4f25df6)
2.0.0-beta.1@beta
Features
- add new features for Omniboard v2.0. Update unit tests and docs (224e1e5), closes #107
BREAKING CHANGES
- Omniboard will no longer support MongoDB < 4.0. The collections "omniboard.columns"
and "omniboard.config.columns" are renamed to "omniboard.metric.columns" and
"omniboard.custom.columns".