-
v0.2.0 Stable
released this
2025-08-20 15:58:10 +00:00 | 87 commits to main since this releaseChangelog
- 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
yto confirm it, or enternor just press Enter to skip running that script.You can also auto-accept all script runs by adding the
-yor--yesoption to youraddandupdatecommands.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
pkg.tar.xz
11 downloads ·
2025-08-20 15:58:46 +00:00 · 1.7 MiB
- Use formatted print statements instead of string concat (