Releases: todbot/blink1
Blink1Control developer update v1.83
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:
- Run Blink1Control
- Plug in the blink(1) device you want to control, note its serial number
- Enable API server (via icon menu)
- Visit
http://localhost:8934/blink1/id
and note location of your config file - Quit Blink1Control
- Open Blink1Control.ini config file referenced in step 3
- Edit value
blink1Index
to contain id of blink1 device you want to control (e.g. if your serial number if20002E8C
then the setting will beblink1Index=20002E8C
in Blink1Control.ini. - Restart Blink1Control. It should only "connect" to the blink(1) you've specified.
Blink1Control update v1.82
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
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
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
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
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
just a test of github's release functionality.