Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

todoist-shortcuts のバージョン履歴 - 全 25 バージョン

todoist-shortcuts 作成者: Michael Sloan

5 段階中 4.9 の評価
5 段階中 4.9 の評価
5
14
4
1
3
0
2
0
1
0
todoist-shortcuts のバージョン履歴 - 全 25 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 202

    リリース日 : 2025年2月2日 - 66.85 KB
    firefox バージョン 109.0 以降 で動作
    ## 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".

    ソースコードは MIT License に従いリリースされています

    この拡張機能を使用するには Firefox が必要です
    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 201

    リリース日 : 2025年2月2日 - 66.81 KB
    firefox バージョン 109.0 以降 で動作
    ## Version 201

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

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 200

    リリース日 : 2024年9月16日 - 66.74 KB
    firefox バージョン 109.0 以降 で動作
    ## Version 200

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 199

    リリース日 : 2024年7月26日 - 66.83 KB
    firefox バージョン 109.0 以降 で動作
    ## Version 199

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 198

    リリース日 : 2024年4月7日 - 66.81 KB
    firefox バージョン 109.0 以降 で動作
    ## 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.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 197

    リリース日 : 2024年4月6日 - 66.8 KB
    firefox バージョン 109.0 以降 で動作
    ## Version 197

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 196

    リリース日 : 2024年3月22日 - 66.79 KB
    firefox バージョン 109.0 以降 で動作
    ## 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.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 195

    リリース日 : 2024年3月10日 - 68.32 KB
    firefox バージョン 109.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 194

    リリース日 : 2024年1月15日 - 68.26 KB
    firefox バージョン 109.0 以降 で動作
    ## Version 194

    ### Fixes ###

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 193

    リリース日 : 2024年1月6日 - 68.43 KB
    firefox バージョン 109.0 以降 で動作
    ## Version 193

    ### Fixes ###

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

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 192

    リリース日 : 2023年12月30日 - 68.42 KB
    firefox バージョン 109.0 以降 で動作
    ## 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.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 191

    リリース日 : 2023年12月24日 - 68.47 KB
    firefox バージョン 109.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 190

    リリース日 : 2023年12月11日 - 68.28 KB
    firefox バージョン 57.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 189

    リリース日 : 2023年11月21日 - 68.3 KB
    firefox バージョン 57.0 以降 で動作
    ## Version 189

    ### Fixes ###

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 188

    リリース日 : 2023年11月12日 - 68.24 KB
    firefox バージョン 57.0 以降 で動作
    ## Version 188

    ### Fixes ###

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 187

    リリース日 : 2023年11月12日 - 68.27 KB
    firefox バージョン 57.0 以降 で動作
    ## Version 187

    ### Fixes ###

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

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 186

    リリース日 : 2023年11月11日 - 68.21 KB
    firefox バージョン 57.0 以降 で動作
    ## 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.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 185

    リリース日 : 2023年11月4日 - 68.19 KB
    firefox バージョン 57.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 183

    リリース日 : 2023年10月22日 - 68.25 KB
    firefox バージョン 57.0 以降 で動作
    ## Version 183

    ### Fixes ###

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 182

    リリース日 : 2023年10月17日 - 68.12 KB
    firefox バージョン 57.0 以降 で動作
    ## Version 182

    ### Fixes ###

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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 181

    リリース日 : 2023年10月17日 - 68.12 KB
    firefox バージョン 57.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 180

    リリース日 : 2023年9月24日 - 67.55 KB
    firefox バージョン 57.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 179

    リリース日 : 2023年9月13日 - 67.48 KB
    firefox バージョン 57.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 178

    リリース日 : 2023年6月14日 - 67.57 KB
    firefox バージョン 57.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 176

    リリース日 : 2023年2月26日 - 67.18 KB
    firefox バージョン 57.0 以降 で動作
    ## 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

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。