Історія версій todoist-shortcuts - 25 версій
todoist-shortcuts автор Michael Sloan
Будьте обачні із застарілими версіями! Ці версії показано лише з метою тестування й довідки.Вам слід завжди використовувати найновішу версію додатка.
Найновіша версія
Версія 202
Випущено 2 лют 2025 р. - 66,85 КБПрацює з 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
Завантажити Firefox та отримати розширенняДля використання цього розширення вам потрібен FirefoxПопередні версії
Версія 201
Випущено 2 лют 2025 р. - 66,81 КБПрацює з 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
Версія 200
Випущено 16 вер 2024 р. - 66,74 КБПрацює з firefox 109.0 і новіше## Version 200
* Fixes `shift+g` shortcut for switching between upcoming and project
view while keeping the same task selected.Програмний код випущено на умовах Ліцензія MIT
Версія 199
Випущено 26 лип 2024 р. - 66,83 КБПрацює з firefox 109.0 і новіше## Version 199
* Fixes `v` shortcut (move to project) when there's no selectionПрограмний код випущено на умовах Ліцензія MIT
Версія 198
Випущено 7 квіт 2024 р. - 66,81 КБПрацює з 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
Версія 197
Випущено 6 квіт 2024 р. - 66,8 КБПрацює з firefox 109.0 і новіше## Version 197
* Fixes `/` and `f` shortcuts for search.Програмний код випущено на умовах Ліцензія MIT
Версія 196
Випущено 22 бер 2024 р. - 66,79 КБПрацює з 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
Версія 195
Випущено 10 бер 2024 р. - 68,32 КБПрацює з 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
Версія 194
Випущено 15 січ 2024 р. - 68,26 КБПрацює з firefox 109.0 і новіше## Version 194
### Fixes ###
* Fixes undo shortcuts by simulating press of Todoist's native undo
shortcut.Програмний код випущено на умовах Ліцензія MIT
Версія 193
Випущено 6 січ 2024 р. - 68,43 КБПрацює з 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
Версія 192
Випущено 30 груд 2023 р. - 68,42 КБПрацює з 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
Версія 191
Випущено 24 груд 2023 р. - 68,47 КБПрацює з 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
Версія 190
Випущено 11 груд 2023 р. - 68,28 КБПрацює з 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
Версія 189
Випущено 21 лист 2023 р. - 68,3 КБПрацює з firefox 57.0 і новіше## Version 189
### Fixes ###
* Fixes `g` scrolling in navigation mode (space bar / up+down arrows)Програмний код випущено на умовах Ліцензія MIT
Версія 188
Випущено 12 лист 2023 р. - 68,24 КБПрацює з firefox 57.0 і новіше## Version 188
### Fixes ###
* Fixes `t` schedulre binding for scheduling tomorrow, broken by
removal of that option in TodoistПрограмний код випущено на умовах Ліцензія MIT
Версія 187
Випущено 12 лист 2023 р. - 68,27 КБПрацює з 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
Версія 186
Випущено 11 лист 2023 р. - 68,21 КБПрацює з 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
Версія 185
Випущено 4 лист 2023 р. - 68,19 КБПрацює з 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
Версія 183
Випущено 22 жовт 2023 р. - 68,25 КБПрацює з firefox 57.0 і новіше## Version 183
### Fixes ###
* Fixes `g` navigate shortcut opening of left sidebar.Програмний код випущено на умовах Ліцензія MIT
Версія 182
Випущено 17 жовт 2023 р. - 68,12 КБПрацює з firefox 57.0 і новіше## Version 182
### Fixes ###
* Fixes `q` quick-add shortcut with new UI design.Програмний код випущено на умовах Ліцензія MIT
Версія 181
Випущено 17 жовт 2023 р. - 68,12 КБПрацює з 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
Версія 180
Випущено 24 вер 2023 р. - 67,55 КБПрацює з 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
Версія 179
Випущено 13 вер 2023 р. - 67,48 КБПрацює з 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
Версія 178
Випущено 14 черв 2023 р. - 67,57 КБПрацює з 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
Версія 176
Випущено 26 лют 2023 р. - 67,18 КБПрацює з 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