Releases: FabienBounoir/poker-planning
Releases · FabienBounoir/poker-planning
1.2.1
-
Refactor: 💡 Optimization of multiple elements
- Commit
- Optimisation de plusieurs éléments pour améliorer les performances et la maintenabilité du code.
-
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
1.2.0
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 inpackage.json
andpackage-lock.json
. [1] [2] [3] [4] - Implemented new utility functions
newPokerPlanningCreated
,newUserJoined
, androomDeleted
inbackend/utils/statistics.js
to handle statistics logging for new poker planning sessions, user joins, and room deletions. - Enhanced the
createSocketIOServer
function inbackend/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
, andsrc/lib/components/Feature.svelte
. [1] [2] [3] [4] [5] - Introduced a new
Banner
component insrc/lib/components/Banner.svelte
with scrolling keywords and icons. - Added a new
Feature
component insrc/lib/components/Feature.svelte
to display feature descriptions and previews. - Updated the
Footer
component insrc/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.
1.1.1
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Add Support for Multiple Languages (i18n) by @FabienBounoir in #2
- More config by @FabienBounoir in #3
Full Changelog: 1.0.0...1.1.0
1.0.0
First Stable Version of the Another Poker Planning
What's Changed
- External server by @FabienBounoir in #1
New Contributors
- @FabienBounoir made their first contribution in #1
Full Changelog: https://github.com/FabienBounoir/poker-planning/commits/1.0.0