Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johschmitz committed Oct 16, 2023
1 parent e421a07 commit eb04953
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## [0.23.0] - 2023-10-16

### Added
- New triple clothoid road geometry tool with G2 continuity (curvature
continuity) at both ends

### Changed
- Make junction boundary based on three segment G2 clothoid curve, use Hermite
interpolation for the boundary elevation and roughly triangulate the junction
surface.
- Use newly added triple clothoid road geometry for junction connecting roads

### Fixed
- Junction connecting road snapping for left lanes
- Road sampling when curvature is 0 at start of non straight line geometry
- Curvature calculation of parampoly3 geometry
- Sign of snapping curvature at road start

## [0.22.0] - 2023-10-06

### Changed
Expand Down Expand Up @@ -329,7 +347,8 @@
- Export meshes as .osgb files for esmini using osgconv


[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.22.0...HEAD
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.23.0...HEAD
[0.23.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.22.0...v0.23.0
[0.22.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.19.1...v0.20.0
Expand Down
2 changes: 1 addition & 1 deletion addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'author' : 'Johannes Schmitz',
'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.',
'blender' : (3, 3, 0),
'version' : (0, 22, 0),
'version' : (0, 23, 0),
'location' : 'View3D > Sidebar > Driving Scenario Creator',
'warning' : '',
'doc_url': '',
Expand Down

0 comments on commit eb04953

Please sign in to comment.