Skip to content

Releases: nuxl0x/verbose-octo-spork

VOS | Version 2.2.1

26 May 02:25
48d810a

Choose a tag to compare

Fixed major issue with vos.install.sh where the variable $INSTALL_DIR was incorrectly set to the wrong path, causing installation failure.

VOS | Version 2.2.0

26 May 02:18
c39c212

Choose a tag to compare

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.sh will delete any downloaded files after installation.
  • Added version command and version.txt (under assets). This file is referenced whenever a script needs to know the version.
  • Credits for the credits command are now contained within the credits.sh file instead of credits.txt. This is due to needing to reference the version from version.txt.
  • Added all the new commands from v2.1.0 into cmdlist.txt, as well as the version command.
  • Added manual page for version.
  • Renamed install.sh into vos-install.sh.

Apologies for how buggy v2.1.0 was with the cmdlist command being incorrect!

VOS | Release 2.1.0

25 May 23:31
7f14cea

Choose a tag to compare

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.sh so that the manual pages for read, credits and adventure-game are accessible.

Enjoy!

VOS | Release 2.0.0

23 May 07:29
2b34962

Choose a tag to compare

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

21 May 23:46
61d14f6

Choose a tag to compare

Yet another bugfix due to some issues.

Change Notes:

  • Fixed an error where uninstall.sh wouldn't check if it is being executed as sudo (which is required) and would just fail if you hadn't executed with sudo.
  • Fixed an issue where man.sh wouldn'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

20 May 04:44
5f964a4

Choose a tag to compare

Bugfix to handle some minor issues with the code.

Change Notes:

  • Updated manual for commands math and uninstall.
  • Fixed error where configure.sh wouldn'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

20 May 03:50
1773ac7

Choose a tag to compare

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/vos wouldn'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

19 May 04:40
31dda9f

Choose a tag to compare

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.