Version |
Release Date |
Notes |
v0 |
Early October 2018 |
The unreleased, super-early-alpha, not-working-at-all version of the PPBS. Only lasted a few days, and really didn't support much more than the ls command and a couple others. |
v1.0 |
October 3, 2018 |
The first released version of the PPBS. Used subprocess.getstatusoutput() to get the outputs of commands, which means it didn't support interactive commands (such as python or su ). |
v1.0.1stb |
October 4, 2018 |
Minor bugfixes from the previous release. |
v1.1b |
October 6, 2018 |
The beta for interactive commands. More like an alpha, because it only supported the python command. |
v1.1pre1-2 |
October 6, 2018 |
The pre-release for the :interact suffix, which allows you to run a command and interact with its output. |
v1.1stb |
October 6, 2018 |
The stable release of the previous pre-releases and betas. Introduced the :interact suffix along with some other mechanics like the ppbs.py file. Also temporarily broke the cd command. |
v1.1.1stb |
Early October 2018 |
The unreleased, super-early-alpha, not-working-at-all version of the PPBS. Only lasted a few days, and really didn't support much more than the ls command and a couple others. |
v1.1.2stb |
Early October 2018 |
The unreleased, super-early-alpha, not-working-at-all version of the PPBS. Only lasted a few days, and really didn't support much more than the ls command and a couple others. |
v1.2stb |
Early October 2018 |
Totally repurposed ppbs.py - it now stores information about PPBS rather than being the source of information through system arguments. Now you can just run ppbs instead of python ppbs.py . Also added dev-mode: running ppbs dev-mode:enabled will enable dev-mode and give you back the actual username and host instead of Gfycat style (default is disabled, however run ppbs dev-mode:disabled to disable dev-mode). |