Releases: ish-app/ish
Releases · ish-app/ish
1.0.66
New stuff:
- Pressing the spacebar or using force touch on the keyboard and then dragging simulates arrow key presses
- Go programs get off the ground
- git-annex mostly works
- You can mount directories from the Files app in iSH, using mount -t ios foo
More on that last thing: The command is mount -t ios <source> <destination>
. The <source>
is ignored, the <destination>
is where to mount the directory. This will pop up a directory picker, and mount the directory you selected. Not all file providers support selecting directories. iCloud Drive, local files ("On My iPad"), and Working Copy are known to work.
Fixed bugs:
- writev not being atomic, which caused a race condition on mtr startup
- Selection being impossible on iOS 13.4 (the keyboard goes away now which sucks, but at least is not impossible)
- ssh with control master hanging randomly
- Status bar not appearing on devices with rounded corners
1.0.65
New stuff:
- Half-broken tmpfs implementation
- Caps lock mapping is now gone on iOS 13, because 13.4 adds a system-wide option
- Kerberos works
- AltStore installation is officially supported
- adb works for connecting to Android devices over the network (not USB)
- Added a way to fix your iSH setup if you mess up the launch/boot commands
Fixed bugs:
- ceil(3) returning 4
- R's nlm demo crashing
- fish having some trouble changing process groups
- git clone failing dramatically when your device only has one CPU
- SO_ERROR codes not being translated
- Java sockets failing with "not a tty"
1.0.64
I had planned to implement various cool features like opening directories in the file provider or supporting openrc, but all that took too long, so here's some accumulated bug fixes.
Fixed bugs:
- VNC being really really slow. It's now just slow, rather than really really slow.
- Deadlock that showed up for me when doing git clone
- Memory leak for every exited process
- Rare deadlock when running x11vnc
- A few emulator fixes for Java