diff --git a/WHATSNEW.md b/WHATSNEW.md index e1f4936..7f6c542 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,4 +1,43 @@ ## 2025-01-22 -**Reference Guide**, aka Help, has been moved from local .chm file to the [**online ReferenceGuide**](https://denisbrunet.github.io/Cartool/ReferenceGuide/index.html). +- **Reference Guide**, aka Help, has been moved from local .chm file to the [**online ReferenceGuide**](https://denisbrunet.github.io/Cartool/ReferenceGuide/index.html). +## 2025-01-15 +- **Fixed giganormous EEG files opening and access** (Geodesics MFF, BrainVision...) +- Fixed exporting to EDF files +- Fixed Reprocess/Export Tracks when _Adding Null Tracks_ and _Re-Referencing_ or _Filtering_ etc.. +- Frequency Analysis has a new _Parseval_ normalization option +- Fixed the _Standard Deviation_ display on top of EEG Tracks +- Faster EEG opening + +## 2024-11-23 +- _**Command-Line Interface (CLI)**_ implementation: + - Controlling the main window size, position, and even screen at opening time + - Controlling every child window size and position + - _Reprocess / Export Tracks_ toolbox is now fully accessible from the commnad-line + +## 2024-09-10 +- Making Cartool fully _**DPI Aware**_: + - Buttons, texts, graphics and dialogs all **adapt to the current screen _Dot Per Inch_** (DPI, or precision) + - Help as been ported to be more DPI Aware, too + - Once running, Cartool can now be **dragged onto another screen**, even with different resolution and DPI, and will adapt itself + +## 2024-08-06 +- Fixed **Middle-clicking in MRI and ESI** consistency +- Fixed **mouse scroll button** behavior +- Lots of various fixes + +## 2024-05-15 +- Micro-States Segmentation: + - Checked GEV output values are correct + - ESI Space Segmentation fixes + - **_Meta-Criterion_ re-evaluated and slightly modified** +- Fixed Tissues thicknesses computation, especially for the CSF + +## 2024-04-16 +- Adding a _Visual Studio 2019_ project for Cartool compilation +- Adding an _Examples_ project to show how to directly use a few Cartool classes in some C++ code +- Creating most of the GitHub files + +## 2024-03-14 +- Sources original upload