Releases: nuxl0x/verbose-octo-spork
VOS | Version 2.2.1
VOS | Version 2.2.0
Includes a variety of bugfixes for release v2.1.0, as well as the new version command!
Change Notes:
- Made it so that
vos-install.shwill delete any downloaded files after installation. - Added
versioncommand andversion.txt(under assets). This file is referenced whenever a script needs to know the version. - Credits for the
creditscommand are now contained within thecredits.shfile instead ofcredits.txt. This is due to needing to reference the version fromversion.txt. - Added all the new commands from
v2.1.0intocmdlist.txt, as well as theversioncommand. - Added manual page for
version. - Renamed
install.shintovos-install.sh.
Apologies for how buggy v2.1.0 was with the cmdlist command being incorrect!
VOS | Release 2.1.0
v2.1.0 adds functionality to some features that was implemented but not functional in v2.0.0.
Change Notes:
- Add functionality to
credits.sh, due to the command not actually working previously. - Add functionality to
read.sh, as the command wouldn't function in v2.0.0. - Added new manual page support to
man.shso that the manual pages forread,creditsandadventure-gameare accessible.
Enjoy!
VOS | Release 2.0.0
Implemented an installer. You don't have to download the entire repository anymore. It does it for you!
As usual, please let me know of any bugs.
No changelog due to so many features.
Enjoy!
VOS | Version 1.1.2
Yet another bugfix due to some issues.
Change Notes:
- Fixed an error where
uninstall.shwouldn't check if it is being executed assudo(which is required) and would just fail if you hadn't executed withsudo. - Fixed an issue where
man.shwouldn't check to see if you had input a valid manual page and would return nothing if you input something invalid. - Added elaboration to command descriptions in
command_list.txt. - Added some commenting and fixed some formatting within
math.sh.
VOS | Version 1.1.1
Bugfix to handle some minor issues with the code.
Change Notes:
- Updated manual for commands
mathanduninstall. - Fixed error where
configure.shwouldn't check for the existence of VOS on a given device before attempting to uninstall, potentially resulting in unfavorable results.
Apologies for such a quick release after the previous one.
VOS | Version 1.1.0
Minor update that adds the ability to uninstall VOS through usage of commands.
Fixes some issues with v1.0.0.
Change Notes:
- Removed unnecessary input options (removed beta command 'scan').
- Implemented full un-installation command functionality.
vos uninstall. - Fixed issue with configuration script where
/usr/local/share/voswouldn't be deleted upon removal. - Minor bug fixes.
The primary focus of this update was the implementation of the uninstall command.
This update is backwards compatible, as there were no major changes to the primary vos script that didn't involve existing functionality.
Enjoy!
VOS v1.0.0
The first release of VOS, or verbose-octo-spork, this release contains any and all of the basic functionality that later versions of the software will function upon. Not every command is fully functional, but overall, the framework is in place and there are certain functioning commands.
Overall, this release leaves room for future releases.