Files
aya/docs/CHANGELOG.md
2025-12-17 16:47:48 +00:00

23 lines
825 B
Markdown

# Aya Changelog
## Added
+ VirtualVersion support (2012-2016) to provide a near-perfect experience of older clients without their drawbacks.
+ Stencil shadows for improved graphics.
+ Backported numerous features from newer versions.
+ Modern .rbxl place file support.
+ Int64 support for handling large numbers.
+ Chromium frames with CEF (Chromium Embedded Framework) integration.
+ Linux support.
+ Color3 support for advanced color handling.
+ R15 support with clothing.
+ Meshparts for detailed 3D models.
+ Discord Rich Presence integration.
+ Native voice chat support (currently in a buggy state).
## Changed
+ Migrated build system to CMake.
+ Switched from MSVC to Clang for builds.
+ Major cleanup of the source code, reducing compilation time to under 5 minutes (and under 30 seconds for incremental builds).