59.0.2:
* Removed MJ power support from transpressurizers. Instead, they will use whatever your preferredEnergySystem option is set to.

59.0.1:
* Re-added ComputerCraft compatibility (with dislocators).

59.0.0:
* Updated to 1.7.10.

58.1.0:
* Official update to 1.7.2.
* Fixed double chest detection.
* ComputerCraft integration disabled because CC isn't updated yet.

57.0.5:
* Fixed newly placed teleposers sometimes not working after reloading the world.

57.0.4:
* Added a config option to print debugging information.

57.0.3:
* Fixed "teleposers and filtered buffers not working quite right"

57.0.2:
* Fixed crash when a teleposer had power bridge mode on, but was not connected to a conduit on the output side.

57.0.1:
* Added power bridge mode to teleposers. With this enabled, they will
  move power from the conduit network on their input side to the output side.
* Transport conduits have more connected textures.

57.0.0:
* Updated to Minecraft 1.6.4.
* Updated to experimental IC2.

56.0.1:
* Removed support for Forge ISidedInventory (which has now been removed from Forge); fixes crashes with updated Forge.

56.0.0:
* Updated to Minecraft 1.6.2.
* Disabled Buildcraft power support as Buildcraft isn't updated yet.
* Now fully translatable.

55.0.6:
* Fixed crash when IC2 is not installed but some other mod includes IC2's API.

55.0.5:
* Actually re-added IC2 power support.

55.0.4:
* If finding a destination for an item takes more than 100k steps (with power disabled) or 1M steps (with power enabled),
  the machine that tried to move the item will explode.
  Nothing else will be damaged by the explosion.
  This is far more steps than you should ever need unless you have a very inefficient setup.
  In the following setup, the bottom teleposer will explode when an item is placed in the chest: http://puu.sh/35FWn.png
  (All teleposers are facing upwards in the picture)
* Teleposers which pull from a chest and have a filter set will correctly not pull items that don't match the filter.
* Added option to invert the filter (so it will only take items that are not in the filter).
* Added shading to different sides of conduits, like most blocks have.

55.0.3:
* Reobfuscated with SRG names; fixes AbstractMethodError and "Don't register null!".
* Re-added IC2 power support.

55.0.2:
* Removed 32-character limit in textboxes (it's now 256).
* Fixed input filters starting or ending in *

55.0.1:
* Fixed dislocator not receiving redstone signals.
* Translocators and dislocators are solid blocks.

55.0.0:
* Updated to Minecraft 1.5.2.

54.0.1:
* Re-added Buildcraft power support.

54.0.0:
* Updated to Minecraft 1.5.1.
* Fixed wrong rendering on some sides.
* Fixed messed up GUI text.

53.0.1:
* Fixed harmless texture loading errors.

53.0.0:
* Updated to Minecraft 1.5.
* BC and IC2 power input capability disabled until those mods update.

52.0.2:
* Required update for Immibis's Microblocks 52.1.2.

52.0.1:
* Updated microblock API use.
  Required update for Immibis Core 52.4.0 to avoid crashes due to the microblock code being moved.

52.0.0:
* Removed beta tag, reset version number.
* Nothing is actually different in this version.

0.3.0-beta:
* Added Dislocators.
* The default orientation of a teleposer now depends on the direction you're facing when you place it.
* Removed an uncommon debug message.
* Fixed interaction with large chests.
* Dislocator is CC-compatible.

0.2.1-beta:
* Updated microblock API use.

0.2.0-beta:
* Removed accidental dependency on Immibis's Peripherals.

0.1-beta:
* Initial release.