Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Jan 24, 2025
1 parent 6a8a7c2 commit 1c7e96e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jellyfish",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 1c7e96e

Please sign in to comment.