TypeReady의 버전 기록 - 17개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.7.0
2026년 5월 9일에 출시 - 53.33 KBfirefox 58.0 이상에서 작동= Version 1.7.0 (May 9, 2026) =
* Improvement: Detect when another extension (e.g. Video Speed Controller) handles a bare-letter keypress on the page and yield those keystrokes instead of stealing focus to a search box. Detection observes side effects on the page's video element (rate change, currentTime jump, controller visibility flip), so it works regardless of how the other extension's keys are bound.
* Improvement: Extend the same yield mechanism to a built-in list of shortcut-heavy sites (Gmail, Google Calendar, Twitter/X, GitHub, Linear, Slack, Discord, Notion, Todoist, Asana, Trello, Figma, Reddit, Hacker News). On those sites a bare letter that the page itself acts on (Gmail's j/k row navigation, Calendar's view-switch keys, compose/command-palette shortcuts) is yielded; keys the page doesn't bind still focus the search box.
* Improvement: When TypeReady does move focus on a bare-letter keypress, the typed character is now inserted into the newly-focused input so no keystroke is lost.
* Improvement: Add a "Yield to other extensions' hotkeys" toggle (on by default) under both global and site-specific settings.All Rights Reserved에 따라 릴리스된 소스 코드
이전 버전
버전 1.6.0
2026년 5월 7일에 출시 - 44.08 KBfirefox 58.0 이상에서 작동= Version 1.6.0 (May 7, 2026) =
* Improvement: Skip inputs that look real but can't actually receive typing (pointer-events: none, caret-color: transparent, disabled, inputmode=none, aria-disabled, aria-hidden, closed details, and similar).
* Improvement: Leave the keyboard alone when focus is on a dropdown, menu, listbox, tree, grid item, or other ARIA widget that handles keys itself.
* Improvement: Recognize role="textbox", role="searchbox", and role="spinbutton" as already-typeable, so TypeReady doesn't redirect focus when they are focused.
* Improvement: Respect site-defined data-hotkey shortcuts (e.g. GitHub's "/" search and "g i" navigation chords) so the page can register its own keys without TypeReady intercepting.
* Improvement: Don't yank focus out of design tools, spreadsheets, or other role="application" widgets when the user presses Ctrl+A.
* Improvement: Log every focus action to the console with a "TR:" prefix so it's easy to see where focus went without flipping a debug flag.
* FIX: Avoid a JavaScript error on pages where SVG elements appear in the ancestor chain when checking if an input lives inside a popup.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.5.0
2025년 10월 28일에 출시 - 38.37 KBfirefox 58.0 이상에서 작동- Improvement: Enhanced iframe support.
All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.12
2024년 7월 28일에 출시 - 37.25 KBfirefox 58.0 이상에서 작동* Improvement: Enhanced handling of Ctrl+A (Select All) functionality for input elements (correctly blur focus when all text is selected, even if the input's value is undefined or empty).All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.11
2024년 1월 9일에 출시 - 36.75 KBfirefox 48.0 이상에서 작동* Improvement: Also find input elements inside shadow roots (when focus is already set to an input element).
* Improvement: Site-specific options open first instead of second when the icon is clicked.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.10
2023년 12월 29일에 출시 - 36.5 KBfirefox 48.0 이상에서 작동* Improvement: Remove the "scripting" permission since it's apparently not needed.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.9
2023년 12월 29일에 출시 - 36.47 KBfirefox 48.0 이상에서 작동* Improvement: Work with .CodeMirror elements.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.8
2023년 12월 2일에 출시 - 36.29 KBfirefox 48.0 이상에서 작동* Improvement: Work for more input elements.
* Improvement: Avoid some unnecessary warning messages.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.7
2023년 11월 20일에 출시 - 36.12 KBfirefox 48.0 이상에서 작동* Improvement: Avoid unnecessary log messages in the console.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.6
2023년 11월 14일에 출시 - 36.07 KBfirefox 48.0 이상에서 작동All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.5
2023년 11월 3일에 출시 - 35.13 KBfirefox 48.0 이상에서 작동* Improvement: More reliably account for transparent (opacity = 0) elements.
* Improvement: Include a message about why the extension doesn't work on certain pages.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.4
2023년 10월 31일에 출시 - 34.56 KBfirefox 48.0 이상에서 작동* FIX: Correctly load and store settings on youtube, gmail, and google calendar.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.3
2023년 10월 30일에 출시 - 32.97 KBfirefox 48.0 이상에서 작동* FIX: Correct default settings that weren't saving or loading correctly.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.2
2023년 10월 30일에 출시 - 32.46 KBfirefox 48.0 이상에서 작동= Version 1.4.2 (October 30, 2023) =
* Improvement: Try make the keydown listener more reliable.
* Improvement: Make the code between the Chrome/Firefox extensions match.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.1
2023년 10월 30일에 출시 - 31.97 KBfirefox 48.0 이상에서 작동= Version 1.4.1 (October 30, 2023) =
* Improvement: Reattach the listener when the tab is changed to try to make sure it stays attached.
= Version 1.4.0 (October 29, 2023) =
* Improvement: Add more site specific settings.
* Improvement: Support settings focus for ctrl-a and ctrl-v.
* Improvement: Use tabs for the settings popup to make it cleaner.
* Improvement: Accessibility: Allow selecting options with the tab key.All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4.0
2023년 10월 30일에 출시 - 31.75 KBfirefox 48.0 이상에서 작동All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.3.0
2023년 10월 25일에 출시 - 27.64 KBfirefox 48.0 이상에서 작동All Rights Reserved에 따라 릴리스된 소스 코드