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 Nov 4, 2022
1 parent b976923 commit c630dce
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## [Unreleased]

## [0.15.0] - 2022-11-04

### Added
- Top level collection that groups the addon related collections
- Explicit storage of addon version as part of the top level collection and
hence in the .blend file
- Ability to properly place cars on a slope by taking the road normal vector
into account for the 3D rotation

### Changed
- Improved the algorithm for junction area boundary calculation, it now supports
the most usual convex and concave shapes
- Improved help status text for road and junction tools, now mentions that the
view center can be move while the tool is active with the shortcut
<kbd>Alt</kbd> + <kbd>Middlemouse</kbd>

### Fixed
- Invalid car and generic junction area mesh which was breaking during glTF
export

## [0.14.1] - 2022-10-05

### Fixed
Expand Down Expand Up @@ -183,7 +203,8 @@
- Export meshes as .osgb files for esmini using osgconv


[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.14.1...HEAD
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.12.0...v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'author' : 'Johannes Schmitz',
'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.',
'blender' : (2, 93, 0),
'version' : (0, 14, 1),
'version' : (0, 15, 0),
'location' : 'View3D > Sidebar > Driving Scenario Creator',
'warning' : '',
'doc_url': '',
Expand Down

0 comments on commit c630dce

Please sign in to comment.