From 947aa7e1b8d7ea2eb477f859b474bc610f895f00 Mon Sep 17 00:00:00 2001
From: AxelRinghausen <50665039+AxelRinghausen@users.noreply.github.com>
Date: Fri, 7 Jun 2024 16:04:37 +0200
Subject: [PATCH 1/3] Update README.md
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c59a6d50..2a1c17db 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,7 @@ npm run dev
## Documentation
-Python: https://documentation.dessia.tech/plot_data/python/
-Typescript: https://documentation.dessia.tech/plot_data/typescript/
+https://documentation.dessia.io/tutorials/tutorial-4/
## Changelog
From 1470c43d20bb6ecb71c1b9d650221e5ab027ae0a Mon Sep 17 00:00:00 2001
From: AxelRinghausen <50665039+AxelRinghausen@users.noreply.github.com>
Date: Fri, 7 Jun 2024 16:38:18 +0200
Subject: [PATCH 2/3] Update CHANGELOG.md
---
CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e62d43d..768f213a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fix
- Text: Fix text drawing when font is less than 1
+### Doc
+- Changing doc link in readme
+
## [0.24.0]
### Add
- Allow to directly specify if axes are on or off in Python
From b63c2c70cc15670dcfc548ea487a7464b93de6e9 Mon Sep 17 00:00:00 2001
From: AxelRinghausen <50665039+AxelRinghausen@users.noreply.github.com>
Date: Fri, 7 Jun 2024 16:41:28 +0200
Subject: [PATCH 3/3] Update CHANGELOG.md
---
CHANGELOG.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 768f213a..205021eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.25.1]
+### Doc
+- Changing doc link in readme
+
## [0.25.0]
### Add
- Shapes: all shapes can now be set as not interacting with mouse
@@ -12,9 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fix
- Text: Fix text drawing when font is less than 1
-### Doc
-- Changing doc link in readme
-
## [0.24.0]
### Add
- Allow to directly specify if axes are on or off in Python