You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate the count key in storage, as the count values need to be computed on the fly because of the possible access of storage of background and popup.
Make sure the older data is not corrupted. Make things migrate smoothly by checking for existing count keys and then cleaning up the key from the storage object.
The text was updated successfully, but these errors were encountered:
This change uses the new API which has the backend and frontend code
seperate. The code is now in three parts:
- core.js: has all the basic api code.
- background.js: uses API to create a background app.
- popup.js: uses API to create frontend app.
All changes happen by using a call back to the storage sync functions.
Other changes:
- Keyboard shortcut is Ctrl + Shift + L
- Updated manifest
- package.json added
- Linter profile added
Fixes#4, #11, #14, #15, #16
New api 4.0.1
This change uses the new API which has the backend and frontend code
separate. The code is now in three parts:
- core.js: has all the basic api code.
- background.js: uses API to create a background app.
- popup.js: uses API to create frontend app.
- All changes happen by using a call back to the storage sync functions.
- Fixes#15 and Fixes#16
Other changes:
- Keyboard shortcut is Ctrl + Shift + L. Fixes#4
- Updated manifest. Fixes#8
- package.json added
- Linter profile added. Fixes#17Fixes#4, #11, #14, #15, #16
- Better way to get filtered list of items for UI. Fixes#16
- Add title to list items. Fixes#19
- Add some license details and headers to each of the files. Fixes#20
- Allow download as JSON. Fixes#13
- Make the title smaller on the popup. Saves space.
- Updated manifest.json
- Removed useless files.
- Cleaned up code using linter.
- Updated README
Deprecate the count key in storage, as the count values need to be computed on the fly because of the possible access of storage of background and popup.
Make sure the older data is not corrupted. Make things migrate smoothly by checking for existing count keys and then cleaning up the key from the storage object.
The text was updated successfully, but these errors were encountered: