From ddba36f16919d9734369b8146a92a53de2ffeede Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi <m.chraibi@fz-juelich.de> Date: Mon, 18 Jul 2016 15:37:49 +0200 Subject: [PATCH] Add changelog --- CHANGELOG | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..8aae7ed --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,25 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## [unreleased] + +### Added +- show name and id of rooms/subrooms in "geometry structure" +- Rename directory to `JPSvis_Files`: 94ed0a55 + +##v0.8.0 [2016-02-18] +### Added +- option to load vtk files. Need to add the line ``` <gradient_field filename="floorfield.vtk"> +``` in the header of the trajectory file. Alternatively drag and drop a vtk file on JPSvis. + +### Fixed +- Error displaying the total number of frames when using the scroolbar + +## v0.7.0 [2015-07-15] +### Added +- Display the geometry structure individual room/subroom. +- Now build on OSX/Linux/Windows + +### Fixed +- Visiblity in 3D +- Numerous geometrical operations \ No newline at end of file -- GitLab