State not saved at critical points
Status: Beta
Brought to you by:
felixwatts
At the moment pp only saves its state at shutdown, this means that if the app ends without the close events being fired/handled (i.e. dirty shutdown) then all changes since last shutdown are lost, including any feeds added/changed, files downloaded.
Simple fix required: save state when major changes happen like feed added/changed and file download completed.