WinHue Changelog

What's new in WinHue 3 Beta 13

Apr 9, 2016
  • Fixed:
  • Editing sensor not working.
  • Status bar not displaying the last message.
  • Possibility of adding more than one time the same error in the view class.
  • added a check to prevent null when list of message is null.
  • Editing scene would not allow to save and preview on open.
  • On checkbox not working in the scene creator window.
  • Transition time to going to value when editing a scene.
  • Fixed a bug in the daylight sensor where the sensor could not be modified.
  • Fixed a bug in the daylight sensor view where the slider did not reflect the value of the sensor.
  • Fixed a bug where the unreachable light image would use the default light image for a know light.
  • Fixed a bug in the bridgepairing window that would make 2 or more bridge with the same ip.
  • Fixed a bug where the saving settings would give all the bridges the same api key.
  • Changed:
  • Moved the buttons in the Bridge Pairing Window.
  • Added:
  • an manual bridge ip button.
  • First release the supports multiple bridges. Choosing the default bridge will automatically select the bridge control by the app.

New in WinHue 3 Beta 9 (Feb 15, 2016)

  • Fixed:
  • Bug the caused crash in setting the proper image.
  • Added:
  • an manual bridge ip button. (WIP)
  • Changed:
  • Bridge settings form now uses MVVM.

New in WinHue 3 Beta 7 (Dec 2, 2015)

  • Fixed:
  • a bug in the object serializer that prevented proper serialization.
  • a bug in the rule creator the prevented the modification of a scene action. Added:
  • Dimmer support.
  • Changed:
  • If the bridge stop responding the program will disable all plugins.
  • Rule Creator: listing scenes does not hide Hidden scenes anymore even if user settings hide the scenes by default.
  • changed the rule creator for a new more stable version.

New in WinHue 3 Beta 1 (Sep 19, 2015)

  • Fixed: Missing slash in the schedules, timer and alarm path causing those not to work.

New in WinHue 3 Alpha 21 (Sep 6, 2015)

  • Fixed:
  • Change schedule to localtime instead of time (deprecated)
  • Fixed a bug in the scene creator where the light name was not showing in the selected light list.
  • Fixed a bug where the listview in the main window was not refreshed after creation of a scene.
  • Fixed a bug where user could not create schedule on scenes.
  • Fixed a bug with the schedule creator that prevent schedules timer and alarm from running correctly in the bridge.
  • Fixed a bug with the UpdateSensor function that returned an false error.
  • Fixed a bug in the scene creator that was preventing the creation of scenes
  • added a get set property to the daylight sensor. it will now show in the property grid.
  • Added:
  • modified the rule creator to show action being applied.
  • an option to hide or show normally hidden scenes in the bridge.
  • Scene creation can now set multiple light with the same settings on one click add.
  • a on checkbox in the scene creator to select the state of a light.
  • Added the description and categories of some bridge objects in the property grid.
  • Changed:
  • Modified the schedule creator to use localtime instead of time avoiding a confusion in the time for the schedule.
  • Removed the button to force the bridge to check for an update and replaced by a timer that checks for update every half hour and at startup.
  • Change Schedule ID from long to string to avoid losing a leading zero.

New in WinHue 3 Alpha 18 (Aug 21, 2015)

  • Fixed:
  • Tried to fix a bug that cause a crash on startup.
  • WIP:
  • Music player plugin. (not available yet)

New in WinHue 3 Alpha 17 (Jul 16, 2015)

  • Fixed :
  • Inital connect to the bridge causing an exception.
  • Bridge Settings user creation causing an exception.
  • Added :
  • WinHue console connection setup. You will also have to do a connection setup independently for WHC. Use "whc.exe -ip:192.168.x.x -connect" to create the apikey for whc the first time you use it. You only need to do this procedure once.

New in WinHue 3 Alpha 13 (May 13, 2015)

  • Fixes:
  • Possible exception when connecting to bridge and setup has not been done. Auto and manual.
  • Reworked the way objects are loaded in the main view and in group creation preventing exceptions.
  • Fixed updating schedules will not delete previous schedule and create a new one and just update it.
  • WIP:
  • Effect creator does not work yet. I'm working on it.
  • Changes:
  • Cannot disconnect from the bridge anymore. It seems Philips has prevented users from removing themselves from the bridge. Only other app can remove users for other applications.
  • code clean up;

New in WinHue 3 Alpha 12 (May 2, 2015)

  • Fixes:
  • Error when editing rules.
  • Added:
  • WinHue 3 - Sensor creator. You can now create sensors.
  • WinHue 3 - Cpu Temperature monitor. Chose a temp range and color gradient and watch your light adjust with the cpu temperature.
  • whc - toggle on and off a light depending on it's current state. Just use on without true or false
  • whc - a way to list state of lights and groups.
  • WIP - Effect creator does not work yet. I will fix that in the future.

New in WinHue 1.0.8.0 (Mar 17, 2014)

  • Fixes:
  • Live controls not reflecting state of light or group when applying a mood.
  • Added:
  • Normal light button
  • All On / Off Button

New in WinHue 0.9.15 (Nov 23, 2013)

  • Compensate for a bug generated by the bridge that return an alarm without time

New in WinHue 0.9.13.1 (Nov 20, 2013)

  • Changed the way to rename lights and groups. Simply click on the light or group you want and click the label again.
  • Fix identify context menu tool.
  • Fix context menu not giving enabling controls properly.
  • Fix details not showing in display details mode.
  • added missing small icons.
  • Added a layer to catch exceptions that are generated by huelib.
  • Code cleanup
  • Winhue console is outdated and will be updated soon.

New in WinHue 0.9.13.0 (Nov 11, 2013)

  • Separated the Assemblies from the program.
  • Removed the group creation delay.
  • Removed the group creation form by adding a textbox in the main menu.
  • Removed the property grid. ( Info repeating for nothing )
  • You can now turn off the lights directly from the trackbar by dragging it all the way to the left to off.
  • Removed some buttons from the context menu that were not useful since the introduction of the trackbars
  • Added a try catch to avoid exception upon bridge detection.
  • Manage User menu fully functionnal.
  • Code cleanup
  • Winhue console is outdated and will be updated soon.

New in WinHue 0.9.11.0 (Oct 9, 2013)

  • WinHue now uses HueLib which is a subproject of Winhue.
  • Alot of internal modifications.