Extensões do Navegador Firefox
  • Extensões
  • Temas
    • Firefox
    • Dicionários e Pacotes de Idioma
    • Outros navegadores
    • Extensões para Android
Entrar
Ícone da extensão

Histórico de versões do todoist-shortcuts - 25 versões

todoist-shortcuts por Michael Sloan

Avaliado em 4,9 de 5
4,9 de 5 estrelas
5
14
4
1
3
0
2
0
1
0
Histórico de versões do todoist-shortcuts - 25 versões
  • Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.

  • Versão mais recente

    Versão 203

    Lançado em 6 de jul de 2025 - 66,03 KB
    Funciona em firefox 109.0 em diante
    Version 203
    • Fixed a bunch of brokenness related to Todoist no longer making
      immediate UI changes for mouse clicks. Probably imperfect.
    • Fixed issues with it sometimes not initializing.
    • Removed support for sorting, as the UI for that totally changed and
      so a new implementation would need to be written. See #272.

    Código fonte publicado sob Licença MIT

    Você precisa do Firefox para usar esta extensão
    Baixe o Firefox e instale a extensão
    Baixar arquivo
  • Versões mais antigas

    Versão 202

    Lançado em 2 de fev de 2025 - 66,85 KB
    Funciona em firefox 109.0 em diante
    ## 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".

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 201

    Lançado em 2 de fev de 2025 - 66,81 KB
    Funciona em firefox 109.0 em diante
    ## Version 201

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

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 200

    Lançado em 16 de set de 2024 - 66,74 KB
    Funciona em firefox 109.0 em diante
    ## Version 200

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 199

    Lançado em 26 de jul de 2024 - 66,83 KB
    Funciona em firefox 109.0 em diante
    ## Version 199

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 198

    Lançado em 7 de abr de 2024 - 66,81 KB
    Funciona em firefox 109.0 em diante
    ## 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 197

    Lançado em 6 de abr de 2024 - 66,8 KB
    Funciona em firefox 109.0 em diante
    ## Version 197

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 196

    Lançado em 22 de mar de 2024 - 66,79 KB
    Funciona em firefox 109.0 em diante
    ## 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 195

    Lançado em 10 de mar de 2024 - 68,32 KB
    Funciona em firefox 109.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 194

    Lançado em 15 de jan de 2024 - 68,26 KB
    Funciona em firefox 109.0 em diante
    ## Version 194

    ### Fixes ###

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 193

    Lançado em 6 de jan de 2024 - 68,43 KB
    Funciona em firefox 109.0 em diante
    ## Version 193

    ### Fixes ###

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

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 192

    Lançado em 30 de dez de 2023 - 68,42 KB
    Funciona em firefox 109.0 em diante
    ## 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 191

    Lançado em 24 de dez de 2023 - 68,47 KB
    Funciona em firefox 109.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 190

    Lançado em 11 de dez de 2023 - 68,28 KB
    Funciona em firefox 57.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 189

    Lançado em 21 de nov de 2023 - 68,3 KB
    Funciona em firefox 57.0 em diante
    ## Version 189

    ### Fixes ###

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 188

    Lançado em 12 de nov de 2023 - 68,24 KB
    Funciona em firefox 57.0 em diante
    ## Version 188

    ### Fixes ###

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 187

    Lançado em 12 de nov de 2023 - 68,27 KB
    Funciona em firefox 57.0 em diante
    ## Version 187

    ### Fixes ###

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

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 186

    Lançado em 11 de nov de 2023 - 68,21 KB
    Funciona em firefox 57.0 em diante
    ## 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 185

    Lançado em 4 de nov de 2023 - 68,19 KB
    Funciona em firefox 57.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 183

    Lançado em 22 de out de 2023 - 68,25 KB
    Funciona em firefox 57.0 em diante
    ## Version 183

    ### Fixes ###

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 182

    Lançado em 17 de out de 2023 - 68,12 KB
    Funciona em firefox 57.0 em diante
    ## Version 182

    ### Fixes ###

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 181

    Lançado em 17 de out de 2023 - 68,12 KB
    Funciona em firefox 57.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 180

    Lançado em 24 de set de 2023 - 67,55 KB
    Funciona em firefox 57.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 179

    Lançado em 13 de set de 2023 - 67,48 KB
    Funciona em firefox 57.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 178

    Lançado em 14 de jun de 2023 - 67,57 KB
    Funciona em firefox 57.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
Ir para a página inicial da Mozilla

Extensões

  • Sobre
  • Blog de extensões do Firefox
  • Workshop de extensões
  • Central do desenvolvedor
  • Diretivas do desenvolvedor
  • Blog da comunidade
  • Fórum
  • Relatar um erro
  • Guia de análise

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Produtos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacidade
  • Cookies
  • Jurídico

Exceto onde de outra forma notado, o conteúdo deste site está licenciado sob a Creative Commons Licença de Atribuição Compartilha-Igual v3.0 ou qualquer versão posterior.