Skip to content

Tags: Pocket/extension-save-to-pocket

Tags

safari-swift-extension

Toggle safari-swift-extension's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #221 from Pocket/fix/rec-query-params

3.0.4.0

Toggle 3.0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/3.0.4.0 (Addendum) - Fix Fallback Reccomendation URL (#51)

This keeps falling out with combined merges for some reason (oversite most likely)... so this is a dedicated PR just for this specific fix.

3.0.3.0

Toggle 3.0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.0.3.0 - Asimov - Foundation and Empire (#46)

## 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

Toggle 3.0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/3.0.2.1 Asimov - Forward the Foundation (#44)

## Change Log

### Fixes
- Fixed close panel not firing due to comment oversight

3.0.2.0

Toggle 3.0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating Manifest to 3.0.2.0 (#41)

## Changelog

## Todos:
- [x] Update Manifest to 3.0.2.0
- [x] Compose Changelog

## Change Log

### Improvements
- Added sponsored content header for more clarity
- Added sponsored content actions (click, hide, about, hide all)

### Fixes
- Updated recommendations header to avoid misconstruing endorsement
- Updated Analytics for recommendation clicks

3.0.1.0

Toggle 3.0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release: Asimov - Foundation (3.0.1.0) (#38)

3.0.0.12

Toggle 3.0.0.12's commit message
Updating Manifest to 3.0.0.12

3.0.0.11

Toggle 3.0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 3.0.0.11 (#32)

## 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`

3.0.0.10

Toggle 3.0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Manifest version to properly reflect release (#28)

3.0.0.9

Toggle 3.0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add/site integration (#26)

* Updating site integrations

Adding Twitter integration
Removing Reddit
Removing Hacker News

* Fixing Twitter integration

Twitter integration was not respecting the users settings.  This performs a check at twitter launch.  Future versions will create a signal/response