Skip to content

Releases: jkrumm/free-planning-poker

Release 5.3.0

02 Jun 16:58
Compare
Choose a tag to compare

5.3.0 (2024-06-02)

Features

  • analytics: add sources to analytics view (db151c5)
  • analytics: add tooltip to historical chart (0c47ab4)
  • analytics: added estimation number popularity bar chart (362d780)
  • analytics: adjust default values and color of historical chart (4332266)

Release 5.2.0

01 Jun 16:44
Compare
Choose a tag to compare

5.2.0 (2024-06-01)

Features

  • analytics: add Dockerfile (988cfae)
  • analytics: daily analytics email with Cron (c60d227)
  • analytics: use env config for data dir (16af339)

Other Changes

  • improve analytics cron error handling (90bd371)
  • improved google meta title and description (39808bb)
  • update dependencies (60617fd)

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