mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-27 08:06:33 +00:00
Add ability to specify address in default.project.json (#507)
* Allow for setting the default port in project json set as ```json "serveAddress": "0.0.0.0" ``` * Update CHANGELOG.md * cargo fmt Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Rojo Changelog
|
||||
|
||||
## Unreleased Changes
|
||||
* Added support for specifying an address to be used by default in the .project.json file ([#447])
|
||||
* Added support for the new Open Cloud API when uploading. ([#486])
|
||||
|
||||
[#447]: https://github.com/rojo-rbx/rojo/issues/447
|
||||
[#486]: https://github.com/rojo-rbx/rojo/issues/486
|
||||
|
||||
## [7.0.0] - December 10, 2021
|
||||
* Fixed Rojo's interactions with properties enabled by FFlags that are not yet enabled. ([#493])
|
||||
* Improved output in Roblox Studio plugin when bad property data is encountered.
|
||||
@@ -10,7 +14,6 @@
|
||||
* Connection settings are now remembered when reconnecting in Roblox Studio. ([#500])
|
||||
* Updated reflection database to Roblox v503.
|
||||
|
||||
[#486]: https://github.com/rojo-rbx/rojo/issues/486
|
||||
[#430]: https://github.com/rojo-rbx/rojo/issues/430
|
||||
[#493]: https://github.com/rojo-rbx/rojo/pull/493
|
||||
[#500]: https://github.com/rojo-rbx/rojo/pull/500
|
||||
|
||||
Reference in New Issue
Block a user