Skip to content

Releases: augustinbegue/icue-ambilight

v1.6.4

03 Jan 09:39
Compare
Choose a tag to compare

What's Changed

  • Refactor - Fixing my bad design choices from 2 years ago - #53
    • For developers: dev scripts now have faster compile time and support watch & hot reload
  • Background behaviours & New logo - #55
    • App can now Minimize to tray, Start with windows and Start in tray
  • Fixed a bug where the config properties were not checked for properly - #58

Full Changelog: v1.6.3...v1.6.4

v1.6.3

27 Dec 07:47
Compare
Choose a tag to compare

What's changed

  • Renderer, Preload and Main scripts now compiled using vite - #53
  • Enabled auto-updates - #53

Full Changelog: v1.6.2...v1.6.3

v1.6.2

26 Dec 12:48
c4fc7fd
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Electron v16.0.2 - #50
  • Added Support Links in the Settings tab

Full Changelog: v1.6.1...v1.6.2

v1.6.0

24 Dec 14:59
a403a00
Compare
Choose a tag to compare

What's Changed

Fixes

  • Performance improvements in #48

Features

  • Layout edition in #48
    • Devices coordinates are now scaled to the screen capture's aspect ratio
    • Added the an option to display the location and color of the leds
      image

Full Changelog: v1.5.0...v1.6.0

1.5.0

24 Dec 07:58
Compare
Choose a tag to compare

What's Changed

Features

  • Average color by applying blur to screen capture image by @chriiis78 in #41

Fixes

New Contributors

Full Changelog: v1.4.3...v1.5.0

1.4.3

05 Mar 16:47
Compare
Choose a tag to compare
  • Fixed #18 and #30
  • Fixed an issue caused by the update of electron on the icon path
  • Added an error modal
  • Error modal displaying an error when the cue sdk is not connected

1.4.2

27 Jan 23:16
0aab06c
Compare
Choose a tag to compare
  • Automatic build check with GitHub actions (Thanks a lot @SDAChess)

v1.4.1 - Bug Fixes

25 Jan 09:18
Compare
Choose a tag to compare
  • Hopefully fixed #18, #22 and #23
  • Fixed a bug that was causing some leds to be black when scaled to the whole canvas

v1.4.0 - Device layout edition

02 Jan 21:49
Compare
Choose a tag to compare
  • Added the possibility to edit the layout of the device, effectively editing which portion of the screen the devices are mirroring.
  • Added the possibility to disable specific devices, making its leds black (the color can be changed in the localstorage of the app using the devtools)
  • Improved the look of the window and of the app, making it more seamless with other windows apps
  • Removed black bar detection because it caused scaling issues, it will be later remade from scratch

v1.3.0 - New layout and Hopefully less bugs

19 Dec 17:05
02647f8
Compare
Choose a tag to compare
  • Updated version of electron and the cue sdk
  • Improved layout of the app to allow for future expansion
  • (The layout tab of the app is left blank for future versions because I forgot to remove it when building 😢)