• v0.3.1 2d924f9acc

    v0.3.1 Stable

    github-actions[bot] released this 2025-08-27 18:25:59 +00:00 | 48 commits to main since this release

    No known key found for this signature in database

    Changelog

    • Use system $SHELL to run commands, with fallback to /bin/bash (68713f3168)

    • Change URL from noclaps/pkg to pkg-mngr/pkg (52c954fe6d)

      The reason this isn't a breaking change is that https://github.com/noClaps/pkg redirects to the new URL, and this isn't a package that gets imported by URL as a dependency (I hope).

    • Clean up and reorganise code (#41)

    • Change manifest.FromRemote to take URL instead of filename (4acaa563cc)

    • Add additional guardrails for update (36b4958158).

      Now it checks whether the file can be downloaded and the checksum verified before deleting the old version, whereas previously it would simply remove the package and install it again. This prevents a situation where the package gets deleted, but due to spotty internet, manual cancellation, or a failed checksum verification, the package would fail to install, leaving you without that package entirely.

    • Add search function (5af3f8e910)

      You can now search for packages using the new pkg search command. Simply pkg search <name> and you'll get a list of results!

    • Update formatting for search output (987a453e04)

    • Remove period from end of help texts (47870ccf0c)

    • Only search in name and description (6529afbe7f)

    Full Changelog: https://github.com/pkg-mngr/pkg/compare/v0.3.0...v0.3.1

    New Contributors

    • @Codycody31 made their first contribution in #38

    Other changes

    There's now a self-hosting guide at https://pkg.zerolimits.dev/self-hosting if you want to host your own remote manifest host!

    Downloads
  • v0.3.0 5fd3beaab6

    v0.3.0 Stable

    github-actions[bot] released this 2025-08-21 21:09:05 +00:00 | 82 commits to main since this release

    No known key found for this signature in database

    Changelog

    • Actually read from stdout instead of reading from stderr (dc74ca90c8)
    • Add cross-platform support (#36)

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.2.0...v0.3.0

    BREAKING CHANGE

    You'll have to reinstall pkg by downloading it from one of the files below. The package format that pkg uses has changed, and you won't be able to install the new version by running pkg update from the old one. To update pkg:

    1. Download the file for your platform below
    2. Extract it using tar -xf <file>.tar.xz
    3. Run ./pkg update
    Downloads
  • v0.2.0 1a6a91844d

    v0.2.0 Stable

    github-actions[bot] released this 2025-08-20 15:58:10 +00:00 | 87 commits to main since this release

    No known key found for this signature in database

    Changelog

    • Use formatted print statements instead of string concat (247592c5aa) (94bf256756)
    • Set additional shell options and add confirmation to run scripts (fd7f723595)
    • Wrap text and syntax highlight code blocks (b866a970c8)

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.1.9...v0.2.0

    Breaking changes

    You now have to confirm whether install scripts will run. There will be a preview of the script that's about to run and you can enter y to confirm it, or enter n or just press Enter to skip running that script.

    image

    You can also auto-accept all script runs by adding the -y or --yes option to your add and update commands.

    Downloads
  • v0.1.9 8c3cdca0ea

    v0.1.9 Stable

    github-actions[bot] released this 2025-08-19 14:39:44 +00:00 | 99 commits to main since this release

    No known key found for this signature in database

    Changelog

    • Don't remove packages if other packages depend on them unless updating (4684b92217)
    • Add ability to pass arguments to update, and add shell completions (fe3f45c867)

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.1.8...v0.1.9

    Downloads
  • v0.1.8 780d684120

    v0.1.8 Stable

    github-actions[bot] released this 2025-08-18 17:28:27 +00:00 | 110 commits to main since this release

    No known key found for this signature in database

    What's Changed

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.1.7...v0.1.8

    Downloads
  • v0.1.7 4b08c96bb9

    v0.1.7 Stable

    github-actions[bot] released this 2025-08-18 16:07:21 +00:00 | 117 commits to main since this release

    No known key found for this signature in database

    Changelog

    • Use absolute file path when installing from file (5d67ce43a8)
    • Add better logging for errors (ae0f96585d)
    • Don't have version in lockfile (4b08c96bb9)

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.1.6...v0.1.7

    Downloads
  • v0.1.6 0c38a554cc

    v0.1.6 Stable

    github-actions[bot] released this 2025-08-15 12:16:46 +00:00 | 128 commits to main since this release

    No known key found for this signature in database

    Changelog

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.1.5...v0.1.6

    Other changes

    • Skip logging if package is already up to date (2b0b286d36)
    • Log if all packages up to date (0c38a554cc)
    Downloads
  • v0.1.5 65e4471ed8

    v0.1.5 Stable

    github-actions[bot] released this 2025-08-12 10:42:13 +00:00 | 133 commits to main since this release

    No known key found for this signature in database

    Changelog

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.1.4...v0.1.5

    New features

    • Allow installing from local manifest and set shell scripts to fail on error (589b5a6007)

    Other changes

    Downloads
  • v0.1.4 6e18f45d03

    v0.1.4 Stable

    github-actions[bot] released this 2025-08-12 07:17:37 +00:00 | 143 commits to main since this release

    No known key found for this signature in database

    Changelog

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.1.3...v0.1.4

    Bug fixes

    • cd into tmp directory before running completions script (6e18f45d03)
    Downloads
  • v0.1.3 d30dbb2d52

    v0.1.3 Stable

    github-actions[bot] released this 2025-08-11 22:50:24 +00:00 | 154 commits to main since this release

    No known key found for this signature in database

    Changelog

    Full Changelog: https://github.com/noClaps/pkg/compare/v0.1.2...v0.1.3

    Bug fixes

    • Clear tmp directory after installation (ff6af853e6)

    Other changes

    • Add log for running completions script (2f5bbfcaae)
    • Use proper functions to join filepaths and URL parts (d30dbb2d52)
    Downloads