From 55a2120be1c4670fa3d61617d1aa50fc2d322e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Fri, 15 May 2026 00:53:33 +0200 Subject: [PATCH] chore : CHANGELOG + bump version 1.3.0 (statistiques, permissions, setup.sh) Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 16 ++++++++++++++++ public/version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83086c0..51f01fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,22 @@ Format : [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/) — versionnag --- +## [1.3.0] - 2026-05-15 + +### Ajouté +- Onglet **Statistiques** dans l'admin : pages les plus visitées, livres consultés, répartition par AS (#64) + - `AccessLogParser` : lecture des logs Apache (plain, `.gz`, `.tar.gz`), cache 10 min + - `AsnLookup` : résolution ASN via ip-api.com (batch, cache 30 j), détection LAN automatique + - Filtrage des AS par groupes configurables (motifs case-insensitive, formulaire admin) + - Pattern de log configurable via l'UI (onglet Recherches) avec support glob + +### Corrigé +- Permissions rsync : `--chmod=Fug+rw,Fo-w` assure la lisibilité groupe sur les fichiers déployés +- `saveSiteSettings()` et `saveSmtpSettings()` : retournent un `bool` et affichent une erreur si l'écriture échoue +- `scripts/setup.sh` : script d'initialisation Folio (composer, répertoires, droits, migrations, groupe `adm`) + +--- + ## [1.2.2] - 2026-05-14 ### Corrigé diff --git a/public/version.txt b/public/version.txt index 23aa839..f0bb29e 100644 --- a/public/version.txt +++ b/public/version.txt @@ -1 +1 @@ -1.2.2 +1.3.0