Skip to content

Releases: Vurv78/gmod-upload

v0.1.4

16 Nov 22:28
Compare
Choose a tag to compare

Brings support to new garrysmod whitelisted paths:

Facepunch/gmad@d55a443

v0.1.3

22 Jul 22:22
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Fixed issue with addon.json's blacklist blocking right substrings.

Ie:

models/xyz.mdl was blocked by *.md which should just block markdown files, not .mdl files.

v0.1.2

06 Jul 22:13
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Fixed previous patch being wrong.

Also patched false positive warnings from previous patch.

v0.1.1

06 Jul 01:20
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fixed malformed .gma file generation from improper file paths

v0.1.0

04 Jul 08:58
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release.

Currently uses lua to pack the gma and parse your addon.json file.

May use node in the future