Skip to content

Releases: FabienBounoir/poker-planning

1.2.1

04 Jan 18:21
Compare
Choose a tag to compare
  1. Refactor: 💡 Optimization of multiple elements

    • Commit
    • Optimisation de plusieurs éléments pour améliorer les performances et la maintenabilité du code.
  2. Feat: 🎸 Update element for SEO + fix CSS issue

    • Commit
    • Mise à jour des éléments pour le SEO et correction de problèmes de CSS.

Full Changelog: 1.2.0...1.2.1

image

1.2.0

24 Dec 14:00
11796c5
Compare
Choose a tag to compare

This Release introduces several enhancements and new features across the project, including backend improvements, UI updates, and new functionalities. The key changes are grouped by theme below:

Backend Enhancements:

  • Added environment variable STATISTIC_API_URL to .env.example for configuring the statistics API endpoint.
  • Integrated dotenv for environment variable management and added it as a dependency in package.json and package-lock.json. [1] [2] [3] [4]
  • Implemented new utility functions newPokerPlanningCreated, newUserJoined, and roomDeleted in backend/utils/statistics.js to handle statistics logging for new poker planning sessions, user joins, and room deletions.
  • Enhanced the createSocketIOServer function in backend/server.js to include session history and improved player data handling. [1] [2] [3] [4] [5] [6] [7] [8]

UI Updates:

  • Added dark mode support to various components, including src/app.scss, src/lib/components/Banner.svelte, src/lib/components/Card.svelte, src/lib/components/Code.svelte, and src/lib/components/Feature.svelte. [1] [2] [3] [4] [5]
  • Introduced a new Banner component in src/lib/components/Banner.svelte with scrolling keywords and icons.
  • Added a new Feature component in src/lib/components/Feature.svelte to display feature descriptions and previews.
  • Updated the Footer component in src/lib/components/Footer.svelte with a basic structure.

Documentation:

  • Updated the README.md file to include a cover image for better visual appeal.

These changes collectively improve the functionality, user experience, and maintainability of the project.
cover

1.1.1

20 Nov 12:21
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.1.1

1.1.0

16 Nov 22:27
a5f502a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

image image image

1.0.0

05 Nov 21:01
Compare
Choose a tag to compare

First Stable Version of the Another Poker Planning

What's Changed

New Contributors

Full Changelog: https://github.com/FabienBounoir/poker-planning/commits/1.0.0