Added new RU hub which should allow to circumvent issues with RU-region accessibility. Please report if login still won't work.

- [Freeze] Fixed a problem with BT editor freezing when you switch between auras/BTs under some circumstances
- [UI] Fixed aura limit sometimes still being applied
- [UI] Semi-offline mode is now enabled by default. Plans to do full-offline are postponed for now due to security concerns, but are not off-the-table yet
- [ImGui] A lot of changes in the last 2 months, I would recommend to check out the actual latest version -
EyeAuras.ImGuiSdk , 0.1.42 - markdown editor, animations, composite buttons, fonts integration, images, caching, etc.
- [Scripting] Blazor API improvements - added
RegisterViewType(Type viewType, Type dataContextType, object key = default) - this allows you to register your own UI widgets
- [Scripting] Memory API - Huge number of changes in performance and underlying mechanisms. At this point you can consider Memory API stable and performant to do literally any kind of development you might want. Also added multiple injection mechanisms (CreateRemoteThread, APC and several other). Note that neither injection, nor memory reading will work on anticheat protected games, unless you bypass AC first or use MemoryAPI that bypasses AC checks (like DMA).
- [Scripting] Fixed a problem with
ScriptContainerExtensions being re-registered by BT nodes. This lead to singletons not really being... singletons.
- [Scripting] NuGet - Added DefaultNuGetPackageBlacklist which improves compatibility with old netstandard1.3 and netstandard2 packages