Skip to content

Releases: orix-software/shell

v2021.2: Merge pull request #68 from orix-software/develop

20 Apr 20:31
470dd95

Choose a tag to compare

v2021.1

10 Jan 01:20
3473fea

Choose a tag to compare

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

05 Sep 21:21
b8c542f

Choose a tag to compare

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

22 Jun 12:46
632f886

Choose a tag to compare

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

2020.2

21 May 22:15
d29a7b5

Choose a tag to compare

Merge pull request #50 from orix-software/2020.2

v2020.2

2020.1

21 Apr 21:30

Choose a tag to compare

Merge branch '2020.1'