Persistance de SearchText ajoutée

This commit is contained in:
Paul Schneider 2026-08-29 14:34:43 +01:00
commit 24046ac632
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
13 changed files with 302 additions and 197 deletions

View file

@ -1,20 +1,16 @@
# Changelog
Toutes les modifications notables de PostIt et de la plateforme Yavsc
sont documentées dans ce fichier.
## [1.0.8-rc7] - unstable
Le format suit [Keep a Changelog](https://keepachangelog.com/fr/1.1.0/),
et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added
À noter : la **parité du numéro de patch** porte une signification de canal :
* [PostIt] The search pattern now persists
- **patch pair** (ex. `1.0.0`, `1.0.2`) → **stable**
- **patch impair** (ex. `1.0.1`, `1.0.3`) → **preview**
- **suffixe** (ex. `1.0.0-rc1`, `1.0.0-alpha`) → **instable**
### Changed
Cette convention est partagée avec le dépôt
[`postit-debian`](https://forgejo.pschneider.fr/notazof/postit-debian)
pour la production des paquets `.deb`.
* The blog spot path is now `/api/v1/blogspot` (yet in last release)
### Fixed
## [1.0.8-rc6] - unstable