Skip to content

Releases: bromagosa/Snap4Arduino

Martí 1.2.7

19 Oct 00:11
Compare
Choose a tag to compare

Changes from 1.2.6

  • Snap! updated to 4.2.1.4 Martí version
    • New Recover from cloud feature
    • Vector paint editor added
    • Basque translation
    • Tools lib tranlated into Catalan, German, French and Spanish
    • New libraries Text to speech, Bigger data, Create variables, JSON data and Parallelization
    • Experimental JIT
    • New random and center input options
    • "Zero steps" paints a dot
  • Basque translation by Asier Iturralde
  • New libraries: Creative Robotix and SA5Firmata
  • Public/private options into HTTP server feature
  • I2C library improved and enabled for online version
  • Digital pins dropdown fixed

Congratulations to Martí and his family!!

1.2.6

16 May 10:23
Compare
Choose a tag to compare

This is a minor maintenance release that updates Snap! from version 4.1.2dev to 4.1.2.7.

The main fix involves a new cloud URL, as the previous one used by Snap4Arduino has become unavailable.

Changes since 1.2.5

  • Korean translation by @ljb7977
  • Allow loading libraries using the command line --load parameter
  • Allow to reconnect a board after a failed attempt
  • Fixed note values in SnapJr library and mode
  • Fixed cloud URL
  • Updated to latest stable Snap! version

As usual, thanks to @jogaye for building and testing the OSX version.

1.2.5

14 Feb 14:05
Compare
Choose a tag to compare

The major change in this release is that it uses the new Snap! cloud. It also includes an experimental Snap Jr. mode designed and implemented by our friends at the Edutec group in the Citilab.

Special thanks to @jogaye for building and testing the OSX version.

Changes since 1.2.4

  • Updated to Snap 4.1.2
  • Background execution. Programs keep working when Snap4Arduino is minimized or out of focus.
  • Snap Jr. mode. Thanks to @jogaye and @vcasado for the implementation, and to @jguille2 for a bunch of bug fixes.
  • Some improvements on the HTTP server by @jguille2.
  • Added a bunch of libraries to the library browser.
  • Added a bunch of examples to the project browser.
  • New Turkish translation. Thanks @yildizhuseyin!
  • New < arduino connected ? > block.
  • Code cleanup, especially regarding menu decorators.
  • New save and share dialog, by @jguille2.
  • Showing correct IPs and hostnames in the HTTP server menu, by @jguille2.
  • Probably a bunch of other improvements by @jguille2 that I've forgotten, especially in the web and ChromeOS versions. Thanks for all the hard work!

1.2.4

19 Oct 11:57
Compare
Choose a tag to compare

This is essentially a bugfix release that doesn't add much functionality. 1.2.5 is going to be released hopefully by the end of this month and will include all the newest features that Snap! is adding to the soon-to-be released 4.1 version.

This release doesn't include an IPKG or Android version. The IPKG one is probably going to be discontinued since it had virtually no users. The Android one is going to be frozen for now. If we find sponsorship for its reimplementation we could be convinced into building a runtime-only Android version that lets you run pre-built Snap4Arduino programs. Something like htpp://snapp.citilab.eu but for Android. There are too many UI issues that are really hard to solve and would require a single developer working full time on the Android version. Sorry :(

Changes since 1.2.3

  • Updated URLs and info dialogs to match new domain, this includes the mechanism that checks for new versions. This solves the launch delay in some versions.
  • Fixed HTTP issues for CLI version.
  • Huge improvements in Chromium version, thanks to @jguille2.
  • Transpiler now works in Chromium, thanks to @jguille2 again.
  • File saving fixes for the transpiler. Guess thanks to whom ;)
  • Fixed menus in web version.
  • Fixed send-var HTTP API entry point.

1.2.3

08 May 11:19
Compare
Choose a tag to compare
fixed send-var HTTP API entry point

1.1.6-beta-rc3

19 Aug 14:26
Compare
Choose a tag to compare
1.1.6-beta-rc3 Pre-release
Pre-release

Changes since rc2

  • Better support for serial port over network (Thanks Ove Risberg!)
  • Network serial port settings are persistent across sessions
  • Refactored Arduino functionalities into an independent object
  • Fixed a bunch of transpilation bugs
  • Enhanced transpilation to C, added support for broadcasts (only broadcast and wait, for now)
  • We now hide empty categories when in transpilable mode
  • New API endpoint for single-var readings

1.1.6-beta-rc2

13 Jul 10:26
Compare
Choose a tag to compare
1.1.6-beta-rc2 Pre-release
Pre-release
1.1.6-rc2 ready

1.1.6-beta-rc

12 Jul 10:33
Compare
Choose a tag to compare
1.1.6-beta-rc Pre-release
Pre-release
PWM block fixed, again.