So yesterday 0.1.8 was released.
http://www.computercraft.info/forums2/index.php?/topic/13063-mc-152-cc-153-openperipheral
Here's the change log:
Added a Ticket Machine for the new railcraft
- methods are "lock()", "unlock()", and "createTicket(destination)". You need to put paper in one slot, then any ink/dye in the other slot.
Added a Peripheral Proxy
- this lets you connect wired modems to non-solid blocks. Arrows must point towards the block you want to use as a peripehral. Connect a wired modem to the back or sides and interact with it as you would any other remote peripheral.
Added a "PIM" inventory manager
- If you stand on this, your player inventory gets synced with the pressure plate, so you can then start pumping items out of yourself (or into yourself) using any standard method (turtles, pipes, whatever)
Bug fixes
- Fixed getWidth() and getStringWidth() methods on the terminal glasses
Improved support for SGCraft
- added isConnected(), isInitiator() and getDialledAddress()
Improved support for forestry bees
- getQueen() and getDrone() now return a full table of information about the bee.
- I've also added getBeeInSlot() for bee chests.
Improved support for GregTech
- Mostly bug fixes
- Added setX/Y/Z, getX/Y/Z methods to the teleporter
Improved support for Applied Energistics
- You can now perform crafting requests! call "requestCrafting" and pass in a small table like this: p.requestCrafting({id=54,qty=2})
- I've fleshed out the methods a lot: getTotalBytes, getFreeBytes, getUsedBytes, getUnusedItemCount, canHoldNewItem, isPreformatted, isFuzzyPreformatted, getName, getStoredItemTypes, getRemainingItemCount, getRemainingItemTypes, getTotalItemTypes
Improved Buildcraft support
- getCurrentOutput()
- fleshed out some more methods: getActivationEnergy, getLatency, getMinEnergyReceived, getMaxEnergyReceived, getMaxEnergyStored, getEnergyStored
Improved Thermal Expansion support
- setFrequency is more stable
- added getMode()
- added setMode() - pass in "SEND", "RECEIVE" or "BOTH"