|
2 | 2 |
|
3 | 3 | This lists the most important changes between releases of mdbook-i18n-helpers. |
4 | 4 |
|
| 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 | + |
5 | 21 | ## Version 0.2.4 (2023-09-27) |
6 | 22 |
|
7 | 23 | - [#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. |
34 | 50 |
|
35 | 51 | First release as a stand-alone crate. |
36 | 52 |
|
| 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 |
37 | 57 | [#87]: https://github.com/google/mdbook-i18n-helpers/pull/87 |
| 58 | +[#76]: https://github.com/google/mdbook-i18n-helpers/issues/76 |
38 | 59 | [#75]: https://github.com/google/mdbook-i18n-helpers/pull/75 |
39 | 60 | [#69]: https://github.com/google/mdbook-i18n-helpers/pull/69 |
40 | 61 | [#59]: https://github.com/google/mdbook-i18n-helpers/pull/59 |
|
0 commit comments