In My Pocket version history - 25 versions
In My Pocket by Pierre-Adrien Buisson
Be careful with old versions! These versions are displayed for testing and reference purposes.
You should always use the latest version of an add-on.
Latest version
Version 0.11.10
Released Jan 23, 2021 - 253.69 KBWorks with firefox 48.0 and laterFIX: error reporting code was itself generating errors. How ironic!Source code released under Mozilla Public License, version 2.0
Older versions
Version 0.11.9
Released Nov 7, 2020 - 253.68 KBWorks with firefox 48.0 and laterFIX: some configuration and cleanup required for a better understanding of the stacktrace that I get when errors happenedSource code released under Mozilla Public License, version 2.0
Version 0.11.8
Released Nov 5, 2020 - 253.59 KBWorks with firefox 48.0 and laterFIX: disable some bug report option (transaction trace) that have no interest for me, and deplete my bug report tool plan :)Source code released under Mozilla Public License, version 2.0
Version 0.11.7
Released Nov 4, 2020 - 265.01 KBWorks with firefox 48.0 and laterFEATURE: add an opt-in setting for automated bug reporting. This is disabled by default (no bug report will be sent unless you agree to) but if you want to help me understand what may not be working on your installations of the addon, then you can turn this new setting on!Source code released under Mozilla Public License, version 2.0
Version 0.11.6
Released Nov 1, 2020 - 170.59 KBWorks with firefox 48.0 and later- UPDATE: the websites favicon are now high-resolution! And also, they're fetched securely through HTTPS now. And they're not coming from Google anymore, but from DuckDuckGo instead!
- UPDATE: when you open the popup and the favorite status of an item has changed since last sync, it will immediately reflect in the popup (no need to close and reopen the popup anymore).
- UPDATE: only show the icon in the address bar once you're authenticated. If you're not authenticated, there's no need to show this.
- UPDATE: you can now select a page title or link in the item list, and copy-paste it if you will!
- FIX: when using a touch screen, clicking an item could open it multiple times. Well, thanks to a contribution by danielrozenberg), this has been fixed and is not a problem anymore! Thanks a lot for your help Daniel!
- FIX: remove blue outline that just appeared around the "search" field
Source code released under Mozilla Public License, version 2.0
Version 0.11.5
Released May 25, 2020 - 168.29 KBWorks with firefox 48.0 and later- UPDATE: the options page was always bright. Even if you were using a dark theme on your OS... and we don't like that! From now on, the addon "Preferences" page should respect the dark theme setting of your OS.
Source code released under Mozilla Public License, version 2.0
Version 0.11.4
Released May 2, 2020 - 168.2 KBWorks with firefox 48.0 and later- FIX: when coupling search and favoriting/unfavoriting items, you could sometimes have inconsistent highlighting of your favorite items, due to an incorrect way of caching the items. I updated the way I compute the cache key, and this problem is now fixed!
Source code released under Mozilla Public License, version 2.0
Version 0.11.3
Released Apr 26, 2020 - 165.17 KBWorks with firefox 48.0 and later- FIX: the first item of the list was still partially covered by an element preventing the click. It is now definitely fixed and can be clicked wherever you want to!
Source code released under Mozilla Public License, version 2.0
Version 0.11.2
Released Apr 26, 2020 - 165.18 KBWorks with firefox 48.0 and later- FIX: OK, I said I prevented middle-click / right-click to trigger the archive/delete/favorite actions in the popup list. But it also broke the "middle-click opens in a new tab" feature. All is back to normal!
- FIX: left-clicking an item would open it twice. But looks like you want to read your items only once 🙃
Source code released under Mozilla Public License, version 2.0
Version 0.11.1
Released Apr 26, 2020 - 166.27 KBWorks with firefox 48.0 and later- FIX: Woops, something went wrong! The first item of the list could not be clicked anymore. This should be fixed now!
Source code released under Mozilla Public License, version 2.0
Version 0.11.0
Released Apr 26, 2020 - 166.26 KBWorks with firefox 48.0 and laterWow it's been a long time since I've released a version of the addon! As a consequence, this new release is a big step, certainly one of the biggest since the addon was created. InMyPocket 0.11 is packed with several important features and improvements, a brand new icon, but also mechanisms that will help me build the next versions. Hope you'll enjoy all this! 💪
<br/>- DESIGN: here comes a new shining icon for the InMyPocket project, to get away from the original Pocket one. Hope you'll like it!
- FEATURE: you can now mark items as favorites ⭐️ They will be shown differently in the items list so that they stand out from the items list. Also, I've added a dedicated icon to the popup to show only favorite items from your list, or only not-favorite items. You can also type `is:faved` or `is:unfaved` in the search box to do the same!
- FEATURE: you can now save pages from Firefox reader mode & from the getpocket.com website, thanks to this (contribution from JJ, thanks a lot for your help!).
- FEATURE: you can now use right-click to add a bunch of tabs to your pocket list! If you select several tabs and right-click another tab, this one will get added to the pocket list. You'll need to select several tab and right-click one of them. This plays nicely with "close tab after adding to pocket" setting.
- FEATURE: a new automation completes the two existing ones 🤖! You can now set IMP to automatically close your tab when you mark the as read / delete it from your pocket list.
- UPDATE: the first time you fetch your Pocket list, max number of items was capped to 5,000 items due to API restrictions. From now on, subsequent requests will be made to make sure all your items are fetched (contribution from JJ, thank you for your help!).
- FIX: stop filtering on the protocols of the links, which is not visible in the UI and could therefore provide unexpected results. Searching for "ftp", will return links containing "ftp" in their title or url, and not the "ftp://" links.
- FIX: right-clicking the item actions in the popup should not trigger the actions. Well, it does not anymore!
Source code released under Mozilla Public License, version 2.0
Version 0.10.6
Released Jun 9, 2019 - 144.24 KBWorks with firefox 45.0 and later- FIX: fix middle-clicking and ctrl-clicking on popup items, that was not forcing new tab opening (contribution from JJ, thank you for your help!)
Source code released under Mozilla Public License, version 2.0
Version 0.10.5
Released Apr 13, 2019 - 144.12 KBWorks with firefox 45.0 and later- FEATURE: 2 new keyboard shortcuts are now available: "open first item" and "open random item", so that you can be even faster to get through your reading list! By default, Alt+F will open first item of the list, while Alt+R will open a random one. Go check the options page to customize them!
- FIX: if title is missing, don't display "null" as a title in the pocket list!
Source code released under Mozilla Public License, version 2.0
Version 0.10.4
Released Feb 18, 2019 - 140.27 KBWorks with firefox 45.0 and later- FEATURE: IMP now makes use of the badge on the toolbar icon to show that an action is in progress. This way, you'll know that something is actually happening when adding or removing items from your pocket list!
- FIX: On certain platforms, context menu with only one enabled entry was shown inside a submenu, which is not handy. On most recent browsers, context menus will now be hidden instead of disabled, so having one single entry ("Add to pocket") should not create a "In My Pocket" submenu anymore.
- FIX: Fixed an issue that could sometimes lead to inconsistency in items ordering
Source code released under Mozilla Public License, version 2.0
Version 0.10.3
Released Dec 22, 2018 - 139.33 KBWorks with firefox 45.0 and laterSETTINGS: the "disconnect account" link was previously triggering a confirmation dialog. Instead, use a confirmation link that only appears once you click the "Disconnect" link.Source code released under Mozilla Public License, version 2.0
Version 0.10.2
Released Oct 22, 2018 - 139.22 KBWorks with firefox 45.0 and laterFIX: keyboard shortcut to add new items was not working anymore if the setting "Show 'add to pocket' button in address bar" was disabled. Thanks a ton to Tyler for his help on this!Source code released under Mozilla Public License, version 2.0
Version 0.10.1
Released Oct 9, 2018 - 139.1 KBWorks with firefox 45.0 and laterFIX: middle-click on an item (usually opens the link in a new tab) was broken in 0.10.0. Fixed! Thanks to the kind users that noticed this and reported the issue :)Source code released under Mozilla Public License, version 2.0
Version 0.10.0
Released Oct 5, 2018 - 139.09 KBWorks with firefox 45.0 and later- FEATURE: right-click on a tab header will show the same context menus as right-click in a web page, with the same actions (Firefox 60+ only).
- FEATURE: you can now customise keyboard shortcuts on the settings page. Keyboard can be defined with Ctrl/Alt/Shift and a letter/digit/fkey (Firefox 60+ only).
- UPDATE: right-click actions are now properly enabled/disabled in all situations, no more incorrect states when right-clicking links, for instance (Firefox 60+ only).
- UPDATE: from now on, you'll notice a tiny notification when you first install InMyPocket. Clicking the notification will redirect you to the FAQ page of the support, for more details about the addon, answer to frequently asked questions, etc.
- FIX: the "Saved" notification on the settings page was sometimes not visible due to scrolling. It's now displayed just next to the updated settings so that it's always visible.
Source code released under Mozilla Public License, version 2.0
Version 0.9.4
Released Jun 27, 2018 - 158.3 KBWorks with firefox 45.0 and later- DESIGN: updated the addon icon, simpler and more modern!
- UPDATE: before authentication, a message is displayed at the bottom of the popup to explain why you need a pocket account and link to the pocket signup page
Source code released under Mozilla Public License, version 2.0
Version 0.9.3
Released May 24, 2018 - 156.24 KBWorks with firefox 45.0 and later- FIX: the "in my pocket" icon (in the address bar) was not visible in FF56 and older
- FIX: the popup user interface was broken when "In My Pocket" was pinned to the overflow menu. Several UI compnents could not be seen. The interface should now adapt correctly, even in the overflow menu.
Source code released under Mozilla Public License, version 2.0
Version 0.9.2
Released May 15, 2018 - 155.86 KBWorks with firefox 45.0 and later- FEATURE: a new keybard shortcut, to open the popup. Just hit Alt+Q and you'll be right there!
- FIX: the new "automatically close a tab when page is added to pocket" automation was not working when adding new items through the "+" button of the popup. Everything's now back to normal and the tab will be closed once added to your pocket!
- FIX: using keyboard shortcut to add a new page with several open windows resulted in unexpected behaviour (sometimes, tabs from an inactive window were added instead of the current tab of the active window).
Source code released under Mozilla Public License, version 2.0
Version 0.9.1
Released May 9, 2018 - 155.53 KBWorks with firefox 45.0 and laterFIX: the items list was not correctly sorted if pagination was disabled. This has been fixed, thanks to several users. Thanks for your help!Source code released under Mozilla Public License, version 2.0
Version 0.9.0
Released May 8, 2018 - 155.54 KBWorks with firefox 45.0 and later- FEATURE: automations! It's a feature long-awaited and requested by many users. Please note that automations are disabled by default, you'll need to turn them on in the settings interface first
- » Automation: automatically close the current tab when you add the page to your Pocket list (so that you don't need to manually close the tab).
- » Automation: automatically archive links opened from the popup (so that you don't need to manually archive the page once it's been read).
- FEATURE: in the popup interface, add a "clear current search" button inside the filter component to quickly reset the search filter (the button only appears if something has been typed in the filter component)
- UPDATE: errors happen. Sometimes you don't have an internet connection, sometimes Pocket might be unreachable. So far, the only error notification was shown at the bottom of the popup. From now on, in the toolbar, a red badge will flash when an error occurs so that you know something went wrong, even if the popup is closed.
- UPDATE: when archiving or deleting an item from the popup, the spinner now remains visible until the item is removed, even when you move the cursor around.
- DESIGN: changed the popup ribbon background to a more neutral colour than the previous "aqua/cyan" blue. It will have a more classical look but should be easier on the eyes :)
- DESIGN: refined the toolbar icon, and added light/dark versions to adjust to the default Firefox theme you're using.
- DESIGN: added icons to the context menu entries, instead of the previous (ugly) characters that were used.
Source code released under Mozilla Public License, version 2.0
Version 0.8.1
Released Feb 20, 2018 - 126.4 KBWorks with firefox 45.0 and later- FIX: it was not possible anymore to right-click a link and "add it to pocket" if current page was already in the pocket list. This is now fixed!
Source code released under Mozilla Public License, version 2.0
Version 0.8.0
Released Jan 31, 2018 - 125.83 KBWorks with firefox 45.0 and later- FEATURE: here they are: favicons! The item list now displays the website favicon on the left. It makes items much easier to recognize and the list easier to scan (contribution from Pavel Gavlík, thank you so much for your help!).
- FEATURE: from now on, you'll notice a tiny notification when you update InMyPocket. This will make it much easier for me to notify you of new features, so that you don't miss important stuff.
- UPDATE: pagination gets a little easier with a page selector instead of just next/previous links. Say you have 25 page and need to go to page 14? That's not a problem anymore thanks to this new contribution from bobi32.
- UPDATE: pagination also gets more clever. Now, when you remove an item from the current page and there are other items on the next page, then the next items is added at the bottom of the page. No more ever-shrinking page!
- UPDATE: settings interface now has a green indicator displayed everytime a setting is changed and saved. It was not so obvious before.
- UPDATE: ctrl-click behaviour has been refined. If you ctrl-click a link, it will always open in a new tab, no matter which setting you have for "open link in a new tab". This setting is still in use if you left-click your items though.
- FIX/SETTINGS: pagination was disabled by default, which led to issue on 1st install for users with lots of items. From now on, default for new installs will be "paginate with 50 items per page".
Source code released under Mozilla Public License, version 2.0