51.0.1:
* Removed debug messages.
* Fixed GUI.
* Increased default chunk limit to 9.

51.0.0:
* Updated to 1.4.5.
* Ended support for 1.2.5, 1.3.2 and 1.4.2.

50.2.1:
* Fixed immediate crashing.
* Fixed fuel meter sometimes getting stuck.

50.2.0:
* Updated to 1.4.2.

50.1.2:
* Fixed crashing when trying to get the mod version in 1.2.5.

50.1.1:
* Changed nothing, because I derped.

50.1.0:
* Added optional fuel requirement.
* Added some op commands (1.3.2 only) under /dimanc
* Added "/dimanc getquota" to see another player's quota
* Added "/dimanc override" to set a player override from in-game without restarting.
* Added "/dimanc setfuel" to set/remove chunkloader fuels from in-game without restarting.
* Added "/dimanc setpipemode" to enable/disable fuel piping TEMPORARILY from in-game without restarting.
* Fixed a possible bug with overlapping loaders.
* Added config option to allow or disallow fuel from pipes.

50.0.1:
* Some config options renamed (chunkloader.maxQuota is now chunkloader.perplayer.maxChunksPerPlayer)
* For unlimited quota, set chunkloader.quotaType=unlimited
* Per-player overrides added to config. In immibis.cfg, section chunkloader.playerQuotaOverride,
  add entries of the form: '<username (lowercase)>=<number of chunks they can have loaded>'
  or '<username (lowercase)>=unlimited' (without the <> or '')
  This overrides everything else including ops having unlimited quota.

50.0.0pr2:
* Untested (!) update to 1.3.2 chunk loading. 

50.0.0pr1:
* Changed version numbering scheme.
* Mostly updated to 1.3.2, but still waiting on a Forge hook for chunk loading.
* TODO: Look at chunk loaders not loading when the world loads (if that makes sense)

Rev4:
* Started changelog
* Fixed loaders set to (server) resetting on world load
* Made chunk loaders load chunks when they are created, instead of assuming
  they're already loaded by a nearby player.
* Fixed constant loading and unloading if two worlds have the same
  dimension number on Bukkit.