CHANGED: Slight change to creation of *new* experiments, which will now default to
the units of 'height' rather than 'use preferences' (that had led to potential confusion
when the experiment moved to a different computer and makes no sense at all for online studies)
FIXED:
- Force End Routine wasn't working with Slider when online [commit:a0ca2e312](https://github.com/psychopy/psychopy/commit/a0ca2e312)
- Fix to the online error about units: if an experiment is given units of "use preferences"
this will switch to height during HTML export [commit:a686dbf52](https://github.com/psychopy/psychopy/commit/a686dbf52)
- First push of a new project to Pavlovia didn't note that remote now exists, so
tried to "first push" again [commit:f4134a670](https://github.com/psychopy/psychopy/commit/f4134a670)
- fixed detection of correct non-response in JavaScript outputs (so no-go works online) [commit:0c3cea2b2](https://github.com/psychopy/psychopy/commit/0c3cea2b2)
- added workaround for strange clash of `sounddevice` with `input()` [commit:f99bef4a9](https://github.com/psychopy/psychopy/commit/f99bef4a9)
- various small fixes to iohub for Py3 [commit:e6a2169d6](https://github.com/psychopy/psychopy/commit/e6a2169d6) [commit:4ca503399](https://github.com/psychopy/psychopy/commit/4ca503399) [commit:cf432bc3c](https://github.com/psychopy/psychopy/commit/cf432bc3c)
ADDED:
- star available as a Shape in Builder (but not online yet)
- experiment info dialog now supports drop-downs to constrain options (e.g. ['male','female','other'] )
- BBTK now supports mode Digital Stimulus Response Echo [commit:5da328fcf](https://github.com/psychopy/psychopy/commit/5da328fcf)