Dungeoneer
Dungeoneer copied to clipboard
Add some sort of database migration functionality
Dungeoneer should check version on startup in main.js. If current version is higher than last migration version, run migration (e.g. join json files). Since most json files are copied from the program folder to the AppData folder updates to monsters.json or names.json will not be inserted into these copied files.