forked from rojo-rbx/rojo
v0.2.3
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# Rojo Change Log
|
||||
|
||||
## Current Master
|
||||
* *No changes*
|
||||
|
||||
## 0.2.3
|
||||
* Plugin only release
|
||||
* Tightened `init` file rules to only match script files
|
||||
* Previously, Rojo would sometimes pick up the wrong file when syncing
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
return {
|
||||
pollingRate = 0.3,
|
||||
version = "v0.2.2",
|
||||
version = "v0.2.3",
|
||||
dev = false,
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ local function main()
|
||||
|
||||
local displayedVersion = Config.dev and "DEV" or Config.version
|
||||
|
||||
local toolbar = plugin:CreateToolbar("Rojo Plugin v" .. displayedVersion)
|
||||
local toolbar = plugin:CreateToolbar("Rojo Plugin " .. displayedVersion)
|
||||
|
||||
toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
|
||||
.Click:Connect(function()
|
||||
|
||||
Reference in New Issue
Block a user