Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

65 lines (56 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

0.5.0

Added

Fixed

Changed

  • Updated Dependencies
  • Bump supported NC versions to 21-23

0.4.0

Added

  • Support latest NC release (Version 21)
  • Support for GCode (.gcode) files (thanks to @csicar !)

Fixed

  • Support for GLB (.glb) and GLTF files

Changed

  • Set initial viewing angle (thanks to @csicar !)
  • Updated Dependencies

0.3.3

Added

  • Support latest NC release (Version 20)
  • Support for PLY (.ply) files

Changed

  • Updated Dependencies

0.3.2

Fixed

  • Fix black screen after file is loaded

0.3.1

Changed

  • Update dependencies

0.3.0

Added

Fixed

  • Build process
    • App can now be build using make command (see Makefile)

Changed

  • Dependency update
    • WebGL2 is now used by default

0.2.0

Added

  • support for STL (.stl) files

Fixed

  • Working support for different file types (thanks to @awesome-manuel)

Changed

  • Bump required NC version to 19
  • Re-implement as viewer plugin (thanks to @skjnldsv)

0.1.0

Added

  • Support for FBX, GLTF and OBJ files (.fbx, .gltf, .obj)

Fixed

Changed

0.0.1 - Initial release

Added

  • Initial release
  • Support for Collada (.dae) files

Fixed

Changed