todoist-shortcuts의 버전 기록 - 25개 버전
todoist-shortcuts 제작자: Michael Sloan
todoist-shortcuts의 버전 기록 - 25개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 202
2025년 2월 2일에 출시 - 66.85 KBfirefox 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 KBfirefox 109.0 이상에서 작동## Version 201
* Adds `>` shortcut for opening current task's deadline editor. See
[#274][].
[#274]: https://github.com/mgsloan/todoist-shortcuts/issues/274MIT License에 따라 릴리스된 소스 코드
버전 200
2024년 9월 16일에 출시 - 66.74 KBfirefox 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 KBfirefox 109.0 이상에서 작동## Version 199
* Fixes `v` shortcut (move to project) when there's no selectionMIT License에 따라 릴리스된 소스 코드
버전 198
2024년 4월 7일에 출시 - 66.81 KBfirefox 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 KBfirefox 109.0 이상에서 작동## Version 197
* Fixes `/` and `f` shortcuts for search.MIT License에 따라 릴리스된 소스 코드
버전 196
2024년 3월 22일에 출시 - 66.79 KBfirefox 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 KBfirefox 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/269MIT License에 따라 릴리스된 소스 코드
버전 194
2024년 1월 15일에 출시 - 68.26 KBfirefox 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 KBfirefox 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/267MIT License에 따라 릴리스된 소스 코드
버전 192
2023년 12월 30일에 출시 - 68.42 KBfirefox 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 KBfirefox 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/266MIT License에 따라 릴리스된 소스 코드
버전 190
2023년 12월 11일에 출시 - 68.28 KBfirefox 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/264MIT License에 따라 릴리스된 소스 코드
버전 189
2023년 11월 21일에 출시 - 68.3 KBfirefox 57.0 이상에서 작동## Version 189
### Fixes ###
* Fixes `g` scrolling in navigation mode (space bar / up+down arrows)MIT License에 따라 릴리스된 소스 코드
버전 188
2023년 11월 12일에 출시 - 68.24 KBfirefox 57.0 이상에서 작동## Version 188
### Fixes ###
* Fixes `t` schedulre binding for scheduling tomorrow, broken by
removal of that option in TodoistMIT License에 따라 릴리스된 소스 코드
버전 187
2023년 11월 12일에 출시 - 68.27 KBfirefox 57.0 이상에서 작동## Version 187
### Fixes ###
* Fixes `g` left hand navigation in Firefox. See [#259][].
[#259]: https://github.com/mgsloan/todoist-shortcuts/issues/259MIT License에 따라 릴리스된 소스 코드
버전 186
2023년 11월 11일에 출시 - 68.21 KBfirefox 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 KBfirefox 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 TodoistMIT License에 따라 릴리스된 소스 코드
버전 183
2023년 10월 22일에 출시 - 68.25 KBfirefox 57.0 이상에서 작동## Version 183
### Fixes ###
* Fixes `g` navigate shortcut opening of left sidebar.MIT License에 따라 릴리스된 소스 코드
버전 182
2023년 10월 17일에 출시 - 68.12 KBfirefox 57.0 이상에서 작동## Version 182
### Fixes ###
* Fixes `q` quick-add shortcut with new UI design.MIT License에 따라 릴리스된 소스 코드
버전 181
2023년 10월 17일에 출시 - 68.12 KBfirefox 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/254MIT License에 따라 릴리스된 소스 코드
버전 180
2023년 9월 24일에 출시 - 67.55 KBfirefox 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/247MIT License에 따라 릴리스된 소스 코드
버전 179
2023년 9월 13일에 출시 - 67.48 KBfirefox 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/250MIT License에 따라 릴리스된 소스 코드
버전 178
2023년 6월 14일에 출시 - 67.57 KBfirefox 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/244MIT License에 따라 릴리스된 소스 코드
버전 176
2023년 2월 26일에 출시 - 67.18 KBfirefox 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-smithMIT License에 따라 릴리스된 소스 코드