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.12.24
Released Nov 15, 2024 - 318.01 KBWorks with firefox 62.0 and later- CHORE: trying, yet again, to reduce the number of items asked to pocket during the initial sync, to at least temporarily mitigate the sync issue multiple users have been facing recently.
Source code released under Mozilla Public License 2.0
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 0.12.23
Released Nov 11, 2024 - 328.2 KBWorks with firefox 62.0 and later- CHORE: yet another tweak to the error reporting for HTTP errors.
- DESIGN: fix the position of the warning message in the popup.
Source code released under Mozilla Public License 2.0
Version 0.12.22
Released Nov 11, 2024 - 327.96 KBWorks with firefox 62.0 and later- CHORE: succesful Pocket API responses can sometimes come with error HTTP headers. In that case, I now process them like failed responses, triggering error report, logging and feedback to the UI.
- CHORE: succesful responses sometimes contain `error` attribute: log it if it happens.
Source code released under Mozilla Public License 2.0
Version 0.12.21
Released Nov 8, 2024 - 327.31 KBWorks with firefox 62.0 and later- CHORE: I'm still trying to identify the synchronization issue encountered by some users. I suspect a Pocket API change, so here is more error reporting code around synchronization to try and confirm this hypothesis.
Source code released under Mozilla Public License 2.0
Version 0.12.20
Released Nov 7, 2024 - 343.4 KBWorks with firefox 62.0 and later- CHORE: yet another attempt to improve error reporting for failing HTTP requests. Trying to make them easier to group and identify.
- CHORE: relax the rules around alternative URL and improve reporting around this portion of the code.
- PERFS: try to improve long items lists rendering time. The browser should be smart enough to figure out what needs to be rendered, and avoid rendering the whole list all at once.
- PERFS: reduce the size of each items batch we ask Pocket during the initial account sync, as there seem to be performances issues lately and the initial sync often times out. That could at least mitigate this problem.
Source code released under Mozilla Public License 2.0
Version 0.12.19
Released Oct 30, 2024 - 326.13 KBWorks with firefox 62.0 and laterCHORE: try to improve error reporting for failing HTTP requests and JSON parsing. Trying to make them easier to group and identify with more context attached to them.Source code released under Mozilla Public License 2.0
Version 0.12.18
Released Oct 29, 2024 - 325.66 KBWorks with firefox 62.0 and later- UPDATE:show a dedicated waiting screen as long as the initial items sync has not completed, instead of the current misleading "No items match this search" message
- CHORE: improve warnings and error handling in HTTP requests. They were sometimes lacking in details, which made debugging harder when needed.
Source code released under Mozilla Public License 2.0
Version 0.12.17
Released Jul 28, 2024 - 325.15 KBWorks with firefox 62.0 and laterFIX: fix the behaviour of "close when added" and "close when read" automations that were broken during 0.12.14 and 0.12.15 refactoringsSource code released under Mozilla Public License 2.0
Version 0.12.16
Released Jul 28, 2024 - 324.59 KBWorks with firefox 62.0 and later- CHORE: normalize source file paths in error reporting to provide better and easier grouping of similar error reports.
- CHORE: fix a few technical errors currently cluttering my error reports.
Source code released under Mozilla Public License 2.0
Version 0.12.15
Released Jul 23, 2024 - 320.05 KBWorks with firefox 58.0 and laterFIX: version 0.12.14 allowed me to identify the occasional new behaviour of the "add" Pocket API. Not sure why and when it happens, but for now I'm just trying to hotfix this 🤞Source code released under Mozilla Public License 2.0
Version 0.12.14
Released Jul 23, 2024 - 319.99 KBWorks with firefox 58.0 and later- CHORE: improve error reporting around the "close tab when added" and "close tab when read" features.
- CHORE: improve error reporting around the "add a new item" feature. Something is wrong/unusual in the responses sent by the Pocket API, but it is still hard to correctly diagnose.
Source code released under Mozilla Public License 2.0
Version 0.12.13
Released Jul 23, 2024 - 319.74 KBWorks with firefox 58.0 and laterCHORE: the error reporting code that I added in 0.12.12 was never triggered. I suspect it's too far down, moved it as early as I could to ensure it would be triggered before any other error prevent it.Source code released under Mozilla Public License 2.0
Version 0.12.12
Released Jul 22, 2024 - 319.73 KBWorks with firefox 58.0 and laterCHORE: some users are facing issues when trying to add an item. I'm adding more precise debugging around these actions to try and pinpoint this new problem.Source code released under Mozilla Public License 2.0
Version 0.12.11
Released Jul 21, 2024 - 319.03 KBWorks with firefox 58.0 and laterFIX: some users have had unusual synchronization behaviour, where old items started to appear in their items list. I may have found the root cause for this issue and am trying to mitigate the issue with this new version, while waiting for some feedback from the Pocket API team.Source code released under Mozilla Public License 2.0
Version 0.12.10
Released Jul 21, 2024 - 319.02 KBWorks with firefox 58.0 and later- UPDATE: in the popup actions at the very top, move the "Refresh list" icon to the left, next to the settings icon. This action is not an action users are supposed to use on a regular basis, and having it right in the middle of other daily actions (such as "add new item" or "pick random item") made it too easy to click on this by mistake.
- FIX: adding a new item sometimes errored due to unknown reasons. I added better error reporting around that function and made it a bit more resilient to unexpected cases.
- CHORE: re-enable more advanced error reporting feature that will allow me to better pinpoint performance problems. As always, these performances reports are only sent if the error reporting setting is enabled.
Source code released under Mozilla Public License 2.0
Version 0.12.9
Released Jul 21, 2024 - 290.98 KBWorks with firefox 58.0 and laterFIX: the error reporting code added to the synchronization step was mistakenly reporting correct cases.Source code released under Mozilla Public License 2.0
Version 0.12.8
Released Jul 20, 2024 - 290.97 KBWorks with firefox 58.0 and later- CHORE: make synchronization code hopefully a bit more solid than it was
- FIX: add more debugging information during the synchronization step for more accurate error identification.
- FIX: fix the integration of the error reporting tool I'm using. It wasn't reporting anything anymore.
Source code released under Mozilla Public License 2.0
Version 0.12.7
Released May 23, 2024 - 516.5 KBWorks with firefox 56.0 and later- FIX: settings were sometimes not respected due to some caching issues. Disabled this caching to avoid this kind of bugs. Known bugs: disabling/enabling badge count, disabling/enabling automations, but this is surely the case for almost any configuration option.
Source code released under Mozilla Public License 2.0
Version 0.12.6
Released Mar 3, 2024 - 503.44 KBWorks with firefox 56.0 and later- FIX: ensuring that entering the edition mode on an item does not alter the item height in the list. The list aspect should now remain more stable when editing an item
Source code released under Mozilla Public License 2.0
Version 0.12.5
Released Dec 27, 2023 - 465.91 KBWorks with firefox 56.0 and later- UPDATE: improved the way my bug tracking tool differentiates user, to help me figure out better how many users are impacted by a bug
Source code released under Mozilla Public License 2.0
Version 0.12.4
Released Dec 26, 2023 - 465.63 KBWorks with firefox 56.0 and later- FIX: improved address bar icon highlighting on the getpocket site
- PERFS: make link opening faster (contribution from eight04, thank you!).
- FIX: this perf improvements ensure opening random items will always happen in the correct tab
- FIX: during the authentication flow, close the addon popup after clicking on "Authenticate"
Source code released under Mozilla Public License 2.0
Version 0.12.3
Released Nov 20, 2022 - 272.6 KBWorks with firefox 56.0 and later- FIX: when clicking the "+" icon in the popup, the item you just added was not added to the list right away. It's now fixed! Thanks for your bug reports that allowed me to spot this one 🙌
- FIX: sometimes, working with items tags was crashing because of an unknown tags value. This is now correclty handled and you should experience fewer problems with tag management.
Source code released under Mozilla Public License 2.0
Version 0.12.2
Released Oct 28, 2022 - 272.42 KBWorks with firefox 48.0 and later- ⚡️ UPDATE: a new keyboard shortcut allows you to open the Pocket list in the sidebar. By default, it's set to Alt+Shift+Q, but feel free to update it with your favorite keyboard shortcut!
- 🐛 FIX: archiving or deleting the current page item was leaving some (ugly) free space at the top of the items list. Nomore!
- 🚅 PERFS: only send an update request to Pocket API when the item has actually been modified
Source code released under Mozilla Public License 2.0
Version 0.12.1
Released Sep 1, 2021 - 265.34 KBWorks with firefox 48.0 and later- 🐛 FIX: using Firefox 82 or earlier versions, the right part of the popup content was not visible (and therefore, action buttons in the item list could not be seen and used at all). This has been fixed. Thanks a lot to all the fantastic users who took the time to report this problem to me and helped me understand the problem :)
Source code released under Mozilla Public License 2.0
Version 0.12.0
Released Aug 29, 2021 - 265.34 KBWorks with firefox 48.0 and laterIt's been such a long time that I've not released a significant version of InMyPocket! Turns out that for this one, I had major features to implement, such as the (long awaited) tags support, or preparing for a Chrome version (see release notes below for more details). I've spent about 50 to 60 hours working on this, have been testing and iterating for a few weeks now, and I really like the result. I hope you'll like it too! I think tags support will clearly be a gamechanger 💪
- 🚀 FEATURE: you've been asking for this feature for a very long time, it was a lot of work implementing this right, but here they finally are: tags! You can see them in your items list, and can update them when editing an item. More updates related to tags in the next versions!
- 🚀 FEATURE: if the current page you're reading is in your Pocket list, this item will now be pinned at the top of the items list, making it much easier to interact with it.
- 🚀 FEATURE: see this new "pencil" action icon in the items list? It means you can now edit items title and tags right from the popup!
- 🚀 FEATURE: since version 66 released in March 2019, Firefox provides a dedicated user interface to manage keyboard shortcuts for your addons. I was previously maintaining custom code for this, and had to deal with custom bugs it generated. As of now, keyboard shortcuts will have to be handled through Firefox dedicated page. Have a look at Mozilla Support: Manage extension shortcuts in Firefox for more details
- 🚀 FEATURE: InMyPocket now has a sidebar mode! You'll find InMyPocket in the addons list in the sidebar, and can now browse while keeping your pocket list conveniently displayed at all times!
- 🐛 FIX: "close tab when mark as read" automation was actually not closing the tab if item was displayed in reader mode or in the getpocket.com webapp.
- 🚅 PERFS: improve performances for items list building
- ⚡️ UPDATE: account for the new getpocket.com reader URL format
Source code released under Mozilla Public License 2.0