Releases: unicornpkg/libunicornpkg
v1.2.1: Yet Another Bug Fix
Changes
- Fix a bug where attempting to uninstall and then reinstall a package would result in an error. (Reported by @rapidradiance)
Installation
See https://unicornpkg.madefor.cc/how-tos/installation.html for installation instructions.
Support
Check the documentation first. If that doesn't answer your question, join the primary author's Discord server.
v1.2.0: We're back! Bugfixes and a few new features
Changes
- Add
UnicornInstall
andUnicornUninstall
events withos.queueEvent
. - Add the
instdat.gitlab_instance
field in the GitLab provider. - Add the
unicorn.provider.local.nothing
provider. This is useful for
making packages that don't need to contain anything; for example,
packages which function as "groups" to install certain packages
at once, or packages for software that is already installed.
Installation
See https://unicornpkg.madefor.cc/how-tos/installation.html for installation instructions.
Support
Check the documentation first. If that doesn't answer your question, join the primary author's Discord server.
v1.1.0: Dirs module and hotfixes!
Changes
- Fix scripts provider.
- Add
dirs
module. - Use external installation of
semver.lua
if present.
Installation
See https://unicornpkg.madefor.cc/how-tos/installation.html for installation instructions.
Support
Check the documentation first. If that doesn't answer your question, join the primary author's Discord server.
v1.0.0: First stable release!
Changes
- Add Recrafted support.
- Add package remotes.
- Add package versioning.
- Remove provider
dev.devbin
. - Add
com.github.releases
provider. (@Commandcracker) - Add
local.generic
provider. (@Commandcracker) - Add
local.string
provider. (@Commandcracker) - Add scripts.
- Fix
org.bitbucket
andcom.gitlab
providers.
Installation
See https://unicornpkg.madefor.cc/how-tos/installation.html for installation instructions.
Support
Check the documentation first. If that doesn't answer your question, join the primary author's Discord server.
v0.1.0
Initial release of unicornpkg.