talked/CHANGELOG.md

1.6 KiB

Changelog

[Unreleased]

0.2.0 - 2021-09-30

Added

  • #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

Changed

  • #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.

Deprecated

  • JSON config files. Please use a toml config file instead. Support for json config files will be removed in version 0.3

Fixed

  • #21 Remove hardcoded width and height parameters for launching Firefox

0.1.5 - 2021-08-25

Fixed

  • #19 Make the .stripe-wrapper rule important to make sure it applies, and hide grid navigation arrow.

0.1.4 - 2021-08-23

Added

  • Proper CHANGELOG

Fixed

  • 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.