Skip to content

Commit 3196e27

Browse files
committed
fix: Update release notes to clarify flip/rotation features in stand-alone version
1 parent c343365 commit 3196e27

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

doc/locale/fr/LC_MESSAGES/release_notes/release_1.01.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ msgstr "**Remarque :** Il s'agit d'une **version de maintenance** qui corrige un
2929
msgid "🛠️ Bug Fixes since version 1.1.0"
3030
msgstr "🛠️ Corrections de bugs depuis la version 1.1.0"
3131

32-
msgid "**Flip/rotation operations crash or hang in stand-alone version:**"
33-
msgstr "**Les opérations de rotation/symétrie échouent ou se bloquent dans la version autonome :**"
32+
msgid "**Flip/rotation features crash or hang in stand-alone version:**"
33+
msgstr "**Les fonctionnalités de rotation/symétrie échouent ou se bloquent dans la version autonome :**"
3434

35-
msgid "Fixed image flip and rotation operations (\"Flip horizontally\", \"Flip vertically\", \"Rotate 90° left/right\", \"Flip diagonally\") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)"
36-
msgstr "Correction des opérations de rotation et de symétrie d'image (\"Symétrie horizontale\", \"Symétrie verticale\", \"Rotation 90° gauche/droite\", \"Symétrie diagonale\") qui plantaient avec un `ImportError` ou se bloquaient indéfiniment dans la version autonome Windows (build PyInstaller)"
35+
msgid "Fixed image flip and rotation features (\"Flip horizontally\", \"Flip vertically\", \"Rotate 90° left/right\", \"Flip diagonally\") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)"
36+
msgstr "Correction des fonctionnalités de rotation et de symétrie d'image (\"Symétrie horizontale\", \"Symétrie verticale\", \"Rotation 90° gauche/droite\", \"Symétrie diagonale\") qui plantaient avec un `ImportError` ou se bloquaient indéfiniment dans la version autonome Windows (build PyInstaller)"
3737

3838
msgid "The issue was caused by the multiprocessing worker process needing to import the full DataLab GUI module chain when unpickling the geometric transform wrapper, triggering circular imports in the frozen executable"
3939
msgstr "Le problème était causé par le worker exécuté en mode multiprocessus qui devait importer la chaîne complète des modules GUI de DataLab lors du dé-pickling du wrapper de transformation géométrique, déclenchant des imports circulaires dans l'exécutable PyInstaller"
@@ -44,8 +44,8 @@ msgstr "Le code de post-traitement géométrique a été déplacé vers un modul
4444
msgid "This was not reproducible with the Python package version of DataLab, only with the stand-alone executable"
4545
msgstr "Cela n'était pas reproductible avec la version package Python de DataLab, uniquement avec l'exécutable autonome"
4646

47-
msgid "This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation operations crash or hang in stand-alone (PyInstaller) version"
48-
msgstr "Ceci clôture [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Les opérations de rotation/symétrie échouent ou se bloquent dans la version autonome (PyInstaller)"
47+
msgid "This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation features crash or hang in stand-alone (PyInstaller) version"
48+
msgstr "Ceci clôture [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Les fonctionnalités de rotation/symétrie échouent ou se bloquent dans la version autonome (PyInstaller)"
4949

5050
msgid "DataLab Version 1.1.0 (2026-02-02)"
5151
msgstr "DataLab Version 1.1.0 (2026-02-02)"

doc/release_notes/release_1.01.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ stand-alone executable version** of DataLab for **Microsoft Windows**. If you in
77

88
### 🛠️ Bug Fixes since version 1.1.0 ###
99

10-
**Flip/rotation operations crash or hang in stand-alone version:**
10+
**Flip/rotation features crash or hang in stand-alone version:**
1111

12-
* Fixed image flip and rotation operations ("Flip horizontally", "Flip vertically", "Rotate 90° left/right", "Flip diagonally") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)
12+
* Fixed image flip and rotation features ("Flip horizontally", "Flip vertically", "Rotate 90° left/right", "Flip diagonally") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)
1313
* The issue was caused by the multiprocessing worker process needing to import the full DataLab GUI module chain when unpickling the geometric transform wrapper, triggering circular imports in the frozen executable
1414
* Moved the geometry post-processing code to a standalone module with no GUI dependencies, so the worker process no longer triggers the DataLab GUI import chain
1515
* This was not reproducible with the Python package version of DataLab, only with the stand-alone executable
16-
* This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation operations crash or hang in stand-alone (PyInstaller) version
16+
* This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation features crash or hang in stand-alone (PyInstaller) version
1717

1818
## DataLab Version 1.1.0 (2026-02-02) ##
1919

0 commit comments

Comments
 (0)