From 0f8ed03d9566fca208b158da7335e3a4966b5c91 Mon Sep 17 00:00:00 2001 From: molotgor Date: Mon, 1 Jul 2024 16:17:22 +0400 Subject: [PATCH] update readme --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c7e6bdc..78360b9 100644 --- a/README.md +++ b/README.md @@ -108,16 +108,15 @@ docker compose build ### 0.0.5 * added `/file` request for loading content of single jsonl file -* changed `replacePathServerToLocal` to return empty string in case of not starting with `./notebooks` or `./results` - -#### Frontend changes - -* added option to change default view type of result group -* added display of #display-table field in Table view type -* added option to view last N results of Notebook -* added validation of Notebook's parameters -* fixed clearing of Notebook's parameters on run -* increased width of parameters' inputs +* removed ability to get any file from machine via `/file` REST APIs +* update local run with jupyter-notebook: + * updated th2-rpt-viewer: + * added option to change default view type of result group + * added display of #display-table field in Table view type + * added option to view last N results of Notebook + * added validation of Notebook's parameters + * fixed clearing of Notebook's parameters on run + * increased width of parameters' inputs ### 0.0.4