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.3.5070

Permalink 3 years ago
  • [Color Replacement Effect] Changed how Matching/NonMatching colors are saved into config - now their values are preserved even if actual replacement is disabled
Release

1.3.5069

Permalink 3 years ago
  • Bugfix - shortcut to EyeAuras.exe was not created on fresh install / application was not restarting correctly after update
  • Bugfix - login operation was working correctly under some conditions
Release

1.3.5055

Permalink 3 years ago
  • [Image/Color/Text/ML Search] Added new preview mode - "without Effects" which temporarily disables all effects applied to an image and allows to more precisely select region
  • [Color Replacement Effect] Bugfix - selected colors were not correctly saved to a config
Release

1.3.5050

Permalink 3 years ago
  • [Image/Color/Text/ML search] Fixed a bug in region selector - selected area was not scaled correctly
Release

1.3.5033

Permalink 3 years ago
  • [Image Effects] Added new image effect - Color Range Replacement

    • This effect allows you to specify a color range and two values - replacement color for matching pixels and replacement color for non-matching. This allows you to greatly simplify recognition in many cases by removing variability from the image, for example, replace all shades of red on HP globe with some unique color, Color Search for this color, as a result Similarity will give you you HP percentage (roughly).
  • [Image Effects] Added new image effect - Denoise

    • Removes noise from an image, do not have anything more to say about it. Kinda similar to Gaussian blur, but gives better results in some cases
Release

1.3.5024

Permalink 3 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 3 years ago
  • Aura Tree responsibility improvements
Release

1.3.4985

Permalink 3 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