• 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