Changelog
+ Added "integrity" tag to Bedrock structure items, I was told it's required in older releases
+ Added a separate command line application, you can use it to automate importing of maps, or do bulk operations without the overhead of a GUI
+ The GUI also accepts command line args now, to directly open a world and begin importing images
+ Hold shift when clicking the folder buttons on the world tab to add an additional source of worlds instead of replacing
+ Fixed "open folder" context menu item not working for some paths
+ Fixed a crash when switching Bedrock worlds rapidly
+ Fixed maps being assigned IDs in a non-deterministic order when using "confirm all"
+ Both sides should now stay sorted by map ID when making changes
+ Replaced my leveldb wrapper with a fork of @DaanV2's: https://github.com/tryashtar/leveldb-mcpe.net. It should be better but please let me know if this breaks anything!