From 0a3b4ffe5d4112480b327accd0192dcefdda0716 Mon Sep 17 00:00:00 2001 From: Andrei Neagu Date: Thu, 20 Jun 2024 10:00:53 +0200 Subject: [PATCH 1/4] adding configuration for xrf --- docker/boot_notebook.bash | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docker/boot_notebook.bash b/docker/boot_notebook.bash index 549d443..b49a82e 100755 --- a/docker/boot_notebook.bash +++ b/docker/boot_notebook.bash @@ -54,6 +54,18 @@ cat > .jupyter_config.json < "$HOME/.jupyter/jupyter_notebook_config.py" < "/opt/conda/share/jupyter/lab/overrides.json" < Date: Thu, 20 Jun 2024 10:02:26 +0200 Subject: [PATCH 2/4] bump version --- .bumpversion.cfg | 2 +- .osparc/jupyter-math/metadata.yml | 2 +- CHANGELOG.md | 3 +++ Makefile | 2 +- docker-compose-local.yml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 98a638d..9da3484 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 commit = False message = service version: {current_version} → {new_version} tag = False diff --git a/.osparc/jupyter-math/metadata.yml b/.osparc/jupyter-math/metadata.yml index 720e181..efe7f51 100644 --- a/.osparc/jupyter-math/metadata.yml +++ b/.osparc/jupyter-math/metadata.yml @@ -9,7 +9,7 @@ description: " key: simcore/services/dynamic/jupyter-math -version: 3.0.2 +version: 3.0.3 integration-version: 2.0.0 type: dynamic authors: diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b3778..70dd5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [3.0.3] - 2024-06-20 +- attempt at fixing issues with usability on Firefox and Safari + ## [3.0.2] - 2024-02-02 - Allows users to use OSPARC_API_HOST / OSPARC_API_KEY / OSPARC_API_SECRET in notebooks to access the API (see [PR #29](https://github.com/ITISFoundation/jupyter-math/pull/29)) diff --git a/Makefile b/Makefile index c4b61f4..fe249c6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = /bin/sh .DEFAULT_GOAL := help export DOCKER_IMAGE_NAME ?= jupyter-math -export DOCKER_IMAGE_TAG ?= 3.0.2 +export DOCKER_IMAGE_TAG ?= 3.0.3 # PYTHON ENVIRON --------------------------------------------------------------------------------------- diff --git a/docker-compose-local.yml b/docker-compose-local.yml index a6a4d4d..c451ab6 100644 --- a/docker-compose-local.yml +++ b/docker-compose-local.yml @@ -1,7 +1,7 @@ version: '3.7' services: jupyter-math: - image: simcore/services/dynamic/jupyter-math:3.0.2 + image: simcore/services/dynamic/jupyter-math:3.0.3 ports: - "8888:8888" environment: From 4f97b3115783c411eb5844ade5645b99558e81b7 Mon Sep 17 00:00:00 2001 From: Andrei Neagu Date: Thu, 20 Jun 2024 10:12:47 +0200 Subject: [PATCH 3/4] fixed --- docker/boot_notebook.bash | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/boot_notebook.bash b/docker/boot_notebook.bash index b49a82e..c0ed791 100755 --- a/docker/boot_notebook.bash +++ b/docker/boot_notebook.bash @@ -54,14 +54,13 @@ cat > .jupyter_config.json < "$HOME/.jupyter/jupyter_notebook_config.py" < Date: Thu, 20 Jun 2024 10:14:26 +0200 Subject: [PATCH 4/4] added link --- docker/boot_notebook.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/boot_notebook.bash b/docker/boot_notebook.bash index c0ed791..34a5102 100755 --- a/docker/boot_notebook.bash +++ b/docker/boot_notebook.bash @@ -54,6 +54,7 @@ cat > .jupyter_config.json < "$HOME/.jupyter/jupyter_notebook_config.py" <