Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

41 lines (33 loc) · 1.82 KB

0.1.0 - First Release

  • Every feature added
  • Every bug fixed

0.4.0 - Plotter

  • I found the changelog and figured I should use it
  • Plotter added

0.4.1 - Plotter enhancements

  • Added plotter to readme
  • Changed some limiting things on the plotter

0.4.2 - Plotter enhancements

  • Change colour of plotted lines to make it more visible
  • Updated readme to show coloured graphs

0.5.0 - More plotter enhancements and small fixes

  • 7c8acec0d7e188bbdfd4f5478bf5974a5be616d4 Fix spec
  • 5da0d627ba06e80f5975b6a061bb186ece50f731 Re-enable bezier curves (tested, no loss of performance)
  • 70cb0d76ff240e4dfac5fe17e9b5cd1e029221a6 Enable animations, but fast, just to smooth things a bit
  • f92f571e173c56938b05659995641f0d531c840c Change from 20 to 80 points
  • b3535549dc43ecfbf8c5f01c31902ebf32e7ccd5 Spec improvements

0.5.1 - Accessibility & performance settings

  • 733cfa7997468a389452ef743136c023185da098 commit hashes should be coded in changelog
  • d92eff867fa7878f815046ccba3a02a0c00b5cc6 Make headings smaller in changelog
  • 03f777f2b38aabdf808507f1355fd30282837e16 Make colors darker so they are more suitable for light themes as well
  • c0fee8f91ad63cc90a03915414fc7db8ff966dfd Add atom global var
  • 6d836a8faf97f36c404f2ca8fd983308f974b370 Add colors dependent on theme
  • 4586b2ee354575f3abaa06ea3f38ee0073f124ba Add max lines dependent on settings
  • d514df8fb528e48e5178ac6edb95b61fe6827d18 Add config specification

0.6.0 - Rename

  • eda30fcebc6c988e6aa1e9fdb76fec9cb303ab15 rename to language-circuitpython

0.7.0 - REPL

  • ec3cfdf6c4b66de20b9b35142f323e2665bb7ed3 add support for serial input for REPL within Atom (thanks to @dunkmann00!)
  • aa2149405321273cd3356bf074f40c5317aad672 Security fixes

0.9.0 - Tab completion

  • 565db070ff3b0394b9ac34dfc4c5561d5b9cb632 add tab completion to the Serial REPL