File tree 3 files changed +27
-5
lines changed
3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ and optional library packages are the following:
62
62
### Compile-time dependencies
63
63
64
64
- The [ css4j] ( https://github.com/css4j/css4j/releases ) library (and its transitive
65
- dependencies); version 3.8.0 or higher is recommended (compatibility with 4.0 or
65
+ dependencies); version 3.9.1 or higher is recommended (compatibility with 4.0 or
66
66
higher is likely but not guaranteed).
67
67
68
68
### Test dependencies
69
69
70
70
- A recent version of [ JUnit 4] ( https://junit.org/junit4/ ) .
71
71
72
- - The [ xml-dtd] ( https://github.com/css4j/xml-dtd ) library; version 4.1.0 or
72
+ - The [ xml-dtd] ( https://github.com/css4j/xml-dtd ) library; version 4.1.1 or
73
73
higher is recommended.
74
74
75
75
- The [ validator.nu html5 parser] ( https://about.validator.nu/htmlparser/ ) .
Original file line number Diff line number Diff line change 1
1
# css4j-AWT version 3.6.1 Release Notes
2
2
3
- ### TBD
3
+ ### January 23, 2023
4
4
5
5
<br />
6
6
7
7
## Highlights
8
8
9
- ### Javadoc improvements.
9
+ ### Accept synonyms for "sans serif" in ` AWTStyleDatabase `
10
+
11
+ ### Make generic font family comparisons case insensitive in ` AWTStyleDatabase `
12
+
13
+
14
+ <br />
15
+
16
+ ## Detail of changes
10
17
11
18
The javadocs now link to css4j API docs.
19
+
20
+ - Accept synonyms for "sans serif" in ` AWTStyleDatabase ` .
21
+ - Make generic font family comparisons case insensitive in ` AWTStyleDatabase ` .
22
+ - Bump year to 2023 in copyrights.
23
+ - Javadoc: add a module description.
24
+ - Fix build warning
25
+ - Fix javadoc warning
26
+ - Upgrade to css4j 3.9.1
27
+ - Upgrade to xml-dtd 4.1.1
28
+ - Upgrade to slf4j-api 2.0.6
29
+ - Upgrade to JUnit 4.13.2.
30
+ - Upgrade to extra-java-module-info 1.2
31
+ - Upgrade Gradle wrapper to 7.6
32
+ - Gradle: copy licensing files to META-INF directory of archive files.
33
+ - Add a workflow to publish package in Github.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = ' io.sf.carte'
8
- version = ' 3.6.1-SNAPSHOT '
8
+ version = ' 3.6.1'
9
9
10
10
description = ' css4j-awt'
11
11
You can’t perform that action at this time.
0 commit comments