- Support for Nextcloud 25
- Update syntax of find_element to support newer versions of selenium
- Support for Nextcloud 24
- Make Nextcloud version comparison with int instead of string.
- nextcloud_version shouldn't be a list
- Support for Nextcloud 23
- Finalise recording script option to run script after a recording has finished
- #39 Hide "You seem to be talking while muted" tooltip with CSS
- Click the mute button instead of using the keyboard shortcut as it seems to be more reliable
- Switch to looking for a join call button that isn't disabled, makes startup time faster when everything is running smooth
- Allow grid_view option to be overriden by talked client
- Fix close_sidebar function causing a TimeoutException as the HTML in Talk was changed
- #25 Executable that gets installed on install
- #28 Commandline arguments to control host and port the internal server will bind to.
- Add Makefile for handling dev environment
- Add type hints
- #6 Add option to record in grid view
- #23 Add support for audio only recordings
- #20 Verify support for python 3.7
- #24 Switch to toml for config file format
- #27 Remove uWSGI as a runtime dependency in pyproject file
- Recommend use of unix socket when running uwsgi behind webserver.
- JSON config files. Please use a toml config file instead. Support for json config files will be removed in version 0.3
- #21 Remove hardcoded width and height parameters for launching Firefox
- #19 Make the .stripe-wrapper rule important to make sure it applies, and hide grid navigation arrow.
- Proper CHANGELOG
- Switch to using yuv420 instead of yuv444 for recording so it can be played in Firefox.
- Change ProtectHome from strict to full in the example systemd unit file.