Skip to content

Releases: Iron-Stag-Games/Lync

Alpha 0.25.12

23 Oct 03:39
Compare
Choose a tag to compare

Minor changes

  • Fixed opening project.json files outside the working directory.

Alpha 0.25.11

14 Oct 07:08
Compare
Choose a tag to compare

Minor changes

  • Added support for Terrain material colors in offline builds. This requires Lune 0.7.8+.

Alpha 0.25.10

05 Oct 05:18
Compare
Choose a tag to compare

Minor changes

  • Fixed Script Editor selection not being preserved when scripts are overwritten.

Alpha 0.25.9

04 Oct 03:19
Compare
Choose a tag to compare

Minor changes

  • Fixed paths for packages without an init file.

Alpha 0.25.8

03 Oct 04:29
Compare
Choose a tag to compare

Alpha 0.25.7

02 Oct 19:33
Compare
Choose a tag to compare

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

30 Sep 02:55
Compare
Choose a tag to compare

Minor changes

  • Added validation for the build key.

Alpha 0.25.5

20 Sep 00:15
Compare
Choose a tag to compare

Minor changes

  • Improved sync termination on error.

Alpha 0.25.4

14 Sep 05:30
Compare
Choose a tag to compare

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

13 Sep 21:16
Compare
Choose a tag to compare

Minor changes

  • Added support for ZIP package assets.