Skip to content

Releases: jkrumm/free-planning-poker

Release 6.1.0

08 Oct 18:57
Compare
Choose a tag to compare

6.1.0 (2024-10-08)

Features

  • added 404 page (7518790)
  • updated Imprint to include own WebSocket server and Resend (de0f6e8)
  • v6: added rejoin logic to keep user state shared (fa89e5f)
  • v6: extended analytics with timestamps (41ae314)
  • v6: unified RoomState to reduce inconsistencies (674a5ac)

Bug Fixes

Release 6.0.0 - New Bun fpp-server for WebSocket connection

05 Oct 13:29
Compare
Choose a tag to compare

6.0.0 (2024-10-05)

Features

  • v6: new Bun fpp-server as WebSocket server (ea766b1)

Other Changes

  • use wss not ws on prod to access WebSocket (0881db9)

Release 5.4.0

08 Sep 17:25
Compare
Choose a tag to compare

5.4.0 (2024-09-08)

Features

  • analytics: added popularity of each weekday (43b013d)
  • analytics: added table view for historical data (0c278f3)

Bug Fixes

  • resolve key error in source group script (f225f93)

Other Changes

  • analytics: added github as source in analytics (d7310f8)
  • analytics: extend sources with Teams and Bing (a7f2ba7)
  • analytics: filter page view duration and bounce rate to after 2024-05-23 (151b93d)
  • analytics: simplified sources mapping algorithm (b4f2ade)
  • responsive index Contact section (7e6dd0a)
  • upgrade packages (2b29e26)

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