Skip to content

Releases: FxllenCode/roxios

1.1.9

12 May 15:05
4186ae7
Compare
Choose a tag to compare

Update - v1.1.9

Changes

  • Added URL parsing using @csqrl's URL package.
  • Added safer URL detection to ensure RbxHttpApiRequest only occurs for a Roblox url.

Upgrading

With Wally

Update your wally.toml file to:

[dependencies]

roxios = "fxllencode/roxios@1.1.9"

With .rbxm

Head to the releases page to download the latest version, and drag pack.rbxm into ReplicatedStorage. Ensure you replace your other version of Roxios.

Building from Source Code with Foreman

Inside your git repository, run git pull, or git fetch. Then, run the build command again:

rojo build -o pack.rbxm pack.project.json

1.1.8

29 Apr 21:29
4395cd6
Compare
Choose a tag to compare

Update - v1.1.8

Changes

  • Fixed support as a Wally package.

Upgrading

With Wally

Update your wally.toml file to:

[dependencies]

roxios = "fxllencode/roxios@1.1.8"

With .rbxm

Head to the releases page to download the latest version, and drag pack.rbxm into ReplicatedStorage. Ensure you replace your other version of Roxios.

Building from Source Code with Foreman

Inside your git repository, run git pull, or git fetch. Then, run the build command again:

rojo build -o pack.rbxm pack.project.json

v1.1.7

29 Apr 16:06
31b502c
Compare
Choose a tag to compare

Update - v1.1.7

Changes

  • Fixed Git error causing latest update to not push
  • Added stricter Luau types.
  • Lints and Code Cleanup

Upgrading

With Wally

Update your wally.toml file to:

[dependencies]

roxios = "fxllencode/roxios@1.1.7"

With .rbxm

Head to the releases page to download the latest version, and drag pack.rbxm into ReplicatedStorage. Ensure you replace your other version of Roxios.

Building from Source Code with Foreman

Inside your git repository, run git pull, or git fetch. Then, run the build command again:

rojo build -o pack.rbxm pack.project.json

v1.1.6

25 Apr 03:07
7dfe650
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.5...1.1.6

v1.1.5

24 Apr 22:30
Compare
Choose a tag to compare

Full Changelog: 1.1.4...1.1.5

v1.1.4

24 Apr 21:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/FxllenCode/roxios/commits/1.1.4