Skip to content

Releases: Southclaws/sampctl

1.8.8

26 Jun 20:45
Compare
Choose a tag to compare

Changelog

2484b59 release 1.8.8
40f4055 added tests for other compiler versions
1d26aa3 fixed compiler version not caching properly

Docker images

  • docker pull southclaws/sampctl:1.8.8

1.8.7

26 Jun 20:09
Compare
Choose a tag to compare

Changelog

8bc3529 release 1.8.7
e2ae2a5 fixed bug where packages with no pawn.json would stop the ensure process

Docker images

  • docker pull southclaws/sampctl:1.8.7

1.8.6

26 Jun 13:02
Compare
Choose a tag to compare

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

25 Jun 12:32
Compare
Choose a tag to compare
1.8.5-beta2 Pre-release
Pre-release

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

25 Jun 09:13
Compare
Choose a tag to compare
1.8.5-beta Pre-release
Pre-release

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

19 Jun 12:03
Compare
Choose a tag to compare

Changelog

a5c8a3f release 1.8.4
ea3348f fixed environment variables being passed into build

Docker images

  • docker pull southclaws/sampctl:1.8.4

1.8.2

02 Jun 22:30
Compare
Choose a tag to compare

Changelog

5bfe0e3 release 1.8.2
f56bc5d fixed package ensure not properly ensuring local runtime deps

Docker images

  • docker pull southclaws/sampctl:1.8.2

1.8.1

01 Jun 22:15
Compare
Choose a tag to compare

Changelog

7449eea release 1.8.1
f44b467 fixed nil pointer crash on run
b3b8dc2 resolved #146
2d4f014 fixed #140

Docker images

  • docker pull southclaws/sampctl:1.8.1

1.8.0

01 Jun 13:02
Compare
Choose a tag to compare

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

19 May 14:03
Compare
Choose a tag to compare

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