Skip to content

Latest commit

 

History

History
162 lines (77 loc) · 7.31 KB

CHANGELOG.md

File metadata and controls

162 lines (77 loc) · 7.31 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.7.1 (2019-01-04)

Note: Version bump only for package @jscad/desktop

0.7.0 (2018-09-02)

Bug Fixes

  • pkg: attempting to fix auto-releases (#398) (bc59fcc)

Features

  • io: add updated dependencies: enable csg to dxf (#394) (1144a78)

0.6.1 (2018-04-20)

Bug Fixes

  • desktop: fix desktop update notifications (#376) (0b2b6fc)
  • desktop: fixed reverted desktop package version (#377) (43048b8)

0.6.0 (2018-04-20)

Features

0.5.0 (2018-04-18)

Features

  • keybindings: add a way to view & set keybindings (#50) (5ab5f30), closes #49

0.4.0 (2018-04-14)

Features

  • translations: add multiple languages support for UI (#47) (fe41a14), closes #44

0.3.2 (2018-04-07)

Bug Fixes

  • pkg: fixed release command after version bump (#46) (fd8518e)

0.3.1 (2018-04-07)

0.3.0 (2018-04-05)

Features

0.2.0 (2018-04-04)

Features

0.1.1 (2018-01-31)

Bug Fixes

  • parameter: parameter handling fixes (#29) (1677e92), closes #30

0.1.0 (2018-01-30)

Features

0.0.2 (2018-01-20)

Bug Fixes

  • devTools: do not launch with devtools by default (3a072d1)

Features

  • various: fixes, improvements, additions (#17) (4cb4263)
  • experimenting with code analysis (ast based tools)
  • adds watching of the whole dependency tree of a design : fixes #6
  • adds flags & settings to ensure webgl works in some corner cases fixes #18
  • UI tweaks
  • lots of minor adjustments

0.0.1 (2018-01-20)

Features

  • auto reload: added basics of autoreload (881bb30)
  • autoRotate: added checkbox for autorotate (749ea8d)
  • drag & drop: added drag & drop support (25941d5)
  • export: added all basic elements for exporting to stl etc (3bc90c8)
  • file watcher: added file watcher side effect with sink & source (e8b5fa0)
  • script loading: added the ability to transform & load current 'basic' jscad scripts (c2386ae)
  • scriptLoading: added missing imports for 'old' type jscad scripts (6753c45)
  • settable params: added all necessary code for a basic but working parameters display(9263706)
  • state: added error handling (0c0fdf2)
  • theme: added basic theme support (e263833)
  • toggleAutorotate: added toggleAutorotate reducer (ca626b2)
  • Updates: (#12) (d25c349), closes #14 #13 #11 #10