Builds

Available downloads

Stable is the recommended track for most users. Alpha gets you the newest capabilities first.

Stable 1.9.9774 Alpha 1.9.9980
Windows 10/11 x64 Administrator rights
Release Notes

Track recent changes

Every release stays linked here so you can inspect what changed before you switch versions.

Release

1.2.4669

Permalink 3 years ago

New overlay - Custom UI - alpha

This is a new type of overlay which allows you to use HTML + CSS + C# to develop a fully custom user interface which will look whatever you like while maintaining full control over auras, triggers and actions. It is still in early stages of development, so there will be a lot of changes in API in the nearest future. There will be a separate Wiki page with examples and stuff soon. Meanwhile, here are some documents for technology that is used - ASP.NET Core Razor components | Microsoft Learn

Image

New - Aura Library

This is a new way of sharing your aura packs. By default, shared aura packs are Unlisted, which means that they are not part of Library. All “old” aura packs are currently set to Unlisted, btw that is ~17000 packs uploaded by all of you in scope of last two years! As in many other similar domains, 10% of Eye Auras users are responsible for generating about 40% of content, I hope that by having public library these authors will be able to gain some visibility in the future.

By accessing URL given to you during Export (e.g. https://eyeauras.net/share/S2023040514233383FuBZ1tqR1A) you can change visibility to Public, amend name and write some meaningful description.

  • [SendInput/Sequence/Text] Key presses are now logged in Event Log
  • [PlaySound] Audio notifications are now logged in Event Log
  • Added Dependencies Graph as a separate tab, currently it shows links of selected aura/folder
  • [Bugfix] Fixed crash when system locale is not related to UK/US/RU
Release

1.2.4462

Permalink 3 years ago
  • [New Feature] Added “Import into EyeAuras” functionality which is available on the website. Clicking on link will activate EyeAuras and open up Import dialog.
Release

1.2.4451

Permalink 3 years ago
  • [Performance improvements] Config serialization/deserialization should now take less time and put less strain on your SSD (ssd… right ?)
  • [SendInput] [TetherScript] Reworked device lookup algorithm - should be more stable on systems with a lot of input devices
  • [SendInput] [Usb2Kbd] Changed initialization algorithm - should fix problem on some systems where initialization failed with no reason
Release

1.2.4427

Permalink 3 years ago
  • [Bugfix] [Volume Level Trigger] A bunch of fixes related to stability, wave form being not rendered correctly, etc
Release

1.2.4418

Permalink 3 years ago
  • [Volume Level Trigger] Is now able to capture audio stream of a single process. Note that volume level depends on a lot of different options so will different wildly across devices/games/etc
Release

1.2.4415

Permalink 3 years ago

New trigger - Volume Level

This trigger allows you to configure reaction to loud sounds (or presence of sound at all) by setting volume level threshold (will be in decibels eventually, currently it's a decimal number [-1;1]

  • How it works?

    • It allows you to select specific audio device (input/output), captures audio and measures Min/Max/Average value of played audio samples. In most cases analysis in done in 50ms "frames". If peak value in some frame is high enough ( ≥ Min Level) then the trigger is switched on. As soon as peak level decreases it automatically switches off.
  • Is it able to detect a specific sound like click, footsteps or alarm?

    • No, this requires some fancy algorithms which I do not have time to research/implement atm. Maybe at some point in the future if demand will be high enough.
  • Is it able to capture audio output of a specific application?

    • No, API that I am using does not support this feature. If you are interested - ping me in Discord with your use case description and I'll think about switching to another one if there will be enough requests and it will be more useful than other features on the roadmap.

Image

Release

1.2.4399

Permalink 3 years ago
  • [SendInput] UI improvements
  • [Bugfix] Usb2Kbd settings Reset was not working correctly
Release

1.2.4391

Permalink 3 years ago
  • [Feature] Added new input method - TetherScript, which requires ControlMyJoystick software to be installed (Free version is enough). It is still early alpha, so please send reports if something works incorrectly
  • [Feature] Enabled ImageEffects for all users - it was in testing phase for a few months and should be stable enough for most uses. There will be a separate video/wiki article about effects soon
Release

1.2.4389

Permalink 3 years ago
  • [Bugfix] Folders with EnablingConditions were not cloned/duplicated correctly