Skip to content

Commit

Permalink
Increase patch version number and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiofantacci committed Apr 12, 2018
1 parent 03b54de commit c43dfb3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# 📜 SuperimposeMesh changelog

## Version 0.9.3.0
##### `Changed behavior`
- The library now renders on a dedicated framebuffer and is no longer capable of showing the rendering status onscreen.
- Future version may enable this behavior in some way or completely remove the creation of a rendering window at all.

##### `Feature`
- It is now possible to draw/render a reference frame instead of a mesh by passing "frame" as object name to ModelPoseContainer.

##### `Bugfix`
- Windows platform can now render any image size (limited to discrete card capabilities).
- Fixed an error in the camera projection matrix that was causing small position drift at increasing distances.

## Version 0.9.2.0

### Updates
##### `Bugfix`
- Windows is now fully supported and tested.

##### `Test`
- Add Appveyor and Travis yml files. Tests still need to be improved.
- Add Appveyor and Travis yml files. Tests still need to be improved.


## Version 0.9.1.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

project(SuperimposeMesh
LANGUAGES CXX
VERSION 0.9.2.0)
VERSION 0.9.3.0)

set(CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit c43dfb3

Please sign in to comment.