Skip to content

Releases: todbot/blink1

Blink1Control developer update v1.83

20 Jun 06:54
Compare
Choose a tag to compare
Pre-release

In this release:

  • ability to select which blink(1) device is used (via config file setting)

This version might be unstable. Use v1.82 if you're unsure.

To use this:

  1. Run Blink1Control
  2. Plug in the blink(1) device you want to control, note its serial number
  3. Enable API server (via icon menu)
  4. Visit http://localhost:8934/blink1/id and note location of your config file
  5. Quit Blink1Control
  6. Open Blink1Control.ini config file referenced in step 3
  7. Edit value blink1Index to contain id of blink1 device you want to control (e.g. if your serial number if 20002E8C then the setting will be blink1Index=20002E8C in Blink1Control.ini.
  8. Restart Blink1Control. It should only "connect" to the blink(1) you've specified.

Blink1Control update v1.82

19 Jun 21:01
Compare
Choose a tag to compare

Fixes in this release:

  • Fix crashes on Help page caused by QWebKit
  • Saving happens whenever app changes focus or is minimized, instead of just on quit (so hopefully you won't lose your settings on reboot)
  • Smaller download, especially for windows

If you experience any problems, please submit a git issue (icon on the right with the exclamation point), and be sure to list your computer type, OS version, and any other details about your setup or steps on how to reproduce the issue.

Blink1Control update v1.81

17 Jun 08:32
Compare
Choose a tag to compare

Fixes in this release:

  • Color patterns can be created again (regression in 1.8)
  • Help page comes up when clicked
  • OS-specific (i.e. native) title bars may make window handling better on multi-monitor systems
  • Shorter app height fits on 768px tall displays
  • App now hides instead of quits when clicking "close window" button (now use icon menu to Quit)
  • API server emits a correct Content-type
  • API server emits more detailed info about inputs
  • Added right-click to copy IFTTT key

If you experience any problems, please submit a git issue (icon on the right with the exclamation point), and be sure to list your computer type, OS version, and any other details about your setup or steps on how to reproduce the issue.

Also: blink1-tool for FreeBSD 8.3 added; made by doing:
cd blink1/commandline && USBLIB_TYPE=HIDDATA gmake

Blink1Control update v1.8

16 Jun 02:42
Compare
Choose a tag to compare

This update to Blink1Control incorporates the following changes:

  • Changed IFTTT event parsing so non-matching IFTTT events show up in Recent Events list (to aid in connecting IFTTT to Blink1Control)
  • Fixed API server color pattern parsing (fixes bug reported by user )
  • Fixed hard to reproduce crash-on-quit bug (quit() being called twice, after destructor)
  • Removed ALL CAPS from messages in email checker (still more to do in other checkers)
  • Multiple large updates from Milo dev team for code refactor and more readable code
  • including: now ColorPicker tracks virtual blink(1) when playing colors
  • including: clean up GUI QML to support refactor, and use of more standard QML constructs
  • Added start of Help page
  • Added simple About dialog

Known issues being worked on:

  • POP SSL mail check fails
  • Fonts & GUI look crappy on some Windows systems
  • Help page doesn't show up on deployed app, only in debug

v1.7 - Blink1Control updates with IFTTT and HTTP API server fixes

02 Jun 22:55
Compare
Choose a tag to compare

Issues fixed in this release:

  • IFTTT feature actually works
  • HTTP API server more correct & robust
  • Partially fixed fadespeed issues to blink1 device
  • Added new strobe & white bigbuttons

Note: proper fading to the device is still buggy. Press the big Off button first to reset state, then fading will mostly work. But clicking "Off" currently disables ability to select different LEDs.

v1.6 - blink1-tool, libs, java, processing

11 May 06:09
Compare
Choose a tag to compare

Contains releases of:

  • blink1-tool commandline program
  • blink1-lib C library
  • Java / Processing library
  • Blink1Control beta builds for Mac & Win

test of blink1-tool release

24 Aug 11:03
Compare
Choose a tag to compare

just a test of github's release functionality.