diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0b907a..877853ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,23 @@ All notable changes to the RIVeR 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). -## [3.0.0] - 2025-03-29 +# [3.0.1] - 2025-03-31 + +## GUI + +### Fixed +- Cross Sections Input Level +- Rectification 2d report translations +- Rectification Footer Links + +## CLI + +### Changed + +- Updated min required Python version to 3.11 + + +# [3.0.0] - 2025-03-29 ### Added - Complete rewrite of the application in Python and JavaScript - New tree-based navigation system with step sidebar diff --git a/gui/CHANGELOG.md b/gui/CHANGELOG.md deleted file mode 100644 index 14a488fa..00000000 --- a/gui/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -## ARREGLOS - - Paso de Analize a Results - - Resolucion de la imagen - - diff --git a/gui/index.html b/gui/index.html index bea005e3..158b61e0 100644 --- a/gui/index.html +++ b/gui/index.html @@ -4,7 +4,7 @@ - RIVeR 3.0.0 + RIVeR 3.0.1
diff --git a/gui/package.json b/gui/package.json index 1230549d..d6c7d8dd 100644 --- a/gui/package.json +++ b/gui/package.json @@ -2,7 +2,7 @@ "name": "river-gui", "productName": "RIVeR", "private": true, - "version": "3.0.0", + "version": "3.0.1", "type": "module", "description": "Software for calculating water discharge from videos using LSPIV technique", "author": { diff --git a/gui/src/components/Forms/FormRectification3D.tsx b/gui/src/components/Forms/FormRectification3D.tsx index 1710e04e..c2e467ef 100644 --- a/gui/src/components/Forms/FormRectification3D.tsx +++ b/gui/src/components/Forms/FormRectification3D.tsx @@ -76,7 +76,7 @@ export const FormRectification3D = () => {