Skip to content

tui-realm 1.1.0

Compare
Choose a tag to compare
@veeso veeso released this 22 Nov 09:32
· 120 commits to main since this release

1.1.0

Released on 21/11/2021

  • tick() will now return a Vec<Msg>. There's no need to pass an Update trait anymore
    • The reasons behind this is that it was too annoying to handle the model in a separate structure which could not render the Ui.
  • Exposed PollStrategy at root level