Skip to content

Releases: koding/kpm-scripts

v0.3.1

26 Mar 00:26

Choose a tag to compare

A few v2->v3 migration fixes

v0.3.0

20 Mar 23:59

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Multios support

v0.2.2

20 Feb 19:34

Choose a tag to compare

Couple small tweaks

v0.2.1

06 Feb 02:19

Choose a tag to compare

Couple small tweaks

v0.2.0

28 Jan 21:13

Choose a tag to compare

Changelog Highlights:

  • bug: kpm install foo (including uninstall and search) are now case insensitive.
  • feature: kpm install foo now recommends similarly spelled packages if none exist. Eg, kpm install word will recommend kpm install wordpress.
  • feature: Packages now have Descriptions and Tags in the packages.json file at the root of the http api.
  • feature: kpm list now shows descriptions of the listed packages.
  • feature: kpm search foo has 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

22 Dec 22:27

Choose a tag to compare

  • bug: Corrected uninstall wording

v0.1.4

19 Dec 20:26

Choose a tag to compare

  • feature: Added sudo kpm update command 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.

v0.1.3

05 Dec 19:21

Choose a tag to compare

  • Improved Stderr Logging and Printing

v0.1.2

29 Nov 17:05

Choose a tag to compare

Various improvements

v0.1.1

25 Nov 23:42

Choose a tag to compare

Added sigint forwarding