2025.1 (March 2025)
Release notes
Hello everyone! We're incredibly excited to roll out our latest update, and it's a big one! This release is packed with enhancements designed to improve your development experience, modernize the look and feel of your applications, and boost performance under the hood. From a deep dive into stunning dark mode support to powerful new IDE features and foundational core improvements, there's something here for everyone.
Download the latest version today and let us know what you think! Happy coding!
Changelog
Core
- In Posix .log files moved to .local/state/u++/log
- Lerp templates and functions for linear interpolation
- FormatIntBase changed to work with int64 instead of int
- DarkTheme function adjusted to better convert low luminosity colors
- New AColor and SColor types allow simplified adjustments for dark mode when runtime theme switch happens.
- Moveable logic changed to improve incomplete type handling
- CountBits / CountBits64 function (using popcnt instruction)
- new flagLEGACY_CPU to support really old CPUs
CtrlLib, CtrlCore