* Add the `canu.EventHandler.on_event` method. * Add the `canu.EventHandler.on_tool_call_delta` method. * Add the `canu.EventHandler.submit_tool_outputs` method.
0.5.0
* Add the `canu.get_uploaded_files` method. * Remove the `canu.set_page` method.
0.4.0
* Rename the `canu.get_authenticator` method to `canu.authenticate`. * Add the `canu.update_yaml_file` method. * Add the `canu.show_login_page` method. * Add the `canu.show_profile_page` method. * Add the `canu.set_page` method. * Remove the `canu.logout` method.
0.3.0
* Add the `canu.functions.retrieve_from_web` method. * Add the `canu.functions.generate_image` method. * Add the `canu.EventHandler.on_image_file_done` method.
0.2.0
* Add the `canu.write_stream` method. * Add the `canu.logout` method. * Add the `canu.EventHandler` class.