Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 1.32 KB

CHANGES.md

File metadata and controls

45 lines (29 loc) · 1.32 KB

v0.6.1

* [x] Do not render file contents of unsaved file
* [x] Display error after pane rendering

v0.6.0

* [x] Show jscad compilation errors
* [x] Jump to the error source in main file
* [x] Hide previous error on save

v0.5.0

* [x] Right click and drag to pan (It is easier to handle right click than a shift key)

v0.4.0

Patch release tagged as minor

v0.3.0

* [x] Bring back export
* [x] Keep parameter state/zoom/camera position between source updates
* [x] Parameters support
* [x] Maximized preview area

v0.2.0

* [x] Allow selection of renderer backend
* [x] Automatically switch to the preview for active editor pane
* [x] Handle pane resize (works mostly, Atom doesn't have panel add event)
* [x] Display grid in XY plane
* [x] Backport changes to the [joostn](https://github.com/joostn/OpenJsCad/tree/gh-pages) and [Spiritdude](https://github.com/Spiritdude/OpenJSCAD.org/tree/dev) branches
* [x] Add configuration options (colors, display axis, triangles, grid)
* [x] Backport changes to the [joostn](https://github.com/joostn/OpenJsCad/tree/gh-pages) and [Spiritdude](https://github.com/Spiritdude/OpenJSCAD.org/tree/dev) branches
* [x] Make viewer HiDPI compatible ([WebGL HiDPI](https://www.khronos.org/webgl/wiki/HandlingHighDPI))

v0.1.0

* [x] Make it work again with CSP

v0.0.3

* [x] Prepare package!