Skip to content

Releases: jkrumm/free-planning-poker

Release 5.1.0

21 May 22:00
Compare
Choose a tag to compare

5.1.0 (2024-05-21)

Features

  • tracking: extract source param from url in track page view (d12fc46)

Bug Fixes

  • resolve hydration and suspense errors (9c85ba6)

Other Changes

  • adjusted roadmap subtasks icon to align to the top (3a8e5e7)
  • do not return successful message if analytics failed (6823796)

Release 5.0.0 - Content and UI improvements

19 May 14:40
Compare
Choose a tag to compare

5.0.0 (2024-05-19)

Features

  • analytics: added a description to the analytics page (dc87382)
  • contact: added description and invite to contribute (bf04e4e)
  • guide: updated guide and added to landingpage (cacb1ff)
  • navigation: added main navigation (0b64469)
  • roadmap: added description section (8f4d311)
  • roadmap: added support for subtasks (e9a04b5)

Other Changes

  • disable dark reader (9dba5fc)
  • made index privacy section responsive (256bd8d)
  • update dependencies (331f702)

Release 4.0.0 - New Landingpage UI

16 May 20:07
Compare
Choose a tag to compare

4.0.0 (2024-05-16)

Features

  • v4: add features section (c6c52ec)
  • v4: add privacy section (a77a056)
  • v4: moved guide to own page (7dc49e7)
  • v4: updated main screenshot (8403085)

Other Changes

  • adjust Sentry config to current and deprecated standard (377073e)

Release 3.2.0

16 May 10:52
Compare
Choose a tag to compare

3.2.0 (2024-05-16)

Features

  • scrub user data in Sentry config and update imprint (3592c44)

Bug Fixes

  • auto reconnect python db connection (8e715ad)
  • division by zero in analytics (942d24e)

Other Changes

Release 3.1.0

07 May 19:52
Compare
Choose a tag to compare

3.1.0 (2024-05-07)

Features

  • contact: enabled email sending using bun-email-api service (0208874)

Other Changes

Release 3.0.2

06 May 06:47
Compare
Choose a tag to compare

3.0.2 (2024-05-06)

Other Changes

Release 3.0.1

05 May 21:40
Compare
Choose a tag to compare

3.0.1 (2024-05-05)

Other Changes

  • transition to sideproject-docker-stack & Doppler secrets (202e2fd)
  • update dependencies (2cf402c)
  • upgrade packages (4757e2d)
  • upgrade to NextJs 14 & remove Axiom (c7cfefe)

Release 3.0.0

08 Feb 19:19
Compare
Choose a tag to compare

3.0.0 (2024-02-08)

Features

  • v3: play sound effects (41a69dd)
  • v3: room sidebar & room analytics sidebar (11a29a6)
  • v3: user settings sidebar to change username (30e2d5b)
  • v3: vote duration counter (50d8c10)

Bug Fixes

  • analytics: estimations not parsed to int due to spectators (1c083a2)
  • deffer state updates causing issues for google indexing (9bee393)
  • heartbeat now keeps room alive (623a5ee)
  • show player cards after vote (635ddeb)
  • v3: notify before local room state update (03c3ecc)

Other Changes

Release 2.3.0

27 Jan 13:22
Compare
Choose a tag to compare

2.3.0 (2024-01-27)

Features

  • analytics: calculate accumulating historical data & total votes historical (1f1d18c)
  • analytics: durations format and append minutes (b6d2aa1)
  • analytics: switch to ag charts (93346e4)

Bug Fixes

  • bugs in the heartbeat method and flip mutation (14a0073)

Other Changes

  • integrated knip and little code cleanup (af88dad)
  • update dependencies (ed04c98)

Release 2.2.0

22 Jan 18:55
Compare
Choose a tag to compare

2.2.0 (2024-01-22)

Features

  • analytics: adjusted analytics page to new data model (35a9424)
  • analytics: all scripts for analytics calculation (d269027)
  • analytics: behaviour in analytics (f7a7c22)
  • analytics: python setup & read model sync & logger (70819fb)
  • analytics: seperated user read model sync (0fcbe3c)
  • fetch GitHub latest tag server side and cache in Redis (cda98c6)

Continuous Integration

  • analytics: automatically deploy analytics to domcloud (f3a6865)

Other Changes

  • delete packages not used anymore (4865171)
  • tailwind always dark theme (68aeb0e)