diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eac68c..9b6b497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ ## [Unreleased] +## [0.18.0] - 2023-02-22 + +### Added +- Cross sections for building a closed autobahn exit and entry "wedge" area with + 3 direct junctions + +### Changed +- Rewrite OpenDRIVE export lane linking to enable non linked lanes and autobahn + exit "wedge" area + +### Fixed +- Clean up of old direct junction link when connecting a new road without direct + junction +- Linking of split (direct junction) roads + ## [0.17.2] - 2023-01-25 ### Fixed @@ -245,7 +260,8 @@ - Export meshes as .osgb files for esmini using osgconv -[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.17.2...HEAD +[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.18.0...HEAD +[0.18.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.17.2...v0.18.0 [0.17.2]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.17.1...v0.17.2 [0.17.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.16.0...v0.17.0 diff --git a/addon/__init__.py b/addon/__init__.py index 6333580..2198268 100644 --- a/addon/__init__.py +++ b/addon/__init__.py @@ -42,7 +42,7 @@ 'author' : 'Johannes Schmitz', 'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.', 'blender' : (3, 3, 0), - 'version' : (0, 17, 2), + 'version' : (0, 18, 0), 'location' : 'View3D > Sidebar > Driving Scenario Creator', 'warning' : '', 'doc_url': '',