Skip to content

Stable release v2.0.0

Latest
Compare
Choose a tag to compare
@jessey-git jessey-git released this 01 Jan 23:59

This release introduces the use of std::filesystem to properly support Unicode paths on various platforms. Along the way some minor improvements have also occurred.

  • Change the API to support filesystem::path if this feature is available #85 (Thank you dimitri-tdg!)
  • Fix warning about enum value not handled in switch #84 (Thank you nasso!)
  • Fix a wrong test on quaternion identity in the viewer app #88 (Thank you nasso!)
  • Use inline constexpr for c++17 onwards #89

Note: The introduction of std::filesystem will cause build breaks around the parts of code dealing with filepaths, hence the major version bump here.