release/0.1.4 #26
6 changed files with 20 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,6 +4,15 @@ Toutes les évolutions notables de NerdWare. Format basé sur
|
|||
[Keep a Changelog](https://keepachangelog.com/fr/1.1.0/), versionné en
|
||||
[SemVer](https://semver.org/lang/fr/).
|
||||
|
||||
## [0.1.4] — 2026-06-12
|
||||
|
||||
### Ajouté
|
||||
|
||||
- **Mode Rébus** : devine l'œuvre geek à partir d'un rébus emoji (réponse libre,
|
||||
matching tolérant). Implémenté comme format de quiz `rebus` (réutilise pool,
|
||||
anti-doublons, scoring, récap, bots, back-office). Tuile dédiée au lobby,
|
||||
affichage emoji en grand, transition 🧩, 9 rébus fournis + création au back-office.
|
||||
|
||||
## [0.1.3] — 2026-06-12
|
||||
|
||||
### Ajouté
|
||||
|
|
@ -71,6 +80,7 @@ fin), trois modes, back-office et internationalisation.
|
|||
- **Déploiement** : Dockerfiles (serveur Bun, client nginx) + `docker-compose.prod.yml`
|
||||
prêt pour Dokploy.
|
||||
|
||||
[0.1.4]: https://git.ayoubbenziza.dev/ayoub/nerdware/src/tag/v0.1.4
|
||||
[0.1.3]: https://git.ayoubbenziza.dev/ayoub/nerdware/src/tag/v0.1.3
|
||||
[0.1.2]: https://git.ayoubbenziza.dev/ayoub/nerdware/src/tag/v0.1.2
|
||||
[0.1.1]: https://git.ayoubbenziza.dev/ayoub/nerdware/src/tag/v0.1.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nerdware/server",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "web",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,12 @@ export interface PatchNote {
|
|||
}
|
||||
|
||||
export const PATCH_NOTES: PatchNote[] = [
|
||||
{
|
||||
version: "0.1.4",
|
||||
date: "2026-06-12",
|
||||
fr: ["Nouveau mode Rébus 🧩 : devine l'œuvre à partir des emojis !"],
|
||||
en: ["New Rebus mode 🧩: guess the work from emojis!"],
|
||||
},
|
||||
{
|
||||
version: "0.1.2",
|
||||
date: "2026-06-12",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nerdware",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nerdware/shared",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue