afbora/SimpleTimeTracker

Stopped working on Chrome

Closed this issue · 7 comments

fleps commented

Was working fine until yesterday, today doesn't work, all tasks are gone, interacting with the buttons does nothing, disabling / enabling does nothing.

Chrome Version 119.0.6045.106
Windows 11 last release version.

afbora commented

Yes. Sorry for the issue. I've updated the chrome 119 and can reproduce the issue now. Let me check please.

fleps commented

Yes. Sorry for the issue. I've updated the chrome 119 and can reproduce the issue now. Let me check please.

NP, thanks for taking a look!

afbora commented

Web SQL deprecation

The Application > Web SQL section will be removed in Chrome 123 because the Web SQL Database API isn't maintained anymore. This version adds a warning to the section about the upcoming removal.

Web SQL access in all contexts is no longer available in Chromium 119 (October 31, 2023).

https://developer.chrome.com/blog/new-in-devtools-119/#web-sql

Needs to be implemented to indexedDB or something like that. Not sure I can do soon.

afbora commented

@fleps Good news that I've almost done for IndexedDB.

fleps commented

@fleps Good news that I've almost done for IndexedDB.

That's great, will keep an eye on the chrome webstore for the update.

Is there a way to restore the tasks once the upgrade happens or it's gone?

Cheers

afbora commented

Not sure since websql has been removed. Don't worry, I'll try a solution about migration. Sure I can't guarantee, sorry.

afbora commented

I've implemented a solution #5 and will be available after v2.0.0 approved in chrome extension directory. I hope it works 🤞