RealRaven2000 / quickFilters

Thunderbird Add-on: quickFilters
http://quickfilters.quickfolders.org/
Other
46 stars 11 forks source link

quickFilters 6.0.1 Backup stored in broken format #197

Closed RealRaven2000 closed 10 months ago

RealRaven2000 commented 11 months ago

In the new versions of quickFilters, backed up filters aren't stored in the correct format which will lead to difficulties when trying to restore them.

This is a regression from the switchover from the deprecated OS.Fileto IOUtils. I should be using writeUTF8 instead of writeJSON on an already formatted, prettified json string. Using writeJSON is less useful because it has no parameter to make the file better readable, so I rather keep using JSON.stringify(entity, null, ' '); followed by IOUtils.writeUTF8()

RealRaven2000 commented 11 months ago

Below is a preview version with a quickfix:

quickFilters-wx-6.1pre5.zip

To install, download the zip file and then drag it into Thunderbird Addons manager - do not extract contents because then it won't install.

RealRaven2000 commented 10 months ago

Fixed in 6.1 - Published 22/07/2023