Skip to content

Releases: Pocket/extension-save-to-pocket

3.0.3.0 - Asimov

10 Apr 18:48
c2e3f4c
Compare
Choose a tag to compare

Forward and Empire (3.0.3.0)

Change Log

Fixes

  • Spoc display changed to show resolved url
  • Retrieving and adding extensionId prior to initializing store
  • Adding additional checks to fetchStored tags

3.0.2.1 - Asimov

26 Mar 17:13
438529b
Compare
Choose a tag to compare

Forward the Foundation (3.0.2.1) - Hotfix

Change Log

Fixes

  • Remove commenting out closePanel code

3.0.2.0 - Asimov

22 Mar 21:27
cc447fc
Compare
Choose a tag to compare

Forward the Foundation - 3.0.2.0

Change Log

Improvements

  • Added sponsored content header for more clarity
  • Added sponsored content actions (click, hide, about, hide all)

Fixes

  • Limit recommendations to only English language browsers for the time being
  • Updated recommendations header to avoid misconstruing endorsement
  • Updated Analytics for recommendation clicks

3.0.1.0 - Asimov

13 Mar 21:37
9d17c11
Compare
Choose a tag to compare

Foundation - 3.0.1.0

Change Log

Improvements

  • Add check for system pages (chrome://extension) and avoid attempting to save them
  • Add Swap tabs functionality to avoid zombie tab references
  • Changed tab status caching so everything is keyed on the tab as opposed to the save hash. This keeps the state cleaner.

Fixes

  • Fixed Zombie Tags on subsequent page saves
  • Fixed Zombie Recs on subsequent page saves
  • Fixed Tab messaging so frame updates are sent to active tab as opposed to all tabs (which was creating the slowdown with high volume tabs)

Cleanup

  • Removed Save Hashing since we are not persisting saves

Improved tab storage and tagging bug fixes

13 Feb 21:16
78e77ba
Compare
Choose a tag to compare

Change Log

Improvements

  • Eliminate pre-emptive tab storage (#30)
    • Tabs would be marked as ready after being loaded. This had the potential to cause high memory consumption on a user with a great many tabs open. This is being switched to a less aggressive version where we only test readiness on a save request.

Fixes

  • Fix/autocomplete trigger (#29)
    • Updating Enter check for highlightedIndex
    • Fix autocomplete now shows on first letter input
    • Updating tag storage to utilize existing tags
      • This add the existing tags to the stored_tags and removes the tags from the local storage. Basically just changing the key for stored tags.
    • Fixing close panel on double enter - Removed the delay in close on double enter.
    • Updating typeahead open trigger to include result check
  • Fix/item tag association (#31)
    • Updating how the save data is being built - On certain sites the data returned from the server is not a complete set. This updates the object with cascading selection of data.
    • Update tag syncing
      1. Grabbing the current tab info prior to yielding the delay to avoid invalidating the tag save process
      2. Updating the API to send item_id as opposed to url

Twitter Integration

09 Feb 21:47
76bb448
Compare
Choose a tag to compare

Adding Twitter integration to the extension as a fast follow.

Initial 3.0 Production Release

09 Feb 21:46
789ad37
Compare
Choose a tag to compare

Flipping the switch from old codebase to new on the chrome store.

Moving to on-demand content scripts

09 Feb 21:48
0004da2
Compare
Choose a tag to compare

Removing the persistent injection on every page in favor of an on demand injection once the user interacts with the browser action or context action.