Exceptional.io is nice, but it is not appropriate for versioned desktop apps because it is designed for web apps where the latest version is the only deployed version.
Submodule pymclevel:
> 2420f33 - Fixed: Error when importing rotated schematic and copying biomes.
> 2cfc877 - Test: Schematic.testRotate now fails when importing rotated biomes
> 1f22806 - Fixed: Anvil chunks are given a Biomes array when created, and if they don't already have one.
> 3cb407a - Add built docs to gitignore
> 8e4a871 - Fixed: mce.py analyze is now 4096 block ID aware.
> f6eadfa - Fixed: import statement automatically inserted by PyCharm was relative to the wrong source root. (again.)
Submodule pymclevel:
> 598ff5d - materials.idStr now maps block IDs to idStr.
> fd1c642 - Added: idStr in materials.yaml is now minecraft's internal name for each block.
Submodule pymclevel:
> a840df7 - Fixed: ValueError in chunk copy when selection is chunk aligned but offset from destination level
> f428245 - Fixed ValueError: shape mismatch when rotating/flipping schematics.
> d6196eb - TileEntity.copyWithOffset now adjusts the coordinates of teleport command blocks.
Submodule pymclevel:
> 307dfcb - Ignore profiling outputs
> a84bb90 - Change coordinates of purple block texture to a different unused block.
> 76e990e - MCJavaLevel: Fix AttributeError in saveInPlace
> 06f7958 - Added: Nether Brick Slabs
> 9994317 - Cleaned up pocket.yaml
> 71c9935 - Finished adding new materials (based on wiki and inventory)
> 66d8c02 - Added some of the new blocks. Nether reactor related still ramaining, and maybe grass.
Fix a crash occurring from trying to access a list with a negative index when drag-selecting text above the field box boundaries.(cherry picked from commit 609538b441a0dcf7890b4656c98673ee8de8820d)
Submodule pymclevel:
> 11aac46 - Tests: Add quick test for session locks.
> 9dce312 - Reraise ChunkNotPresent when loading chunk data instead of wrapping it in ChunkMalformed.
> dd3d051 - Cleanup: Finding directories in mclevelbase.py
> 250f479 - Fixed: Fixed mcedit/mcedit#203 (Pocket Edition levels not relighting)
> e9b72b3 - mce.py heightmap is less spammy.
> 24204a5 - Tests: run_regression_test.py now uses testfiles/AnvilWorld instead of the older alpha.tar.gz.
> d787801 - Fixed: mce.py degrief works again.
> 328ffa1 - Fixed: Fix#144 in cases where the entity's Pos is NaN but the entity also has xTile, yTile, zTile fields.
> 2745b7e - Fixed: MCServerChunkGenerator now only holds the session lock while changing the spawn point.