From 1c7e96ec09c7763032aa7e9998869c7c99cadd4f Mon Sep 17 00:00:00 2001 From: Kari Lavikka Date: Fri, 24 Jan 2025 12:51:41 +0200 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..460ed71 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [v1.0.1](https://github.com/HautaniemiLab/jellyfish/compare/v1.0.0...v1.0.1) + +- build: add auto-changelog [`927be19`](https://github.com/HautaniemiLab/jellyfish/commit/927be195781068e6d42f8a56c83745f1e761e614) +- fix: reset the selected patient if it's not found in the data [`6a8a7c2`](https://github.com/HautaniemiLab/jellyfish/commit/6a8a7c20ca9abd55ced3923e4fd6fb15f35a9ac0) + +### [v1.0.0](https://github.com/HautaniemiLab/jellyfish/compare/v0.9...v1.0.0) + +> 23 January 2025 + +- chore: reorganize layout properties [`7de1647`](https://github.com/HautaniemiLab/jellyfish/commit/7de16478fdb732bfdaa6882e1ff2ffede150d068) +- feat: some input data validation [`7a01f24`](https://github.com/HautaniemiLab/jellyfish/commit/7a01f240ca5d90acd0d6a39db639a08a3f8c3c31) +- feat: organize options into smaller folders in GUI [`418b835`](https://github.com/HautaniemiLab/jellyfish/commit/418b835b57425b8c5487dc0c3e202691b91b7170) + +#### v0.9 + +> 19 January 2025 + +- feat: adjustable tentacle control points [`#13`](https://github.com/HautaniemiLab/jellyfish/pull/13) +- JS rewrite. Still WIP, but works ok for most patients. [`#10`](https://github.com/HautaniemiLab/jellyfish/pull/10) +- add full example data from the Lahtinen (2023) paper [`f0264d5`](https://github.com/HautaniemiLab/jellyfish/commit/f0264d50c6ede990dfafaeaed929ec962d925130) +- refactored to object oriented [`bbe3b0d`](https://github.com/HautaniemiLab/jellyfish/commit/bbe3b0d3850678590576b41b3caf2b018c316604) +- chore: remove the python code [`970e6ba`](https://github.com/HautaniemiLab/jellyfish/commit/970e6bab1f22ca484bd42746f9d7288b9b12023b) diff --git a/package-lock.json b/package-lock.json index 1834a00..d96ee54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jellyfish", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jellyfish", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "@svgdotjs/svg.js": "^3.2.4", "@types/d3": "^7.4.3", diff --git a/package.json b/package.json index a5cd402..35f14f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jellyfish", "private": true, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "scripts": { "dev": "vite",