You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Root pom and examples/pom were already on 1.4.1 after the v1.4.1
release commit, but the README still advertised v1.4.0 in the current-
release line, the Maven/Gradle install snippets, and the JitPack/POM
coordinate paragraph. Align all four spots with the published 1.4.1 tag.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ What you get out of the box:
31
31
-**PDFBox rendering, isolated.** PDF backend lives behind a single backend interface. The DOCX semantic backend (Apache POI) is ready for callers who need an editable file.
32
32
-**Tested at every layer.** 525 green tests on `main`, including 41 cinematic-feature tests, public-API leak guards, semantic-vs-engine isolation guards, and a brand-new `PdfVisualRegression` harness for screenshot-level checks.
33
33
34
-
The current release is **v1.4.0**— the "cinematic" release. v1.3 stabilised the core (rows, per-side borders, auto-size text, DOCX export); v1.4 lands the visual-design layer that turns "tidy PDF" into "designed document".
34
+
The current release is **v1.4.1**— the "cinematic" release. v1.3 stabilised the core (rows, per-side borders, auto-size text, DOCX export); v1.4 lands the visual-design layer that turns "tidy PDF" into "designed document".
35
35
36
36
## Visual preview
37
37
@@ -60,7 +60,7 @@ GraphCompose is currently distributed through JitPack.
The project POM coordinates are `io.github.demchaav:graphcompose:1.4.0`. JitPack keeps the GitHub repository coordinate with a lowercase owner (`com.github.demchaav:GraphCompose:v1.4.0`) and the `v1.4.0` tag. The DOCX backend depends on `org.apache.poi:poi-ooxml`, declared as `optional`— add it explicitly when you call `session.export(new DocxSemanticBackend())`.
77
+
The project POM coordinates are `io.github.demchaav:graphcompose:1.4.1`. JitPack keeps the GitHub repository coordinate with a lowercase owner (`com.github.demchaav:GraphCompose:v1.4.1`) and the `v1.4.1` tag. The DOCX backend depends on `org.apache.poi:poi-ooxml`, declared as `optional`— add it explicitly when you call `session.export(new DocxSemanticBackend())`.
0 commit comments