- Added an '(Un)Register All' checkbox to the hotkeys tab
- Major UI overhaul
- Renamed the Check for Updates checkbox to On Startup & move it to the new Updates category.
- Added a Check for Updates button that manually checks for updates.
- Added a checkbox that toggles the inclusion of PreRelease versions when checking for updates.
- Fixed a bug with audio devices that could cause intermittent crashing when setting the device volume.
- Assortment of other bug fixes
- The automated update utility should work correctly now.
- [SDK] Renamed
MathExt.ClampValue
toMathExt.Clamp
- [SDK] Added
MathExt.Scale
overloads for typeslong
,float
,double
. - [SDK] Some other stuff I forgot about already.