Releases: orix-software/shell
Releases · orix-software/shell
v2021.2: Merge pull request #68 from orix-software/develop
Develop for v2021.2
v2021.1
basic11 “TAPENAME” loads joysticks configuration and start tape file if it exists.
basic11 -l can list available tape file
basic11 -g starts a menu now
bank now displays only 37 chars for the rom signature
CTRL+C reset now command line
ls -l now works
df command is added
v2020.4
cd : fix a bug when we are in / and we do cd ..
twil : 2 new parameters -d and -u (twil -u swap to usbkey device, twil -d swap to sdcard device)
man page added for twil
mount command added
mount displays now where root is mounted.
touch command added ('touch myfolder' works but not touch /ddf/ddd)
mkdir command added ('mkdir myfolder' works but not mkdir /ddf/ddd)
bank and basic11 command send controler mode in $99 (zp) to the ROM
bank now does not displays signature with ula attributes
bank displays bank list signature shorter ('bank' string is removed from each line
cp and mv are disabled because it's not working
ps is fixed for id of the process
v2020.3
cd command added (it allows to enter in directory in absolute and relative path except with ../ at the begining), it supports cd .. and cd /. OOM fixed in cd command
fix overflow in command line (command must be smaller than 37 bytes now)
man command added
fix bug in lscpu which display 65C8166502 when a 65C816 is detected
fix some length of font’s name in /usr/share/fonts/ folder
remove debug in twil command