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.9801
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.9.9564

Permalink one month ago

1.9.9564 RU/EN

A small follow-up patch after the larger 1.9.9545 update. This release mainly includes fixes for EyePad, video preview, and SDK dependencies.

EyePad

Fixed file launching through EyePad.

If EyeAuras is started with a .json or .v1.enc file, that file is now treated as an aura file and launched through the aura tab. Regularly opening a .json file inside EyePad still works as opening it as a text file.

A few related fixes were also included:

  • if the passed file cannot be launched, the application now exits with InvalidData
  • if startup fails with an error, EyeAuras should no longer additionally exit afterward as if everything succeeded
  • added E2E tests for these scenarios

Video preview

Fixed a race condition in video preview: the old frame buffer could already be freed while the UI was still trying to read a frame from it.

Now those stale frames are simply skipped or logged instead of crashing the preview.

Fixes and improvements

  • EyePad .json and .v1.enc files passed on application startup now open as aura files.
  • EyePad Regular .json opening inside EyePad remains text-based.
  • EyePad If a file cannot be launched in one-shot mode, the application now exits with InvalidData.
  • EyePad A startup error for the input file should no longer cause the application to terminate twice.
  • [Image Preview] Fixed a race condition when freeing the old video frame buffer.
  • [Notifications] Fixed EA-1258: the notification overlay could break after obfuscation.
  • [SDK] Updated ImageSharp and Unity, and removed the old direct reference to OpenAI 1.7.2 to eliminate NU1605 downgrade conflicts.