forked from Cesura/nxsh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
32 lines (25 loc) · 1.22 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
======= Version 0.1.2 alpha (Nov 2, 2018) =======
* Added cp command
* Added mv command
* Fixed some uninteresting bugs
* Updated help menu
* Fixed PuTTY "command not found" issue
NOTE: File operations on the SD card seem to be very slow
======= Version 0.1.3 alpha (Nov 2, 2018) =======
* Fixed sporadic segfault when trying to delete directory without -r switch
* Clarified some usage messages
======= Version 0.1.4 alpha (Nov 5, 2018) =======
* Adding logging functionality
* Updated prompt to be more traditionally unix-like
======= Version 0.1.5 alpha (Nov 5, 2018) =======
* Added fetch command to fetch files from remote server
* Added chmod (however it's not functional on the switch, so I'm investigating that)
======= Version 0.1.6 alpha (Nov 5, 2018) =======
* Added password authentication (see the passwd command)
======= Version 0.1.7 beta (Nov 14, 2018) =======
* 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)
======= Version 0.1.8 beta (Feb 2, 2018) =======
* Implemented NAND browsing (see mount command)