|
| 1 | +## New Features/Support |
| 2 | +* **Changed: Diamond Chip recipe** |
| 3 | + - You now require cutting wire to cut the diamond. |
| 4 | +* Fixed: IC2-Classic mod incompatibility |
| 5 | +* Added: Allow getting yaw of player through tablet component (ChristoCoder) |
| 6 | +* Fixed: Microcontroller interactions with EnderIO item conduits |
| 7 | +* Added: Maximum packet parts to device info of modems (Linked and Network Cards) |
| 8 | +* Fixed: Drones now properly work with chunkloader upgrades (TheCodex6824) |
| 9 | +* Fixed: Tablets not turning off their screen properly (AmandaCameron) |
| 10 | +* Fixed: Motion Sensor line of sight |
| 11 | +* Misc: Updated various translations |
| 12 | + - Russian (S0ZDATEL, Fingercomp, makkarpov) |
| 13 | + - Traditional Chinese (mymagadsl) |
| 14 | + - German (Nex4rius) |
| 15 | + |
| 16 | +## OpenOS fixes/improvements |
| 17 | +* Fixed: Issues with booting OpenOS on very slow servers |
| 18 | +* Added: Allow custom error objects to print to stderr |
| 19 | +* Added: Allow mount points to use existing directories |
| 20 | +* Added: Bind mounts to mount a directory as another directory |
| 21 | +* Fixed: Allow .shrc to use tty stdin |
| 22 | +* **Added: Lua REPL input is now parsed with an implicit `return`** (SquidDev) |
| 23 | + - Adding a `=` in front of the code to explicitly add it still works. |
| 24 | +* Changed: Shell history no longer adds items if they are duplicates (SquidDev) |
| 25 | +* Fixed: CTCP messages in IRC client (Michiyo, skyem123) |
| 26 | +* Fixed: Reverse lookup of keys in Keyboard API |
| 27 | +* Fixed: event.cancel and event.ignore |
| 28 | +* Fixed: Protect lua shell from serialization OOM failure |
| 29 | +* Fixed: Too long without yielding error in /bin/tree (LeshaInc) |
| 30 | +* Misc: Improvements to the vt100 library |
| 31 | +* Misc: Various minor improvements to reduce memory usage |
| 32 | + |
| 33 | +## List of contributors |
| 34 | +payonel, Vexatos, |
| 35 | +S0ZDATEL, Fingercomp, makkarpov, |
| 36 | +mymagadsl, Nex4rius, ChristoCoder, |
| 37 | +LeshaInc, SquidDev, Michiyo, |
| 38 | +skyem123, TheCodex6824, |
| 39 | +AmandaCameron, Pwootage |
0 commit comments