Releases: ChrisERo/vocab-forager
Releases · ChrisERo/vocab-forager
v2.1.5
- Update
manifest.json
so that extension can run in more pages, in particular html
files on user's computer.
- Fixed bug where changing activation of extension would fail for all Chrome tabs to the right of a single tab that did not have the extension running.
- Updated several dependencies
v2.1.4
- Add unit tests for models and all of background-scripts package
- Made code more testable by relying more on promises
- Fixed bugs found while performing testing.
v2.1.2
- Add 64 character limit to label length
- Revamped Documentation, shortening README.md and adding a more detailed User Manual
- Add reference to User Manual as "User Guide" button
v2.1.1
- Fixed bug where database update fails because try to recreate existing table (redoing "transform" already done)
v2.1.0
- Update See Sites Page
- Added labels by which to search for site-data
- Added ability to add/delete vocabulary words from see-sites page
v2.0.7
Fixed issues related to background service-worker restarts.
- New tab being made even when existing one is around
- Issues updating and accessing persistent data
v2.0.6
Fixed bug where removing all highlights from a site does not delete the data entry from non-volatile storage.
v2.0.5
- Fixed bug introduced in last release where importing extension data does not include SiteData (only its URLs)
- Minor style improvements to see-sites page.
v2.0.4
- Utilize IndexedDB for storing SiteData
- Included code to migrate SiteData in local storage to new IndexedDB storage
- Changed see-site data to have users select domain before letting them click on site urls for domains of selected domain+protocol pair
- Use title of site instead of site URL in see-sites page