diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb3f0f..5713f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0] - 2021-04-24 +### Added +* Camera + * Orthographic perspective + * Buttons to set top and front view + * Fit on map + * Panel configuration + +### Changed +* Name from MapTileEditor3D to Elit3D +* Merge Terrain and Object layers + ## [0.4.1] - 2021-04-14 ### Added * Object Editor diff --git a/Elit3d/installation_dir/Configuration/Configuration.json b/Elit3d/installation_dir/Configuration/Configuration.json index 68026a3..722038a 100644 --- a/Elit3d/installation_dir/Configuration/Configuration.json +++ b/Elit3d/installation_dir/Configuration/Configuration.json @@ -1,7 +1,7 @@ { "App": { "name": "Elit3d", - "version": "0.4.1" + "version": "0.5.0" }, "Camera3D": { "FOV": 60.0,