Releases: gulachek/html_forms
Releases · gulachek/html_forms
v0.1.2
Added
- Added
HTML_FORMS_SERVER_EVENT_ACCEPT_IO_TRANSFERserver event to notify host application of I/O transfer accepting - Added
html_accept_io_transferclient function to tell server to accept an I/O transfer request
Changed
- Breaking: No longer uses window ID's in
html_forms_serverevents and APIs. Now uses session ID to associate windows with server sessions. - Breaking:
html_forms_server_connectis now calledhtml_forms_server_start_sessionand takes a consumer-provided session ID, intended to be a random UUID
v0.1.1
Added
- Client library now has
html_connect_transfer_fdto 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.