Releases: nordeck/matrix-poll
Releases · nordeck/matrix-poll
v1.4.0
Minor Changes
- cf73c8e: Sign the release containers with cosign.
v1.3.1
Patch Changes
- 24aa66f: Update to latest dependencies from main
v1.3.0
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
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.