Skip to content

Releases: Team-CC-Corp/Grin

Fixed json issues.

15 Feb 21:52

Choose a tag to compare

1.2.4

Fixed not parsing end quote in parseString

Grin v.1.2.3 Fixed unfortunately named directories

20 Mar 07:05

Choose a tag to compare

Directories with the same first letters would break grin.

Grin v.1.2.2 Fixed unarchiving uncompressed zips

17 Dec 06:48

Choose a tag to compare

Grin v.1.2.1 Minor error handling update

10 Oct 11:01

Choose a tag to compare

Always error. PrintError isn't enough.

Grin v1.2

06 Oct 02:45

Choose a tag to compare

Adds a new switch to grin. Using the -emit-events (or -e) switch allows something like the following

paralle.waitForAny(function()
    shell.run("grin", "-e", "-u", "My", "-r", "Repo", "dir")
end, function()
    while true do
        local e, s = os.pullEvent("grin_install_status")
        displayUpdate(s)
    end
end)

Grin v1.1

02 Oct 10:13

Choose a tag to compare

Grin can be installed via Grin. Same pastebin VuBNx3va

First release

30 Sep 06:20

Choose a tag to compare