Skip to content

Commit

Permalink
1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisia committed Oct 8, 2021
1 parent b79d607 commit d85dd74
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-full</artifactId>
<version> 1.15.5</version>
<version>1.15.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pom引入相关模块
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-converter</artifactId>
<version> 1.15.5</version>
<version>1.15.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static FontLoader getInstance() {
*
* @return 字体加载器
*/
public static FontLoader Preloading() {
public static FontLoader Preload() {
return getInstance();
}

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-font/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-gm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-gv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ofdrw-gv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ofdrw-gv/src/main/java/org/ofdrw/gv/GlobalVar.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ final public class GlobalVar {
/**
* OFD Reader and Writer 版本号
*/
public static final String Version = " 1.15.5";
public static final String Version = "1.15.6";
}
2 changes: 1 addition & 1 deletion ofdrw-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<artifactId>ofdrw-layout</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-pkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>OFD文件的容器以及用于文档的打包</description>
Expand Down
2 changes: 1 addition & 1 deletion ofdrw-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-sign/doc/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-sign</artifactId>
<version> 1.15.5</version>
<version>1.15.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-sign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version> 1.15.5</version>
<version>1.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw</artifactId>
<packaging>pom</packaging>
<version>1.15.5</version>
<version>1.15.6</version>

<url>https://github.com/ofdrw/ofdrw</url>
<description>Open Fixed layout Document Reader And Writer Libary(OFD-RW) provider developers to generate ofd
Expand Down
16 changes: 16 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 发布记录和特性

## Version 1.15.6 2021-10-8 20:09:35

> Alias: Lidong
修复:

- 修复了没有印章验章没有检查印章与电子签章数据中印章的匹配性问题。
- 修复了core模块`CT_CommonData` 对多`PublicRes``DocumentRes`的支持。
- 修复了`PublicRes.xml``DocumentRes.xml`可能存在多个导致的渲染乱码。
-`Paragraph`的预处理`doPrepare`方法标注了额外警告说明文字。
- 关闭了字体加载对`type14`类型字体的警告日志。

新增:

- 字体加载器 `FontLoader`增加了语义化的预加载方法`Preload`

## Version 1.15.5 2021-10-3 18:14:23

> Alias: shuangjiang
Expand Down

0 comments on commit d85dd74

Please sign in to comment.