Skip to content

Releases: nordeck/matrix-poll

v1.5.0

06 Dec 16:52
4696f2d
Compare
Choose a tag to compare

Highlights

This is a technical release where we improved the possible settings for server administrators. 🔧

Customizing the nginx config

It is now possible to deploy the widget container on hosts without IPv6 support through a configuration option. This can be toggled easily through our Helm charts. Beyond that, the container image also gained the ability to also add your own files with custom config that will be added to the nginx server block config, should you need that. Read more about both in our documentation.

What's Changed

Minor Changes

  • dc1481a: Add Helm values for configuration of ipv4only mode
  • 86c53a4: New widget-server base image that supports IPv4-only deployments

v1.4.1

25 Jun 14:22
f05edf8
Compare
Choose a tag to compare

Patch Changes

v1.4.0

13 Dec 15:02
Compare
Choose a tag to compare

Minor Changes

  • cf73c8e: Sign the release containers with cosign.

v1.3.1

07 Dec 12:16
c2a4987
Compare
Choose a tag to compare

Patch Changes

  • 24aa66f: Update to latest dependencies from main

v1.3.0

10 Nov 10:32
98b7ae4
Compare
Choose a tag to compare

Minor Changes

  • 61dbf02: Add the option to manually end a poll immediately to shorten it if everyone already voted.

Patch Changes

  • 56f2879: Only allow integers for poll durations.
  • 8019507: Unify the diagrams colors of the answer options for the poll result chart in light and dark theme.
  • f98d77a: Improve performance by only generating the PDF if the user requests it.

v1.2.0

11 Jan 12:28
0954105
Compare
Choose a tag to compare

Minor Changes

  • e357d9e: Show error and loading states for votes on the poll cards.

Patch Changes

  • 2937b97: Set document language to improve accessibility.
  • ab13e23: Fix creating meeting without description if REACT_APP_POLL_DESCRIPTION_REQUIRED is not set.