Skip to content

Releases: Cesura/nxsh

0.1.8-beta

03 Feb 04:43
f2b63c3
Compare
Choose a tag to compare
0.1.8-beta Pre-release
Pre-release
  • Implemented NAND browsing (see mount command). Big thanks to @friedkeenan for the contribution.

0.1.7-beta

15 Nov 03:55
f923e04
Compare
Choose a tag to compare
0.1.7-beta Pre-release
Pre-release
  • Added JS scripting functionality via duktape. You can now write scripts and execute them, provided they are ECMAScript 5.1 compliant. See the examples/ directory for a bit more information.
  • Added native print(), readFile(), and writeFile() functions (see above)

0.1.6-alpha

05 Nov 20:17
Compare
Choose a tag to compare
0.1.6-alpha Pre-release
Pre-release
  • Added password authentication system (see passwd command)

0.1.5-alpha

05 Nov 15:44
Compare
Choose a tag to compare
0.1.5-alpha Pre-release
Pre-release
  • Implemented a fetch command with libcurl in the backend. This lets you fetch files from remote servers.
  • Added a chmod command that /should/ work, but is disabled while I investigate issues with the Switch's filesystem.

0.1.4-alpha

05 Nov 06:53
88388cc
Compare
Choose a tag to compare
0.1.4-alpha Pre-release
Pre-release
  • Adding logging functionality (see "log" command)
  • Updated prompt to be more traditionally unix-like (thanks for the suggestion @fennectech)

0.1.3-alpha

02 Nov 20:50
Compare
Choose a tag to compare
0.1.3-alpha Pre-release
Pre-release

Sorry for so many quick releases. This one fixes a critical segfault and updates some of the usage documentation.

0.1.2-alpha

02 Nov 15:44
Compare
Choose a tag to compare
0.1.2-alpha Pre-release
Pre-release

Added cp/mv functionality, and fixed a bug for PuTTY users. Note that it is recommended that you connect with the "raw" option rather than "telnet" in PuTTY.

0.1-alpha

02 Nov 09:14
Compare
Choose a tag to compare
0.1-alpha Pre-release
Pre-release
first commit