Skip to content

Releases: Aurora-RGB/Aurora

v310

04 Nov 23:04
Compare
Choose a tag to compare
v310 Pre-release
Pre-release

Fixed the crash that happens with certain configuration

Full Changelog: v309...v310

v309

04 Nov 21:47
Compare
Choose a tag to compare
v309 Pre-release
Pre-release

Changes

  • Fixed a possible crash that can happen 20 seconds after Aurora's launch
  • Added editor for Color type for scripts (Voron's ping)

Full Changelog: v308...v309

["Aurora"]

v308

02 Nov 13:35
Compare
Choose a tag to compare
v308 Pre-release
Pre-release

Fixes

  • Fixed particle layer overrides specific to it not working
  • Fixed kill count layer of CS2
  • Fixed game preview of CS2

Full Changelog: v307...v308

["Aurora"]

v307

02 Nov 01:18
Compare
Choose a tag to compare
v307 Pre-release
Pre-release

Changes

  • Fixed render layers' exclusions not working
  • Added missing libusb.dll for Razer mouse data

Known issues

  • Animation layer, glitch layer and particle layer applying to whole canvas no matter the selection

Full Changelog: v306...v307

["Aurora"]

v306

01 Nov 16:10
Compare
Choose a tag to compare
v306 Pre-release
Pre-release

Changes

  • Added first implementation for calculating device keys with freeform selection
  • Fixed Breathing Away Effect not resetting to background layer smoothly
  • Handled some crashes and logged the errors

Full Changelog: v305...v306

["Aurora"]

v305

31 Oct 02:01
Compare
Choose a tag to compare
v305 Pre-release
Pre-release

This update contains significant changes for some layers and calculation of final image

Optimizations

  • Some layers are now "Non-render Layers". Color data for those are stored per-LED basis instead of a much larger image bitmap.
    • Those layers have a green leaf icon in their settings.
    • More layers will be converted in the future, depending on their complexity.
  • Optimized getting final colors of each LED:
    • Previous:
      • Add each layer's images, then calculate the average of the LED region
    • New:
      • Calculate the average of the LED region, then add averages of the LED region

Improvements

  • New color blending code is more accurate with transparent layers.
    • But, this also means lower opacity is now brighter. You may need to adjust your layers
    • Default desktop profile is adjusted.

Current issues

  • Non-render layers with freeform selections don't work. Key detection will be implemented later.

Full Changelog: v302...v305

["Aurora"]

v302

30 Oct 22:23
Compare
Choose a tag to compare

Changes

  • Fixed Ambilight layer freezing when its properties change

Full Changelog: v301...v302

["Aurora"]

v301

29 Oct 17:21
Compare
Choose a tag to compare

Changes

  • Updated Wooting library for 80HE support

Full Changelog: v300...v301

["DeviceManager"]

v300

25 Oct 21:34
Compare
Choose a tag to compare

Improvements

  • Fixed the temporary high CPU usage when Task Manager opens
    • This is done by stopping new window detection when no Ambilight Layers are used
  • Reduced background threads used
  • Configuration window will no longer be created if Aurora is started minimized (Opening/closing already freed it from memory)

Full Changelog: v299...v300

["Aurora"]

v299

14 Oct 19:58
Compare
Choose a tag to compare

Fixed a possible crash from v298

Full Changelog: v298...v299

["Aurora"]