Skip to content

Commit c173a99

Browse files
committed
release: Bump version to 0.11.3
1 parent 52a1166 commit c173a99

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed
85.2 KB
Loading

docs/strictdoc_04_release_notes.sdoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ STATEMENT: >>>
4545
This document maintains a record of all changes to StrictDoc since November 2023. It serves as a user-friendly version of the changelog, complementing the automatically generated, commit-by-commit changelog available as GitHub releases: `StrictDoc Releases <https://github.com/strictdoc-project/strictdoc/releases>`_.
4646
<<<
4747

48+
[[SECTION]]
49+
MID: 721b576103a748c8a63d3147ec771b95
50+
TITLE: 0.11.3 (2025-09-07)
51+
52+
[TEXT]
53+
MID: e60129ab582946319616595111296e76
54+
STATEMENT: >>>
55+
This release contains two enhancements.
56+
57+
1\) The HTML2PDF functionality was updated to support the ``html2pdf_strict`` config option, which controls whether the html2pdf4doc library validates the printed PDF pages. The only, but very important, validation added is the one that checks whether the number of PDF pages in the printed file equals the number of pages paginated by html2pdf4doc. We are still addressing some remaining edge cases related to image scaling and table splitting, and this validation helps detect those issues. Eventually, every project should be able to set ``html2pdf_strict`` to ``true`` and have all documents printed without any layout errors, even minor ones. If ``html2pdf_strict`` is set to ``false``, the validation message is still printed, but it does not cause StrictDoc to terminate with a non-zero exit code.
58+
59+
2\) Parsing of SDoc nodes from source files was adjusted so that the ``manage auto-uid`` command no longer causes auto-generated content to be written back to the template SDoc files. Thanks to @johanenglund for reporting this issue.
60+
<<<
61+
62+
[[/SECTION]]
63+
4864
[[SECTION]]
4965
MID: 4bd05b9073254db38322102f4bbc5096
5066
TITLE: 0.11.2 (2025-09-02)

docs/strictdoc_28_Backlog.sdoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,6 @@ STATEMENT: >>>
486486

487487
- Option to keep all multi-line text fields to 80 symbols width.
488488

489-
- Moving nodes between documents.
490-
491489
- TBL view: Column filters to show/hide columns.
492490

493491
- TBL view: Completely empty columns are hidden by default.
@@ -528,8 +526,6 @@ STATEMENT: >>>
528526

529527
- StrictDoc shall support rendering text/code blocks into Markdown syntax.
530528

531-
- **Fuzzy requirements search.** This feature can be implemented in the CLI as well as in the future GUI. A fuzzy requirements search can help to find existing requirements and also identify relevant requirements when creating new requirements.
532-
533529
- Support creation of FMEA/FMECA safety analysis documents.
534530

535531
- Calculation of checksums for requirements. This feature is relatively easy to implement, but the implementation is postponed until the linking between requirements and files is implemented.

0 commit comments

Comments
 (0)