Firefox Browser Eklentileri
  • Uzantılar
  • Temalar
    • Firefox için
    • Sözlükler ve dil paketleri
    • Diğer tarayıcı siteleri
    • Android eklentileri
Giriş
Eklenti simgesi

todoist-shortcuts sürüm geçmişi - 25 sürüm

todoist-shortcuts geliştiren: Michael Sloan

5 üzerinden 4,9 puan
5 üzerinden 4,9 puan
5
14
4
1
3
0
2
0
1
0
todoist-shortcuts sürüm geçmişi - 25 sürüm
  • Eski sürümlere dikkat edin! Bu sürümler yalnızca test veya referans amacıyla sunulmaktadır.Her zaman eklentilerin son sürümlerini kullanmalısınız.

  • Son sürüm

    Sürüm 202

    2 Şub 2025 tarihinde çıktı - 66,85 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 202

    * New `>` shortcut for deadline now defocuses the text input so that
    scheduler shortcuts can be used.

    * Brings back support for `m` in scheduler for "Next month".

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Bu uzantıyı kullanmak için Firefox’a ihtiyacınız var
    Firefox’u indir ve uzantıyı yükle
    Dosyayı indir
  • Eski sürümler

    Sürüm 201

    2 Şub 2025 tarihinde çıktı - 66,81 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 201

    * Adds `>` shortcut for opening current task's deadline editor. See
    [#274][].

    [#274]: https://github.com/mgsloan/todoist-shortcuts/issues/274

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 200

    16 Eyl 2024 tarihinde çıktı - 66,74 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 200

    * Fixes `shift+g` shortcut for switching between upcoming and project
    view while keeping the same task selected.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 199

    26 Tem 2024 tarihinde çıktı - 66,83 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 199

    * Fixes `v` shortcut (move to project) when there's no selection

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 198

    7 Nis 2024 tarihinde çıktı - 66,81 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 198

    * Makes bulk task selection async due to slowdown in Todoist. For some
    reason selecting a task is now slow, so it would take multiple seconds
    after `* a` for all of them to be selected. Doing the selections
    asynchronously makes it clear that the keyboard shortcut did
    something.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 197

    6 Nis 2024 tarihinde çıktı - 66,8 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 197

    * Fixes `/` and `f` shortcuts for search.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 196

    22 Mar 2024 tarihinde çıktı - 66,79 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 196

    * Removes bulk move (`* v`) and bulk reschedule (`* t`) as these were
    quite broken - caused browser tab to freeze. Fix was nontrivial so
    instead removing this feature.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 195

    10 Mar 2024 tarihinde çıktı - 68,32 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 195

    ### Fixes ###

    * Todoist added some UI that overlaps with the task view, causing
    cursoring up to not properly scroll tasks into view. This scrolling
    behavior is now fixed.

    * Fixes `escape` to close task view modal. See [#269][].

    [#269]: https://github.com/mgsloan/todoist-shortcuts/issues/269

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 194

    15 Oca 2024 tarihinde çıktı - 68,26 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 194

    ### Fixes ###

    * Fixes undo shortcuts by simulating press of Todoist's native undo
    shortcut.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 193

    6 Oca 2024 tarihinde çıktı - 68,43 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 193

    ### Fixes ###

    * Fixes functioning in Firefox. Probably broken by manifest v3 change?
    See [#267][].

    [#267]: https://github.com/mgsloan/todoist-shortcuts/issues/267

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 192

    30 Ara 2023 tarihinde çıktı - 68,42 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 192

    ### Fixes ###

    * Fixes clicking on buttons from the "more actions" menu on a single
    task. Fixes common shortcuts like `v` (move), `e` or `#` (delete),
    etc.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 191

    24 Ara 2023 tarihinde çıktı - 68,47 KB
    firefox 109.0 ve üstü ile çalışır
    ## Version 191

    ### Fixes ###

    * Fixes add task "q" shortcut - broken by Todoist's use of HTML DOM
    becoming more obfuscated. Probably now only works for English. See
    [#266][].

    ### Enhancements ###

    * Adds `enter` keybinding for editing the task text in task view. See
    [#265][]

    * Adds support for filters&labels view in navigation mode, thanks for
    a contribution from [adamleerich][] - see [#262][]

    * Updates to extension manifest v3

    [#262]: https://github.com/mgsloan/todoist-shortcuts/issues/262
    [#265]: https://github.com/mgsloan/todoist-shortcuts/issues/265
    [#266]: https://github.com/mgsloan/todoist-shortcuts/issues/266

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 190

    11 Ara 2023 tarihinde çıktı - 68,28 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 190

    ### Fixes ###

    * Fixes shortcuts that involve opening context menus. See [#263] and [#264]

    [#263]: https://github.com/mgsloan/todoist-shortcuts/issues/263
    [#264]: https://github.com/mgsloan/todoist-shortcuts/issues/264

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 189

    21 Kas 2023 tarihinde çıktı - 68,3 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 189

    ### Fixes ###

    * Fixes `g` scrolling in navigation mode (space bar / up+down arrows)

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 188

    12 Kas 2023 tarihinde çıktı - 68,24 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 188

    ### Fixes ###

    * Fixes `t` schedulre binding for scheduling tomorrow, broken by
    removal of that option in Todoist

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 187

    12 Kas 2023 tarihinde çıktı - 68,27 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 187

    ### Fixes ###

    * Fixes `g` left hand navigation in Firefox. See [#259][].

    [#259]: https://github.com/mgsloan/todoist-shortcuts/issues/259

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 186

    11 Kas 2023 tarihinde çıktı - 68,21 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 186

    ### Fixes ###

    * Fixes adding left hand space for navigation hints with the most
    recent version of the new UI design.

    ### Enhancements ###

    * Uses `q` and `/` for hints on Add task / Search items in navigation
    mode, to match typical shortcuts.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 185

    4 Kas 2023 tarihinde çıktı - 68,19 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 185

    ### Fixes ###

    * Fixes `q` quick-add with new UI layout (experimental). Unfortunately
    Todoist seems to no longer be using semantic attributes and so this
    fix probably only works with the english version of Todoist

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 183

    22 Eki 2023 tarihinde çıktı - 68,25 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 183

    ### Fixes ###

    * Fixes `g` navigate shortcut opening of left sidebar.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 182

    17 Eki 2023 tarihinde çıktı - 68,12 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 182

    ### Fixes ###

    * Fixes `q` quick-add shortcut with new UI design.

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 181

    17 Eki 2023 tarihinde çıktı - 68,12 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 181

    ### Fixes ###

    * Fixes functioning with new UI design (only currently on if you
    enable "Experimental features" in advanced settings). See [#254][].

    ### Enhancements ###

    * Notifies user of a couple known breakages - sorting and popup
    closing bindings.

    [#254]: https://github.com/mgsloan/todoist-shortcuts/issues/254

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 180

    24 Eyl 2023 tarihinde çıktı - 67,55 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 180

    ### Fixes ###

    * Fixes `/` / `f` keybinding for opening search. See [#251][].

    * Has `j` / `k` / `up` / `down` keys do nothing in scheduler
    mode. Previously they would cause the scheduler to get duplicates
    for unknown reasons. See [#252][].

    ### Enhancements ###

    * Adds `taskViewActivity` function (but no keybinding) for opening
    activity from task view. See [#247][].

    [#251]: https://github.com/mgsloan/todoist-shortcuts/issues/251
    [#252]: https://github.com/mgsloan/todoist-shortcuts/issues/252
    [#247]: https://github.com/mgsloan/todoist-shortcuts/issues/247

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 179

    13 Eyl 2023 tarihinde çıktı - 67,48 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 179

    ### Fixes ###

    * Fixes `t` shortcut to open scheduler without the text input
    focused. It was behaving the same as `T` and selecting the scheduler
    text.

    * Fixes display of navigation hints. See [#250][].

    * Minor enhancement to the appearance of navigation hints

    [#250]: https://github.com/mgsloan/todoist-shortcuts/issues/250

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 178

    14 Haz 2023 tarihinde çıktı - 67,57 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 178

    ### Fixes ###

    * Fixes undo keyboard shortcut. Unfortunately, Todoist's DOM for this
    is quite obtuse now, and so now the undo shortcut may also click
    some other buttons, but I think these are benign clicks (like
    opening a task after creating it). See [#243][]

    * Fixes expand / collapse shortcuts due to changes in Todoist DOM. See
    [#244][].

    [#243]: https://github.com/mgsloan/todoist-shortcuts/issues/243
    [#244]: https://github.com/mgsloan/todoist-shortcuts/issues/244

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
  • Sürüm 176

    26 Şub 2023 tarihinde çıktı - 67,18 KB
    firefox 57.0 ve üstü ile çalışır
    ## Version 176

    ### Enhancements ###

    * Changes `shift+p` to instead open current project left nav menu.

    * Adds `w` keybinding, matching the native shortcut, to open the
    current view's "more actions" menu.

    ### Fixes ###

    * Fixes `!` keybinding for opening notifications.


    ## Version 175

    ### Enhancements ###

    * Adds `shift+p` shortcut for adding a project above current
    project. Thanks to contribution from [@kory-smith][] in [#240][]!

    ### Fixes ###

    * Undo (`u`) seems to no longer work by simulating a keypress of
    Todoist's native shortcut, so switched back to pressing the button
    in the UI. The downside of this is that it doesn't work after the
    undo button disappears.

    [#240]: https://github.com/mgsloan/todoist-shortcuts/issues/240
    [@kory-smith]: https://github.com/kory-smith

    Kaynak kodu MIT Lisansı lisansıyla yayımlandı

    Dosyayı indir
Mozilla'nın ana sayfasına gidin

Eklentiler

  • Hakkında
  • Firefox Eklentileri Blogu
  • Uzantı Atölyesi
  • Geliştirici Merkezi
  • Geliştirici Politikaları
  • Topluluk Blogu
  • Forum
  • Hata bildir
  • İnceleme rehberi

Tarayıcılar

  • Desktop
  • Mobile
  • Enterprise

Ürünler

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Gizlilik
  • Çerezler
  • Hukuki Bilgiler

Aksi belirtilmedikçe bu sitedeki içerikler Creative Commons Attribution Share-Alike Lisansı v3.0 veya daha yeni sürümüyle lisanslanmıştır.