Skip to content

Releases: gulachek/html_forms

v0.1.2

11 Jul 21:48

Choose a tag to compare

Added

  • Added HTML_FORMS_SERVER_EVENT_ACCEPT_IO_TRANSFER server event to notify host application of I/O transfer accepting
  • Added html_accept_io_transfer client function to tell server to accept an I/O transfer request

Changed

  • Breaking: No longer uses window ID's in html_forms_server events and APIs. Now uses session ID to associate windows with server sessions.
  • Breaking: html_forms_server_connect is now called html_forms_server_start_session and takes a consumer-provided session ID, intended to be a random UUID

v0.1.1

30 May 05:30

Choose a tag to compare

Added

  • Client library now has html_connect_transfer_fd to allow bypassing the catui bootstrap process

Changed

  • Server library now expects catui ack to be sent prior to calling html_forms_server_connect. This will break runtime behavior of server library consumers, requiring a new explicit catui ack.

v0.1.0

27 Apr 18:49

Choose a tag to compare

Initial release. Many rough edges and only can build/run on macOS at the moment