afbora / SimpleTimeTracker

Simple time tracker extensions for Google Chrome
https://chrome.google.com/webstore/detail/simple-time-tracker/ifdmgpcchapjlldljfegfdnojaieacmn
18 stars 4 forks source link

Stopped working on Chrome #3

Closed fleps closed 11 months ago

fleps commented 11 months ago

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 11 months ago

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

fleps commented 11 months ago

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 11 months ago

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 11 months ago

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

fleps commented 11 months ago

@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 11 months ago

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 11 months ago

I've implemented a solution https://github.com/afbora/SimpleTimeTracker/pull/5 and will be available after v2.0.0 approved in chrome extension directory. I hope it works 🤞