Skip to content

v0.2.3

Choose a tag to compare

@willwade willwade released this 21 Aug 21:46
· 5 commits to main since this release
d01c221

What's Changed

  • feat(capi): speed percent honours engine range; resets emit buffer-clear event by @willwade in #55
  • fix: default BP_AUTOCALIBRATE to true (restore v5 behaviour) by @willwade in #54

Notable changes

  • dasher_set_speed_percent now clamps to the engine's declared LP_MAX_BITRATE range (raw 1–1000 → ~1–625 %) instead of a fixed 20–400 %, restoring Dasher v5's top speeds (v5 allowed up to raw 800 = 500 %). Frontends should take their speed-control bounds from dasher_get_parameter_info.
  • dasher_reset, dasher_reset_output_text and dasher_set_alphabet_id now emit output event type 2 (buffer cleared, empty text) so subscribers maintaining shadow buffers can clear their copy instead of hand-syncing. Additive; callbacks handling only 0/1 are unaffected.
  • BP_AUTOCALIBRATE defaults to true again, restoring v5 behaviour.

Full Changelog: v0.2.2...v0.2.3

What's Changed

  • fix: default BP_AUTOCALIBRATE to true (restore v5 behaviour) by @willwade in #54
  • feat(capi): speed percent honours engine range; resets emit buffer-clear event by @willwade in #55

Full Changelog: v0.2.2...v0.2.3