diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 18 | ||||
-rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 18 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 38 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index b9e74a7af..38985c5f2 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,21 @@ +v4.3.63 - 2025-10-02 +-------------------- + +### Features/improvements ### +- criteria search: more explicit labels +- finds - specific tables for recommended treatments +- sheet operation: find statistics with number of remains +- treatment search: add start and end date criteria +- search online documentation: add documentation for "today" keyword + + +### Bug fixes ### +- imports: force string convertion from ODS to CSV (i.e: do not convert 1.0 to 1) +- fix town autocomplete input +- import list: do not display detail for groups (details are in sub imports) +- treatment from treatment request: copy start/end dates + + v4.3.62 - 2025-09-24 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 04202519c..7a9e6f8b0 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,21 @@ +v4.3.63 - 2025-10-02 +-------------------- + +### Fonctionnalités/améliorations ### +- recherche par critères : intitulé plus explicite des boutons +- mobilier - table spécifique pour les traitements recommandés +- fiche opération : statistiques mobilier avec les nombres de restes +- traitements - critaires de recherche : ajout des date de début et de fin +- documentation de la recherche : ajout du mot clé « aujourdhui » + + +### Correction de dysfonctionnements ### +- imports : forcer la conversion en chaîne de caractères des ODS/XLS en CSV (exemple : ne pas convertir 1.0 en 1) +- correction du champ de saisie commune +- liste d'imports : ne pas afficher le détail pour les groupes (les détails sont dans les sous-imports) +- traitement depuis une demande de traitement : copier les dates de début et de fin + + v4.3.62 - 2025-09-24 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 796030866..b099cb527 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.62 -VERSION = (4, 3, 62) +# 4.3.63 +VERSION = (4, 3, 63) def get_version(): |