Skip to content

Commit 19a5d57

Browse files
committed
Update changelog for 0.3.0
1 parent 8698780 commit 19a5d57

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

i18n-helpers/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
This lists the most important changes between releases of mdbook-i18n-helpers.
44

5+
## Version 0.3.0 (2023-11-09)
6+
7+
This release changes how code blocks are treated: we now only extract literal
8+
strings and comments. Other parts of the code block is ignored. This vastly
9+
improves the experience when translating books with many code samples. We will
10+
add [more controls][#76] for this in the future.
11+
12+
> This is a breaking change: if you translate strings and comments in your code
13+
> blocks, then you should [run `mdbook-i18n-normalize`](i18n-helpers/USAGE.md)
14+
> to migrate them automatically!
15+
16+
- [#111]: Skip extracting whitespace-only messages.
17+
- [#109]: Extract only string literals and comments from code blocks.
18+
- [#100]: Allow formatting in the `SUMMARY.md` file.
19+
- [#93]: Wrap the source lines like `msgmerge` does.
20+
521
## Version 0.2.4 (2023-09-27)
622

723
- [#87]: Set the POT-Creation-Date field in newly generated POT files.
@@ -34,7 +50,12 @@ This lists the most important changes between releases of mdbook-i18n-helpers.
3450

3551
First release as a stand-alone crate.
3652

53+
[#111]: https://github.com/google/mdbook-i18n-helpers/pull/111
54+
[#109]: https://github.com/google/mdbook-i18n-helpers/pull/109
55+
[#100]: https://github.com/google/mdbook-i18n-helpers/pull/100
56+
[#93]: https://github.com/google/mdbook-i18n-helpers/pull/93
3757
[#87]: https://github.com/google/mdbook-i18n-helpers/pull/87
58+
[#76]: https://github.com/google/mdbook-i18n-helpers/issues/76
3859
[#75]: https://github.com/google/mdbook-i18n-helpers/pull/75
3960
[#69]: https://github.com/google/mdbook-i18n-helpers/pull/69
4061
[#59]: https://github.com/google/mdbook-i18n-helpers/pull/59

0 commit comments

Comments
 (0)