File tree Expand file tree Collapse file tree 2 files changed +14
-20
lines changed
Expand file tree Collapse file tree 2 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 11
22# Version 3.13 #
33
4- ## Version 3.13.5 ##
5-
6- 🛠️ Bug fixes:
7-
8- * Translation file generation: Ignore POT-Creation-Date and Last-Translator headers to reduce unnecessary diffs
9- * Added ` _cleanup_po_file() ` helper function to remove the ` POT-Creation-Date ` and ` Last-Translator ` headers from generated ` .po ` files
10- * This prevents spurious diffs in version control when regeneration occurs at different times
11- * Integrated cleanup step into ` generate_translation_files() ` after ` .po ` file creation
12- * Ensures cleaner translation file management and reduces noise in commit history
13-
14- ✨ New features:
15-
16- * New ` cleanup-doc ` command for Sphinx documentation translation files
17- * Added ` cleanup_doc_translations() ` function to clean up ` .po ` files in ` doc/locale/ ` directories
18- * Removes ` POT-Creation-Date ` and ` Last-Translator ` headers from all Sphinx-generated translation files
19- * Usage: ` python -m guidata.utils.translations cleanup-doc --directory . `
20- * Helps avoid merge conflicts when cherry-picking commits between branches (e.g., ` release ` ↔ ` develop ` )
21- * Optional ` --locale-dir ` argument to specify custom locale directory path (defaults to ` doc/locale ` )
22-
234## Version 3.13.4 (2025-12-03) ##
245
256🛠️ Bug fixes:
Original file line number Diff line number Diff line change 11# Version 3.14 #
22
3- ## guidata Version 3.14.0 (unreleased) ##
3+ ## guidata Version 3.14.0 ##
44
55✨ New features:
66
7+ * New ` cleanup-doc ` command for Sphinx documentation translation files
8+ * Added ` cleanup_doc_translations() ` function to clean up ` .po ` files in ` doc/locale/ ` directories
9+ * Removes ` POT-Creation-Date ` and ` Last-Translator ` headers from all Sphinx-generated translation files
10+ * Usage: ` python -m guidata.utils.translations cleanup-doc --directory . `
11+ * Helps avoid merge conflicts when cherry-picking commits between branches (e.g., ` release ` ↔ ` develop ` )
12+ * Optional ` --locale-dir ` argument to specify custom locale directory path (defaults to ` doc/locale ` )
13+
14+ * Translation file generation: Ignore POT-Creation-Date and Last-Translator headers to reduce unnecessary diffs
15+ * Added ` _cleanup_po_file() ` helper function to remove the ` POT-Creation-Date ` and ` Last-Translator ` headers from generated ` .po ` files
16+ * This prevents spurious diffs in version control when regeneration occurs at different times
17+ * Integrated cleanup step into ` generate_translation_files() ` after ` .po ` file creation
18+ * Ensures cleaner translation file management and reduces noise in commit history
19+
720* ** Icon Browser utility** : Added a new GUI tool for browsing and exploring icon collections
821 * New ` guidata.widgets.iconbrowser ` module with ` IconBrowserWindow ` widget
922 * Command-line tool: ` giconbrowser [folder] ` or ` python -m guidata.widgets.iconbrowser [folder] `
You can’t perform that action at this time.
0 commit comments