Releases: Iron-Stag-Games/Lync
Releases · Iron-Stag-Games/Lync
Alpha 0.25.12
Minor changes
- Fixed opening
project.json
files outside the working directory.
Alpha 0.25.11
Minor changes
- Added support for Terrain material colors in offline builds. This requires Lune 0.7.8+.
Alpha 0.25.10
Minor changes
- Fixed Script Editor selection not being preserved when scripts are overwritten.
Alpha 0.25.9
Minor changes
- Fixed paths for packages without an
init
file.
Alpha 0.25.8
Minor changes
Alpha 0.25.7
Major changes
New CLI arguments
Run LYNC CONFIG
to open the lync-config.json
file for editing.
If you forget the CLI, run LYNC HELP
to display the list of available arguments.
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ LYNC HELP Displays the list of available arguments. ┃
┃ CONFIG Opens the config file. ┃
┃ SERVE project.json? REMOTE? Syncs the project. ┃
┃ OPEN project.json? REMOTE? Syncs the project and opens it in Roblox Studio. ┃
┃ BUILD project.json? Builds the project to file. ┃
┃ FETCH project.json? Downloads the list of sources in the project file. ┃
┣╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┫
┃ project.json? The project file to read from and serve. ┃
┃ REMOTE? Connect to the project's 'remoteAddress' instead of the localhost. ┃
┃ Warning: REMOTE is unimplemented! ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Minor changes
- Disabled auto updates in
FETCH
mode.
Alpha 0.25.6
Minor changes
- Added validation for the
build
key.
Alpha 0.25.5
Minor changes
- Improved sync termination on error.
Alpha 0.25.4
Major changes
Package types
Packages now require a $path.type
key which specifies which release asset to download.
$path.type
must be repo
, zip
, lua
, luau
, rbxm
, or rbxmx
.
This restores the ability to download RBXM release assets, which was removed in Alpha 0.25.2.
"Pronghorn": {
"$path": { "package": "Iron-Stag-Games/Pronghorn", "type": "repo" }
}
Minor Changes
- Added
Package '[package]' is up to date
output.
Alpha 0.25.3
Minor changes
- Added support for ZIP package assets.