Releases: koding/kpm-scripts
Releases · koding/kpm-scripts
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
Changelog Highlights:
- bug:
kpm install foo(including uninstall and search) are now case insensitive. - feature:
kpm install foonow recommends similarly spelled packages if none exist. Eg,kpm install wordwill recommendkpm install wordpress. - feature: Packages now have Descriptions and Tags in the
packages.jsonfile at the root of the http api. - feature:
kpm listnow shows descriptions of the listed packages. - feature:
kpm search foohas been added! Search allows you to search through the available packages for the package name, tags, and descriptions. Search then ranks the matches and displays them. Exact name matches rank the highest, then wildcard name matches, then tags, and finally descriptions. - feature: The script http api has been rewritten to allow packages to store and retrieve things from within the kpm-scripts repo, eg:
/foo/config.cfg,/foo/framework.zip, and etc.
v0.1.5
v0.1.4
- feature: Added
sudo kpm updatecommand to allow for manual updating. - feature: Added optional and required versioning to kpm. Optional updates to kpm do not force users to upgrade, but required updates will enforce the usage of
sudo kpm update. This helps us ensure that any very important issues are updated asap. - improvement: Made the "package not found" message for Installers and Uninstallers friendlier to beginners.