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:
Ashton Miller
2022-04-19 15:54:03 -05:00
committed by GitHub
parent 12370846b4
commit 49f8845105
4 changed files with 19 additions and 2 deletions

View File

@@ -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