Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickFilters 6.0.1 Backup stored in broken format #197

Closed
RealRaven2000 opened this issue Jul 18, 2023 · 2 comments
Closed

quickFilters 6.0.1 Backup stored in broken format #197

RealRaven2000 opened this issue Jul 18, 2023 · 2 comments
Assignees

Comments

@RealRaven2000
Copy link
Owner

RealRaven2000 commented Jul 18, 2023

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.File to 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
Copy link
Owner Author

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 added a commit that referenced this issue Jul 21, 2023
@RealRaven2000
Copy link
Owner Author

Fixed in 6.1 - Published 22/07/2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant