fix records being overwritten at boot

This commit is contained in:
Nick Krecklow
2020-04-21 18:51:29 -05:00
parent 2a3f177826
commit e226066a61
4 changed files with 6 additions and 11 deletions

@ -1,3 +1,6 @@
**5.1.1** *(Apr 21 2020)*
- Fixes records being overwritten after boot. This bug did not corrupt saves and is only a visual error.
**5.1.0** *(Apr 21 2020)*
- Completely rebuilt the backend. This includes several optimizations, code cleanup and syncing fixes. Its code model now pairs nicely with the frontend's Javascript model.