Improvements
Note | Status |
---|---|
Reduced Script Analysis minimum size so that it could more easily fit in vertical docking | Live |
Reduced output widget's minimum width so that it could be shrunk by the user to better fit in vertical docking | Live |
Adding ScreenshotHud API. | Live |
Adding new voting and rating UI to the Marketplace in Toolbox | Live |
Small change to dark theme colors of toolbox | Live |
Changed color of thumb icon when not enough ratings to have confidence in the rating | Live |
Studio WebView2 should open all hyper links in external browsers. | Live |
Luau bytecode compiler will now inline local functions and unroll short loops when it's profitable to do so. This only affects live games and is disabled in Studio as it interferes with debugging. | Pending |
Fixes
Note | Status |
---|---|
Fixed an issue with values being leaked by the Lua stack | Live |
Fixed miscellaneous UI glitches in Material Manager. | Live |
Fixed votes not showing for assets in the trending swimlane in toolbox | Live |
Removed extra line of space on assets in Toolbox when the name is short | Live |
Fix issue with Try in Studio not functioning sometimes if you had the audio category selected in Toolbox previously. Also fixes an issue with Try in Studio reactivating every time you changed category during that Studio session. | Live |
Studio don't update for master builds from a server smb://ra-file6/Builds3/master | Live |
Fixed a bug that Studio update dialog can fire multiple bootstrapper updates. | Live |
Used cache channels before loading flags so flags can be correctly loaded to that channel for studio. | Live |
Fixed a bug where holding backspace, delete or left/right arrow keys disables typing in Roblox TextBoxes. | Live |
Error message from certain functions that can set parent fixed to list the name of the class that couldn't be reparented vs the class of the new parent. | Pending |