Skip to content

Releases: ChrisERo/vocab-forager

v2.1.5

14 Dec 18:11
a52a3be
Compare
Choose a tag to compare
  • 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

24 Apr 00:17
9487559
Compare
Choose a tag to compare
  • 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.3

03 Dec 04:24
Compare
Choose a tag to compare
  • Dependency Updates

v2.1.2

18 Sep 01:04
Compare
Choose a tag to compare
  • 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

30 May 21:38
Compare
Choose a tag to compare
  • Fixed bug where database update fails because try to recreate existing table (redoing "transform" already done)

v2.1.0

28 May 03:18
Compare
Choose a tag to compare
  • 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

04 Feb 16:13
Compare
Choose a tag to compare

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

14 Jan 22:03
Compare
Choose a tag to compare

Fixed bug where removing all highlights from a site does not delete the data entry from non-volatile storage.

v2.0.5

23 Dec 23:00
66b8007
Compare
Choose a tag to compare
  • 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

22 Dec 04:37
Compare
Choose a tag to compare
  • 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