From 0bcf5fc0d12760b17b9f5d702789f0302d7f6b50 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 8 Jan 2024 22:16:48 -0500 Subject: [PATCH] Update documentation for release v1.5.3 --- extra/changelog-archive/2024 | 22 ++++++++++++++++++++++ extra/manpage | 2 +- lib/sshyp.py | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/extra/changelog-archive/2024 b/extra/changelog-archive/2024 index ffe6467..e8d0b34 100644 --- a/extra/changelog-archive/2024 +++ b/extra/changelog-archive/2024 @@ -1,3 +1,25 @@ +sshyp v1.5.3 +01/08/2024 + +the fortified flock update - patch three + +this release is a quick hot-fix for some bugs that were noticed after the release of v1.5.2 + +fixes/optimizations: + +- fixed a regression with the entry list causing entries not part of a subdirectory to appear +in-line with the entry list header +- fixed extension group ownership under FreeBSD + ^ the "wheel" group is now used where previously the non-existent "root" group was used +- fixed notes sometimes being appended in the wrong position after editing an incomplete entry +- addressed flake8 suggestions (slight optimization) +- removed unnecessary empty variable declarations + ^ these were previously included to silence PyCharm's PEP8 warnings + ^ the project is now primarily developed in VSCodium with the flake8 linter + ^ the only change to flake8 defaults in the line length limit (79->120) + +<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> + sshyp v1.5.2 01/07/2024 diff --git a/extra/manpage b/extra/manpage index 87da4a3..6f177aa 100644 --- a/extra/manpage +++ b/extra/manpage @@ -1,4 +1,4 @@ -.TH sshyp 1 "07 January 2024" "v1.5.2" "sshyp man page" +.TH sshyp 1 "08 January 2024" "v1.5.3" "sshyp man page" .SH NAME \fBsshyp\fR - Simple, self-hosted, synchronized password management for UNIX(-like) systems. Alternative to (and compatible with) pass/password-store. .SH SYNOPSIS diff --git a/lib/sshyp.py b/lib/sshyp.py index 952bbad..c210dab 100755 --- a/lib/sshyp.py +++ b/lib/sshyp.py @@ -297,7 +297,7 @@ def print_info(): }}-}}-*]{4 * ' '}`..'..'{9 * ' '}\u001b[0m♥♥♥\u001b[0m{9 * ' '}`..'..'{6 * ' '}| {4 * ' '}◎-◎{4 * ' '}//{3 * ' '}\\\\{10 * ' '}\u001b[38;5;9m♥\u001b[0m{10 * ' '}//{3 * ' '}\\\\{5 * ' '}/|\\""") print(f"{_border}{_blank}\n\u001b[38;5;7;48;5;8m\\\u001b[38;5;15;48;5;15m{18 * ' '}\u001b[38;5;15;48;5;8msshyp " - f"version 1.5.2\u001b[38;5;15;48;5;15m{18 * ' '}\u001b[38;5;7;48;5;8m/\u001b[0m") + f"version 1.5.3\u001b[38;5;15;48;5;15m{18 * ' '}\u001b[38;5;7;48;5;8m/\u001b[0m") print(f"\u001b[38;5;7;48;5;8m\\\u001b[38;5;15;48;5;15m{14 * ' '}\u001b[38;5;15;48;5;8mthe fortified flock" f" update\u001b[38;5;15;48;5;15m{15 * ' '}\u001b[38;5;7;48;5;8m/\u001b[0m\n{_blank}") print(f"\u001b[38;5;7;48;5;8m\\\u001b[38;5;15;48;5;15m{9 * ' '}\u001b[38;5;15;48;5;8mcopyright 2021-2024 ",