Strongly recommend updating.
The bug when switching between the last and zero page has been fixed.
The principle of working with large data structures has been changed - previously temporary copies of the structure were stored on the stack, which could cause a crash in the program when the data volume is large (more than 2000 bytes). Now when searching for a valid slot copy, reading by chunks is used.