Update Theme to use Color3.fromHex (#761)

This commit is contained in:
utrain
2023-08-01 12:36:29 -04:00
committed by GitHub
parent 5b22ef192e
commit 4cb5d4a9c5
2 changed files with 79 additions and 86 deletions

View File

@@ -1,6 +1,7 @@
# Rojo Changelog
## Unreleased Changes
* Internally for themes, we use `Color3.fromHex` now instead of custom-made solution ([#761]).
* On failing to open a file from Roblox Studio, it is now logged appropriately instead of being ignored ([#745]).
* Significantly improved performance of `rojo sourcemap`. ([#668])
* Fixed the diff visualizer of connected sessions. ([#674])
@@ -25,6 +26,7 @@
* Fix PatchTree performance issues ([#755])
* Don't override the initial enabled state for source diffing ([#760])
[#761]: https://github.com/rojo-rbx/rojo/pull/761
[#745]: https://github.com/rojo-rbx/rojo/pull/745
[#668]: https://github.com/rojo-rbx/rojo/pull/668
[#674]: https://github.com/rojo-rbx/rojo/pull/674