This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Releases: CircuitMess/CircuitBlocks
Releases · CircuitMess/CircuitBlocks
Version 1.2.2
Changes:
- Added Spencer settings and firmware restore
Spencer programming coming soon!
Version 1.2.1
Changes:
- Fix install for Windows users where username contains spaces
- Fix install retry on error
- Fix Arduino install for macOS
Version 1.2.0
Changes:
- Added Nibble board
- Added modal to "Restore Firmware" with device selection
- Added Nibble to "New Sketch" modal
- Added CircuitMess ESP8266 platform to startup install
- Serial monitor now scrolls to bottom when a data is sent
- Added a
Serial.println();
to serial setup, clearing the serial buffer when the device restarts - Disabled linter, making building CB work out of the box
Version 1.1.1
This one is only a bugfix for the Mac version. The only change compared to v1.1.0 is disabled library validation in the Entitlements.plist. Before this change, CB would crash on start on some devices. Hopefully, this fixes it :)
Version 1.1.0
Changes:
- Added code sketches
- Enabled serial monitor
- Added CB auto updating
- Added compile canceling
- Added library and Arduino updating
- Bumped minimal Arduino version to 1.8.12
- Improved Mac Arduino installing
- Changed compile progress bar style
- Added LED RGB block
- Changed "display colour" block to "screen colour"
- Removed vibrate block (the Ringo doesn't have a vibrator module)
- Adjusted some blocks text and descriptions
- Added shadow values to all display and I/O blocks
- Fixed blocks with shadowed variables not defining those variables
- Changed all occurrences of MAKERphone to Ringo
- Removed trash can and added zoom
- Fixed startup loading screen sometimes staying
- Install and update checks now wait for CB to fully start
- Changed frontend-backend messaging system (fixes successful export showing "Error", etc.)
- Set CB to start maximized
- Fixed block flyout layout issues
- Fixed tmp dir permissions on multi-user Mac and Linux systems
- Added timeout to installation downloads
Version 1.0.2
Changes:
- Added error logging and report sending
- Improved linux Arduino install, desktop entries will now also be added
- Added chmoding some files on linux Arduino install
- Fixed Arduino CLI install failing on some x86 machines
- Added additional directories to install checking
- Fixed home scrolling to bottom in some cases
- Fixed home being scrollable when a modal was open
- Added some missing error catchers
- Added message when restoring firmware when daemon hasn't started yet
- Changed text on install and library update
- Styled some buttons in modals
Version 1.0.1
Fixed a lapsus in version checking code. Restoring firmware should now work if you have multiple cm:esp32:ringo board versions downloaded.
Version 1.0.0
Initial release