Skip to content

Commit

Permalink
updated release date
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Jul 20, 2024
1 parent a2d3194 commit 2f7171b
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 495 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
2.12.0
=======
2024-07-20

- support pdf export/visualization to PDF, thanks to Heavenfighter #387 allow embedd fonts from jar-file for pdf creation #388
- Fix #389: ClassCastException: ZUGFeRDExporterFromA3
- jakarta support #372
- Upgrade to PDFBox 3 #373
- Requires Java 11
- #397
- #397 Build succeeds but file is unusable on alpine/docker
- #392 CLI: action combine: --ignorefileextension to ignore PDF/A input file errors dosen't work
- for CLI combine, fx is now default
- set profile to XR if XR is imported #395
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you set up a Maven project, you can reference the mustang artifact like this:
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>
```

Expand Down
373 changes: 0 additions & 373 deletions doc/antora/LICENSE

This file was deleted.

26 changes: 0 additions & 26 deletions doc/antora/README.adoc

This file was deleted.

21 changes: 0 additions & 21 deletions doc/antora/code/my_app.rb

This file was deleted.

7 changes: 0 additions & 7 deletions doc/antora/docs/antora.yml

This file was deleted.

1 change: 0 additions & 1 deletion doc/antora/docs/modules/ROOT/nav.adoc

This file was deleted.

33 changes: 0 additions & 33 deletions doc/antora/docs/modules/ROOT/pages/index.adoc

This file was deleted.

1 change: 0 additions & 1 deletion doc/antora/docs/modules/module-one/nav.adoc

This file was deleted.

21 changes: 0 additions & 21 deletions doc/antora/docs/modules/module-one/pages/overview.adoc

This file was deleted.

20 changes: 10 additions & 10 deletions doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,16 @@ In .m2 also need a toolchains.xml which defines a Sun JDK 1.8 target like the fo
<?xml version="1.0" encoding="UTF-8"?>
<toolchains>
<!-- JDK toolchains -->
<toolchain>
<type>jdk</type>
<provides>
<version>8</version>
<vendor>adopt</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Eclipse Adoptium\jdk-8.0.352.8-hotspot</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>11</version>
<vendor>adopt</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Eclipse Adoptium\jdk-11.0.23.9-hotspot</jdkHome>
</configuration>
</toolchain>

</toolchains>
```
Expand Down

0 comments on commit 2f7171b

Please sign in to comment.