Skip to content

Commit decae5d

Browse files
committed
Update release notes for version 3.14.0: move 3.13.5 changes
1 parent e111759 commit decae5d

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

doc/release_notes/release_3.13.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
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:

doc/release_notes/release_3.14.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
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]`

0 commit comments

Comments
 (0)