Skip to content

SpeechKit v0.57.1

Choose a tag to compare

@kombify-release-publisher3 kombify-release-publisher3 released this 19 Aug 11:25
· 38 commits to main since this release

Highlights

  • A keyboard that dictates, built in: SpeechKit now ships its own
    Android keyboard instead of borrowing one. Tap the voice key and the
    dictation panel opens inside the keyboard, right where you were
    typing — no app switch, no lost cursor.
  • Configure a mode before you turn it on: settings for Transcribe,
    Assist and Voice Agent stay open and editable while the mode is
    switched off, and turning a mode off no longer throws you out of the
    page you were working in.
  • The window says what it is: the desktop shell carries the real
    SpeechKit mark and calls itself SpeechKit UI.
  • The Android source is public: the complete corresponding source
    for the shipped keyboard is published alongside the release.

Added

  • android: answer the keyboard's voice key with the dictation panel (4b3cc7c)
  • android: dictate from the HeliBoard fork's voice key (8702c23)
  • android: fork HeliBoard and wire it in as a submodule (ec8a6ff)
  • android: include the HeliBoard fork in the Gradle build (468d1ce)
  • android: ship the HeliBoard keyboard in the app APK (f5acf0b)
  • oss: publish the Android corresponding source (984404b)
  • ui: brand the shell as SpeechKit UI and keep mode settings reachable (e947869)

Fixed

  • android: let the keyboard actually appear (d0ded81)
  • android: mount the dictation panel inside the keyboard's input view (3ca9c81)
  • android: recognise our own keyboard as the system spells it (2637c2e)
  • android: stop advertising the Voice Agent as unreleased (ab7bd7d)
  • android: stop the voice IME from squatting HeliBoard's method.xml (9c2c40f)
  • ci: check out the keyboard submodule, and scope the Android gates (83060ab)
  • ci: check out the submodule wherever the OSS export runs (23ac30c)
  • oss: let the export carry the Android corresponding source (e978fb2)
  • release: fail loudly when NSIS never actually installs (80a4fd4)
  • release: stop the draft reaper from deleting the in-flight release (a9e5f94)

Changed

  • release: cut the next release as 0.57.1 (1c32fe8)

Full Changelog: v0.57.0...v0.57.1