diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ca116d..70b35d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Rojo Changelog ## Unreleased Changes + +## [7.4.2] - July 23, 2024 * Added Never option to Confirmation ([#893]) * Fixed removing trailing newlines ([#903]) +* Updated the internal property database, correcting an issue with `SurfaceAppearance.Color` that was reported [here][Surface_Appearance_Color_1] and [here][Surface_Appearance_Color_2] ([#948]) [#893]: https://github.com/rojo-rbx/rojo/pull/893 [#903]: https://github.com/rojo-rbx/rojo/pull/903 +[#948]: https://github.com/rojo-rbx/rojo/pull/948 +[Surface_Appearance_Color_1]: https://devforum.roblox.com/t/jailbreak-custom-character-turned-shiny-black-no-texture/3075563 +[Surface_Appearance_Color_2]: https://devforum.roblox.com/t/surfaceappearance-not-displaying-correctly/3075588 ## [7.4.1] - February 20, 2024 * Made the `name` field optional on project files ([#870]) diff --git a/Cargo.lock b/Cargo.lock index 8d9a28df..9c783cf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.4.1" +version = "7.4.2" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 5ca4bae6..90db31e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.4.1" +version = "7.4.2" rust-version = "1.70.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" diff --git a/plugin/Version.txt b/plugin/Version.txt index 815da58b..cb1d6217 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.1 +7.4.2 \ No newline at end of file