Builds

Available downloads

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

Stable 1.9.9740 Alpha 1.9.9740
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.3.5024

Permalink 2 years ago
  • [ML Search] Classification performance improvements
  • [Image Editor] Fixed few bugs which were introduced in one of the latest versions
  • General performance improvements
Release

1.3.4996

Permalink 2 years ago
  • Aura Tree responsibility improvements
Release

1.3.4985

Permalink 2 years ago
  • [ML Search] Major performance improvements - in most cases you can expect processing performance at about 60FPS even for large (1024x1024+) models. This opens up a whole new world for automation.
  • [ML Search] ML now provides a bindable position(Bounds, BoundsWindow and BoundsScreen) of the best match, which means it's possible to configure SendInput without writing a single line of code. Note than “Link aura” is not supported yet for ML, only bindings.
  • [ML Search] Added YoloV8 Classification support - basically these models provide a probability that whatever is on an image is of specific class(dog, cat, etc) without providing more details
  • [ML Search] Added YoloV8 Segmentation support - extremely powerful detection type which provides not only bounding boxes of found object, but also a mask which represent an exact form of an object. This is useful only for scripting purposes atm.
  • [ML Search] Fixed dozens of issues with Machine-learning-based Search
  • [Custom UI] A bunch of improvements - fixed few crashes, improved editor autocompletion, etc
  • [Overlays] Fixed deadlock that occurred when there were multiple bindings which change position of overlay at the same time (e.g. size+offset size)
Release

1.3.4952

Permalink 3 years ago

Custom UI Overlay

Dozens of different changes related to Custom UI and code editor. The most significant is the feature that allows you to open code editor in a separate window, which is much more convenient if you have mid-large project opened and much faster, because it will use its own processor core.

  • added C# autocompletion
  • major performance improvements
  • code editor could now be opened in a separate window
  • code editor is not loaded by default to improve overall responsiveness
  • added new option - Enable browser hotkeys, which enables/disables standard hotkeys like F12, F5, etc.

UI Performance improvements

All overlays and some popups (image effects editor, for example) are now rendered by a separate processor core which should make UI much more responsive. The migration to this tech is still in progress, but current results look very good.

Self-Protection

Added few additional protective layers which should make detection by different anti-cheats harder. This affects application startup-time (especially when Security Measures option is enabled), but should not affect runtime performance

Bugfixes/Other

  • Updated Telegram.Bot package to v19
  • Network/Telegram messages are now printed in event log
  • SendInput - fixed a bug with editor resetting to an incorrect mode (Keyboard rather than Mouse w/ Location)
  • SendSequence - improved drag'n'drop support
Release

1.2.4809

Permalink 3 years ago
  • [Custom UI] A LOT of changes in overlay that allows you to write your own UI. At this point it could be considered usable and you can try it out. There will be some guides later in May.

    • Editor changes - code completion, highlighting, etc. The same editor will be later used for C# scripts as well
    • Added CSS/JS support - you can include your own scripts and stylesheets and the system will automatically connect them to your UI
    • Added a new API which differs from one used in C# scripts. This API has built-in backward compatibility and replace existing one in a few weeks.
    • Few fun examples - TicTacToe written in Blazor or plain JavaScript. Update to the latest version before importing these! Or write your UI on top of this animated JS background.
    • UI example of some Lineage bot
    • I will include examples which will show how to integrate your new custom UI with existing Eye Auras infrastructure a bit later. Basically, you can use anything - image search, AI search, all kinds of triggers and actions right from your custom UI code
  • [New feature] Safe-Mode - when the app crashes or fails to load, you'll be asked to switch to Safe-Mode, which will disable most features of EyeAuras and will focus on one thing - loading the app, which will allow you to fix your broken Aura or update to the newer version without some newly discovered bug. You can enforce this mode manually by adding “--safeMode” or “-s” switch

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