Releases: Southclaws/sampctl
1.8.8
1.8.7
1.8.6
Changelog
fde2ec7 release 1.8.6
8922c56 increased timeout for rook tests on travis
8b00b7b moved RefFrom* functions to versioning package fixed RefFromTag failing on non-semver tags
e9e97f7 fixed cache breaking if repo in invalid state
cab5970 fixed generate tests
Docker images
docker pull southclaws/sampctl:1.8.6
1.8.5-beta2
Fixed plugin downloads happening every time due to version information not being passed properly.
Removed plugin ensure from cache phase of package load. I realised it's impossible to download a plugin during the cache phase because there's no version specified because the cached repositories are always at the latest commit.
1.8.5-beta
This version includes a complete rewrite of the dependency resolution engine. Dependencies are now cached which speeds up the build, ensure, install and run commands.
1.8.4
1.8.2
1.8.1
1.8.0
1.8.0 contains some major changes and additions to how packages can be run. If you use sampctl to manage a gamemode, you no longer need to use two separate command categories (server and package) - now you can just set local
to true
in pawn.json
and add the contents of samp.json
to pawn.json
's runtime
field.
Documentation is being updated and rewritten to reflect these changes so please check the wiki some time after this release to get updated on the new workflows.
Changelog
c22af15 resolved #168
2ab8387 fixed #169
2fee23c some additional verbose logs
390f9dc made runtime always be initialised for pawn.json
be45b59 fixed full package metadata not being passed to sub package in recursive ensure
fbb5cdd removed implicit tag append to download path
706bf2a added runtime version to defaults
4886d08 implemented validity checks for runtime configurations
db596f2 added local field to package definition to indicate package should be executed in the current directory
Docker images
docker pull southclaws/sampctl:1.8.0
1.7.19
Changelog
c534767 release 1.7.19
a44b30f fixed load tests for recent defaults change
bef74f8 added error exception for external windows process kill
a38cc72 added warning for unset $ constants
7a024fd fixed #163
8c7fce2 resolved issues with annotated/non annotated tags not being handled correctly
2e97819 fixed #162
e3ef896 fixed #149
Docker images
docker pull southclaws/sampctl:1.7.19