Garulf / Browser-History

Search your Web Browser history
6 stars 6 forks source link

Fix file permission issue #13

Closed z1nc0r3 closed 1 year ago

z1nc0r3 commented 1 year ago

12 Browser history plugin crashes just after the shortcut keys are pressed due to a file permission error.

The error occurred while trying to delete the temporarily copied history file from the temp folder. Fixed by closing the database connection just after the execution of the query.

Garulf commented 1 year ago

I have this fixed in a dev build that I'm still testing. Turns out the context block doesn't close connections.

Garulf commented 1 year ago

I'll update the version in a moment.

Garulf commented 1 year ago

Thank you for taking the time to correct this error.