Commit 6513e235533facc983255ed46e23dffbb650f45d
1 parent
b325e66c
Exists in
master
Updated the changelog
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
changelog.md
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | +## [3.1.1](https://github.com/invesalius/invesalius3/tree/v3.1.1) - 2017-08-10 | ||
4 | + | ||
5 | +### Added | ||
6 | +- Lanczos 3D interpolation method. | ||
7 | +- Option to user set the interpolation method when reorienting an image. | ||
8 | +- Option to user digit the angles used to reorient image. | ||
9 | + | ||
10 | +### Fixed | ||
11 | +- Not starting InVesalius when user home has non-ascii chars. | ||
12 | +- Read DICOM and other image files with non-ascii chars in its filename. | ||
13 | +- Save InVesalius project wih non-ascii chars in its filename. | ||
14 | +- Import and export surface with non-ascii chars in its filename. | ||
15 | +- Export surface with non-ascii chars in its filename. | ||
16 | +- DICOM/Bitmap import dialog was not ShowModal. | ||
17 | +- Cut plane wasn't working when reenabled volume raycasting | ||
18 | + | ||
3 | ## [3.1.0](https://github.com/invesalius/invesalius3/tree/v3.1.0) - 2017-07-04 | 19 | ## [3.1.0](https://github.com/invesalius/invesalius3/tree/v3.1.0) - 2017-07-04 |
4 | 20 | ||
5 | ### Added | 21 | ### Added |