Skip to content

Releases: MemoryPenguin/RbxGitHubCloner

v1.1.0

07 Dec 00:13
Compare
Choose a tag to compare

Introducing a boatload of improvements!

The user interface has been expanded and made vertically scaleable:
image

But wait, there's new boxes!

You can now specify a GitHub API key to gain access to all private repositories that account has access to. To make one, go to your settings, then "Personal access tokens" all the way at the bottom. Create a new token with the "repo" scope (not any of its children), then copy and paste the key into the plugin. Since you can't see the key after you leave the page, the plugin will save it for you.

Additionally, you can now specify which class you want the default instances to be. To allow you to force a file to always be a script, there are three shorthands:

  • scr
  • server
  • script

There are some other improvements too, mostly around error handling.

Issues closed in this release: #3, #4, #5, #6, and #7.

v1.0.1

04 Dec 21:31
Compare
Choose a tag to compare

Hotfix for #1 to allow cloning of repositories with - in their name.

v1.0.0

04 Dec 20:22
Compare
Choose a tag to compare

Initial release.