diff --git a/README.md b/README.md index f9693a1..f2c4aad 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ What sshyp can do: What sshyp will likely do: -- (planned v1.1) 2FA/MFA management (was previously not on the roadmap, but could be beneficial in reducing phone usage) -- (planned v1.2) everything it already does, but also in a GUI for Linux/Haiku +- (planned v1.1.0) 2FA/MFA management (was previously not on the roadmap, but could be beneficial in reducing phone usage) +- (planned v1.2.0) everything it already does, but also in a GUI for Linux/Haiku What sshyp definitely won't do: @@ -63,7 +63,7 @@ The packaging script has been tested on Arch Linux with dpkg as a dependency for The AUR version and the packages attatched to the release tags were already packaged using this script. -Currently, the script can create packages for Haiku*, Arch Linux (PKGBUILD), Debian Linux, Termux, and generic. Packaging for other systems coming soon. +Currently, the script can create packages for Haiku, Arch Linux (PKGBUILD), Debian Linux, Termux, and generic. Packaging for other systems coming soon. # Usage Upon initial installation (on both the server and client devices), be sure to run: diff --git a/bin/sshyp b/bin/sshyp index d85872a..72b26a2 100755 --- a/bin/sshyp +++ b/bin/sshyp @@ -259,10 +259,10 @@ def print_info(): # prints help text based on argument 'Randall Winkhart\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15m/\u001b[0m') print('\u001b[38;5;0;48;5;15m/\u001b[38;5;15;48;5;238m ' '\u001b[38;5;0;48;5;15m/\u001b[0m') - print('\u001b[38;5;0;48;5;15m/\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15mVersion 1.0' - '\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15m/\u001b[0m') - print('\u001b[38;5;0;48;5;15m/\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15mThe Polished Trotters ' - 'Update\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15m/\u001b[0m') + print('\u001b[38;5;0;48;5;15m/\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15mVersion 1.0.0' + '\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15m/\u001b[0m') + print('\u001b[38;5;0;48;5;15m/\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15mThe Polished Trotters ' + 'Update\u001b[38;5;15;48;5;238m \u001b[38;5;0;48;5;15m/\u001b[0m') print('\u001b[38;5;0;48;5;15m/\u001b[38;5;15;48;5;238m ' '\u001b[38;5;0;48;5;15m/\u001b[0m') print('\u001b[38;5;0;48;5;15m////////////////////////////////////////////////////////\u001b[0m\n') diff --git a/extra/manpage b/extra/manpage index 9a9ed2c..2ceb8e7 100644 --- a/extra/manpage +++ b/extra/manpage @@ -1,4 +1,4 @@ -.TH sshyp 1 "19 May 2022" "v1.0" "sshyp man page" +.TH sshyp 1 "22 May 2022" "v1.0.0" "sshyp man page" .SH NAME sshyp \- A very simple self-hosted, synchronized password manager for UNIX systems. Alternative to (and compatible with) pass/password-store. .SH SYNOPSIS diff --git a/share/doc/sshyp/changelog b/share/doc/sshyp/changelog index bdf8af9..b826d60 100644 --- a/share/doc/sshyp/changelog +++ b/share/doc/sshyp/changelog @@ -1,15 +1,15 @@ -sshyp v1.0 +sshyp v1.0.0 The Polished Trotters Update This release brings 'sshyp' in line with the original goals of the project. -As such, it is being crowned "v1.0", and is considered a stable base for future expansions. +As such, it is being crowned "v1.0.0", and is considered a stable base for future expansions. Features: - sshyp has been modified to run on Haiku, an open-source re-implementation of BeOS - the entry format has been changed to support entries created in pass/password-store - ^ this change requires existing entry libraries to be converted - see the sshyp v1.0 release page on GitHub for a conversion script + ^ this change requires existing entry libraries to be converted - see the sshyp v1.0.0 release page on GitHub for a conversion script - majorly overhauled visual experience for sshyp ^ this includes a new entry list, a new entry readout, coloured output, and more! - entries can now optionally be passed as arguments, directly