todoist-shortcuts verziótörténet – 25 verzió
todoist-shortcuts szerző: Michael Sloan
Legyen óvatos a régi verziókkal! Ezek a verziók csak tesztelési és hivatkozási célokra jelennek meg.Mindig használja a kiegészítő legfrissebb verzióját.
Legfrissebb verzió
Verzió: 203
Kiadva: 2025. júl. 6. – 66,03 kBEzekkel működik: firefox 109.0 vagy újabbVersion 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.
A forráskód MIT licenc licenc alatt közzétéve
A Firefox letöltése és a kiegészítő beszerzéseA kiegészítő használatához a Firefoxra lesz szüksége- Fixed a bunch of brokenness related to Todoist no longer making
Korábbi verziók
Verzió: 202
Kiadva: 2025. feb. 2. – 66,85 kBEzekkel működik: firefox 109.0 vagy újabb## 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".A forráskód MIT licenc licenc alatt közzétéve
Verzió: 201
Kiadva: 2025. feb. 2. – 66,81 kBEzekkel működik: firefox 109.0 vagy újabb## Version 201
* Adds `>` shortcut for opening current task's deadline editor. See
[#274][].
[#274]: https://github.com/mgsloan/todoist-shortcuts/issues/274A forráskód MIT licenc licenc alatt közzétéve
Verzió: 200
Kiadva: 2024. szept. 16. – 66,74 kBEzekkel működik: firefox 109.0 vagy újabb## Version 200
* Fixes `shift+g` shortcut for switching between upcoming and project
view while keeping the same task selected.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 199
Kiadva: 2024. júl. 26. – 66,83 kBEzekkel működik: firefox 109.0 vagy újabb## Version 199
* Fixes `v` shortcut (move to project) when there's no selectionA forráskód MIT licenc licenc alatt közzétéve
Verzió: 198
Kiadva: 2024. ápr. 7. – 66,81 kBEzekkel működik: firefox 109.0 vagy újabb## 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.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 197
Kiadva: 2024. ápr. 6. – 66,8 kBEzekkel működik: firefox 109.0 vagy újabb## Version 197
* Fixes `/` and `f` shortcuts for search.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 196
Kiadva: 2024. márc. 22. – 66,79 kBEzekkel működik: firefox 109.0 vagy újabb## 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.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 195
Kiadva: 2024. márc. 10. – 68,32 kBEzekkel működik: firefox 109.0 vagy újabb## 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/269A forráskód MIT licenc licenc alatt közzétéve
Verzió: 194
Kiadva: 2024. jan. 15. – 68,26 kBEzekkel működik: firefox 109.0 vagy újabb## Version 194
### Fixes ###
* Fixes undo shortcuts by simulating press of Todoist's native undo
shortcut.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 193
Kiadva: 2024. jan. 6. – 68,43 kBEzekkel működik: firefox 109.0 vagy újabb## Version 193
### Fixes ###
* Fixes functioning in Firefox. Probably broken by manifest v3 change?
See [#267][].
[#267]: https://github.com/mgsloan/todoist-shortcuts/issues/267A forráskód MIT licenc licenc alatt közzétéve
Verzió: 192
Kiadva: 2023. dec. 30. – 68,42 kBEzekkel működik: firefox 109.0 vagy újabb## 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.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 191
Kiadva: 2023. dec. 24. – 68,47 kBEzekkel működik: firefox 109.0 vagy újabb## 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/266A forráskód MIT licenc licenc alatt közzétéve
Verzió: 190
Kiadva: 2023. dec. 11. – 68,28 kBEzekkel működik: firefox 57.0 vagy újabb## 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/264A forráskód MIT licenc licenc alatt közzétéve
Verzió: 189
Kiadva: 2023. nov. 21. – 68,3 kBEzekkel működik: firefox 57.0 vagy újabb## Version 189
### Fixes ###
* Fixes `g` scrolling in navigation mode (space bar / up+down arrows)A forráskód MIT licenc licenc alatt közzétéve
Verzió: 188
Kiadva: 2023. nov. 12. – 68,24 kBEzekkel működik: firefox 57.0 vagy újabb## Version 188
### Fixes ###
* Fixes `t` schedulre binding for scheduling tomorrow, broken by
removal of that option in TodoistA forráskód MIT licenc licenc alatt közzétéve
Verzió: 187
Kiadva: 2023. nov. 12. – 68,27 kBEzekkel működik: firefox 57.0 vagy újabb## Version 187
### Fixes ###
* Fixes `g` left hand navigation in Firefox. See [#259][].
[#259]: https://github.com/mgsloan/todoist-shortcuts/issues/259A forráskód MIT licenc licenc alatt közzétéve
Verzió: 186
Kiadva: 2023. nov. 11. – 68,21 kBEzekkel működik: firefox 57.0 vagy újabb## 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.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 185
Kiadva: 2023. nov. 4. – 68,19 kBEzekkel működik: firefox 57.0 vagy újabb## 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 TodoistA forráskód MIT licenc licenc alatt közzétéve
Verzió: 183
Kiadva: 2023. okt. 22. – 68,25 kBEzekkel működik: firefox 57.0 vagy újabb## Version 183
### Fixes ###
* Fixes `g` navigate shortcut opening of left sidebar.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 182
Kiadva: 2023. okt. 17. – 68,12 kBEzekkel működik: firefox 57.0 vagy újabb## Version 182
### Fixes ###
* Fixes `q` quick-add shortcut with new UI design.A forráskód MIT licenc licenc alatt közzétéve
Verzió: 181
Kiadva: 2023. okt. 17. – 68,12 kBEzekkel működik: firefox 57.0 vagy újabb## 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/254A forráskód MIT licenc licenc alatt közzétéve
Verzió: 180
Kiadva: 2023. szept. 24. – 67,55 kBEzekkel működik: firefox 57.0 vagy újabb## 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/247A forráskód MIT licenc licenc alatt közzétéve
Verzió: 179
Kiadva: 2023. szept. 13. – 67,48 kBEzekkel működik: firefox 57.0 vagy újabb## 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/250A forráskód MIT licenc licenc alatt közzétéve
Verzió: 178
Kiadva: 2023. jún. 14. – 67,57 kBEzekkel működik: firefox 57.0 vagy újabb## 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/244A forráskód MIT licenc licenc alatt közzétéve