Blog posts on home page - #27
Merged
Merged
Conversation
willwade
added a commit
that referenced
this pull request
Aug 22, 2026
…6) (#39) * docs(status): full matrix audit against shipped code (Aug 2026) Every row re-verified against the frontends' actual code. Headline corrections: - Eye gaze split into three honest rows: pointer input, system-pointer handoff (works today via any tracker that moves the OS cursor), and RAW tracker data - only Windows does raw (Tobii Stream Engine, eyetuitive, UDP + tracker picker). Linux/macOS marked as possibilities, iOS cannot take raw data. Previously the matrix claimed eye-gaze shipped on all six platforms. - Switch/button modes: engine filters are wired on Apple, Windows and GTK but NONE have been tested with switch hardware or users - all downgraded to beta with that reason. - Joystick: Android shipped (gamepad steering, untested -> beta); Apple is declared-but-unimplemented. - Touch on Android: shipped (it is the primary input); was 'beta'. - Direct text entry: Windows and GTK shipped (was planned / not-supported), Android IME shipped; v5 GTK direct mode via XTest restored to the v5 baseline (was wrongly not-supported). - Typing rate: Windows and GTK shipped (were planned). - Removed false claims: GTK undo/redo (no such buttons exist), GTK PDF/F8 export (not in the code), GTK TTS 'placeholder' (it ships speech-dispatcher + cloud engines). - Android promoted from blanket 'beta' to shipped for the released core (canvas, alphabets, PPM, adaptive learning, settings, speed, dark mode, analytics); speech/IME/game stay beta. - New rows: real font metrics for label layout (DasherCore v0.2.4; Android shipped, others pending) and app version display (RFC 0016). - Speed-control row now documents the v5-range story (engine v0.2.3+, Windows/Apple still capped - issues #27/#34). Validator passes (54 features); site builds clean. Signed-off-by: will wade <willwade@gmail.com> * style: prettier-format feature-status.json Signed-off-by: will wade <willwade@gmail.com> --------- Signed-off-by: will wade <willwade@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I don't have write access to the repository, so I'm doing a fork and pull instead.