Hotfix Update
🐛 Fixes issue where previously saved schedule is missing. [Issue #86].
Thanks to Faruq for reporting this issue.
After installing this update, your previously saved schedule should be restored.
Cause of the issue
On previous release, I've upgraded isar version to version 3.1.0
.
This version introduced a breaking changes where parameter directory
is now required for Isar.open()
method. Unfortunately,
no migration steps were given, so I refer to the example code. However, the directory defined in example code is on different
location of where isar store things in previous release. Hence, previous data is not loaded.
So, I went through deeper to isar issues and find this issue. So in this issue,
people discussed the correct directory path that should be passed to to Isar.open
method. Thus, I've updated the code to
use the correct directory path. Unfortunately, they didn't discuss for Windows. So' I can't guarantee you'll get you data back or not