From 5328bd72e01f18dca4d0b1a50e1e4c284ce40d73 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 24 Aug 2024 10:16:38 -0300 Subject: [PATCH] v1.1.0 --- share/portzap/CHANGELOG | 36 +++++++++++++++++++----------------- share/portzap/VERSION | 2 +- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/share/portzap/CHANGELOG b/share/portzap/CHANGELOG index 4763853..e9c9c79 100644 --- a/share/portzap/CHANGELOG +++ b/share/portzap/CHANGELOG @@ -1,38 +1,40 @@ -* vNEXT +# -*- mode: org -*- -** Add 'libexec/portzap/utils/get-umask' +* v1.1.0 + +**** Add ~libexec/portzap/utils/get-umask~ Add a single source of truth for the mask given to umask by git and portzap-install -** Break up 'portzap-install' into multiple files -'libexec/portzap/utils/install/' contains files that cover both +**** Break up ~portzap-install~ into multiple files +~libexec/portzap/utils/install/~ contains files that cover both a fresh install and applying an update -** Add 'setup/setup-doas' improvements +**** Add ~setup/setup-doas~ improvements More likely to do what's expected, but blind spots still exist -** Add 'portzap setup', 'portzap teardown' +**** Add ~portzap setup~, ~portzap teardown~ Replaces and enhances 'setup-portzap' -** Add libexec/portzap/commands/portzap-sh -Runs /bin/sh within /home/_portzap/ports as the '_portzap' user +**** Add ~libexec/portzap/commands/portzap-sh~ +Runs ~/bin/sh~ within ~/home/_portzap/ports~ as the ~_portzap~ user * v1.0.0 -** Add libexec/portzap/setup/setup-user -setup-user sets up the '_portzap' user and environment +**** Add ~libexec/portzap/setup/setup-user~ +~setup-user~ sets up the ~portzap~ user and environment -** Remove git-diff limit +**** Remove git-diff limit Remove file rename limit from git-diff -** Replace utils/gitexec with utils/git/run -Communicate with git via utils/git/run +**** Replace ~utils/gitexec~ with ~utils/git/run~ +Communicate with git via ~utils/git/run~ -** Add utils/git +**** Add ~utils/git~ A dedicated directory for git-related scripts -** Remove "set -x" +**** Remove ~set -x~ Emit less output -** Remove scripts -Remove utils/printok, utils/printerr, utils/git-rev +**** Remove scripts +Remove ~utils/printok~, ~utils/printerr~, ~utils/git-rev~ diff --git a/share/portzap/VERSION b/share/portzap/VERSION index 0ec25f7..795460f 100644 --- a/share/portzap/VERSION +++ b/share/portzap/VERSION @@ -1 +1 @@ -v1.0.0 +v1.1.0