Додатки браузера Firefox
  • Розширення
  • Теми
    • для Firefox
    • Словники та локалізації
    • Інші сайти браузера
    • Додатки для Android
Увійти
Піктограма додатка

Історія версій In My Pocket - 25 версій

In My Pocket автор Pierre-Adrien Buisson

Оцінка 4,7 з 5
Оцінка 4,7 з 5
5
323
4
62
3
16
2
7
1
6
Історія версій In My Pocket - 25 версій
  • Будьте обачні із застарілими версіями! Ці версії показано лише з метою тестування й довідки.Вам слід завжди використовувати найновішу версію додатка.

  • Найновіша версія

    Версія 0.12.26

    Випущено 14 квіт 2025 р. - 502,8 КБ
    Працює з firefox 62.0 і новіше
    <ul>
    <li><b>FIX:</b> in some rare cases, saved items may be missing a URL. This version ensures the items search keeps working and does not crash when this happens. </li>
    </ul>

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Для використання цього розширення вам потрібен Firefox
    Завантажити Firefox та отримати розширення
    Завантажити файл
  • Попередні версії

    Версія 0.12.25

    Випущено 24 лист 2024 р. - 318 КБ
    Працює з firefox 62.0 і новіше
    • 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. Now reducing to 200 items/page in the sync.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.24

    Випущено 15 лист 2024 р. - 318,01 КБ
    Працює з firefox 62.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.23

    Випущено 11 лист 2024 р. - 328,2 КБ
    Працює з firefox 62.0 і новіше
    • CHORE: yet another tweak to the error reporting for HTTP errors.
    • DESIGN: fix the position of the warning message in the popup.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.22

    Випущено 11 лист 2024 р. - 327,96 КБ
    Працює з firefox 62.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.21

    Випущено 8 лист 2024 р. - 327,31 КБ
    Працює з firefox 62.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.20

    Випущено 7 лист 2024 р. - 343,4 КБ
    Працює з firefox 62.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.19

    Випущено 30 жовт 2024 р. - 326,13 КБ
    Працює з firefox 62.0 і новіше
    CHORE: 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.18

    Випущено 29 жовт 2024 р. - 325,66 КБ
    Працює з firefox 62.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.17

    Випущено 28 лип 2024 р. - 325,15 КБ
    Працює з firefox 62.0 і новіше
    FIX: fix the behaviour of "close when added" and "close when read" automations that were broken during 0.12.14 and 0.12.15 refactorings

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.16

    Випущено 28 лип 2024 р. - 324,59 КБ
    Працює з firefox 62.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.15

    Випущено 23 лип 2024 р. - 320,05 КБ
    Працює з firefox 58.0 і новіше
    FIX: 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 🤞

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.14

    Випущено 23 лип 2024 р. - 319,99 КБ
    Працює з firefox 58.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.13

    Випущено 23 лип 2024 р. - 319,74 КБ
    Працює з firefox 58.0 і новіше
    CHORE: 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.12

    Випущено 22 лип 2024 р. - 319,73 КБ
    Працює з firefox 58.0 і новіше
    CHORE: 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.11

    Випущено 21 лип 2024 р. - 319,03 КБ
    Працює з firefox 58.0 і новіше
    FIX: 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.10

    Випущено 21 лип 2024 р. - 319,02 КБ
    Працює з firefox 58.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.9

    Випущено 21 лип 2024 р. - 290,98 КБ
    Працює з firefox 58.0 і новіше
    FIX: the error reporting code added to the synchronization step was mistakenly reporting correct cases.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.8

    Випущено 20 лип 2024 р. - 290,97 КБ
    Працює з firefox 58.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.7

    Випущено 23 трав 2024 р. - 516,5 КБ
    Працює з firefox 56.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.6

    Випущено 3 бер 2024 р. - 503,44 КБ
    Працює з firefox 56.0 і новіше
    • 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

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.5

    Випущено 27 груд 2023 р. - 465,91 КБ
    Працює з firefox 56.0 і новіше
    • UPDATE: improved the way my bug tracking tool differentiates user, to help me figure out better how many users are impacted by a bug

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.4

    Випущено 26 груд 2023 р. - 465,63 КБ
    Працює з firefox 56.0 і новіше
    • 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"

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.3

    Випущено 20 лист 2022 р. - 272,6 КБ
    Працює з firefox 56.0 і новіше
    • 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.

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
  • Версія 0.12.2

    Випущено 28 жовт 2022 р. - 272,42 КБ
    Працює з firefox 48.0 і новіше
    • ⚡️ 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

    Програмний код випущено на умовах Громадська ліцензія Mozilla 2.0

    Завантажити файл
Перейти на домівку Mozilla

Додатки

  • Про
  • Блог додатків Firefox
  • Семінар з розширень
  • Центр розробника
  • Політики розробників
  • Блог спільноти
  • Форум
  • Повідомити про помилку
  • Настанови з написання відгуків

Браузери

  • Desktop
  • Mobile
  • Enterprise

Продукти

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Приватність
  • Файли cookie
  • Правові положення

За винятком випадків зазначених тут, вміст цього сайту ліцензовано на умовах ліцензії Creative Commons Attribution Share-Alike License v3.0, або будь-якою новішою версією.