@@ -8,6 +8,11 @@ Version 1.4.14
8
8
9
9
To be released.
10
10
11
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
12
+ self-closing ` <link> ` tags. The HTML/XHTML parser now correctly handles
13
+ whitespace before the self-closing slash (` /> ` ), improving compatibility
14
+ with XHTML documents that follow the self-closing tag format.
15
+
11
16
12
17
Version 1.4.13
13
18
--------------
@@ -271,6 +276,17 @@ Released on February 5, 2025.
271
276
[#195 ]: https://github.com/fedify-dev/fedify/issues/195
272
277
273
278
279
+ Version 1.3.21
280
+ --------------
281
+
282
+ Released on August 25, 2025.
283
+
284
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
285
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
286
+ whitespace before the self-closing slash (`/>`), improving compatibility
287
+ with XHTML documents that follow the self-closing tag format.
288
+
289
+
274
290
Version 1.3.20
275
291
--------------
276
292
@@ -651,6 +667,17 @@ Released on November 30, 2024.
651
667
[#193 ]: https://github.com/fedify-dev/fedify/issues/193
652
668
653
669
670
+ Version 1.2.24
671
+ --------------
672
+
673
+ Released on August 25, 2025.
674
+
675
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
676
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
677
+ whitespace before the self-closing slash (`/>`), improving compatibility
678
+ with XHTML documents that follow the self-closing tag format.
679
+
680
+
654
681
Version 1.2.23
655
682
--------------
656
683
@@ -1064,6 +1091,17 @@ Released on October 31, 2024.
1064
1091
[#118 ]: https://github.com/fedify-dev/fedify/issues/118
1065
1092
1066
1093
1094
+ Version 1.1.24
1095
+ --------------
1096
+
1097
+ Released on August 25, 2025.
1098
+
1099
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
1100
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
1101
+ whitespace before the self-closing slash (`/>`), improving compatibility
1102
+ with XHTML documents that follow the self-closing tag format.
1103
+
1104
+
1067
1105
Version 1.1.23
1068
1106
--------------
1069
1107
@@ -1518,6 +1556,17 @@ Released on October 20, 2024.
1518
1556
[#150 ]: https://github.com/fedify-dev/fedify/issues/150
1519
1557
1520
1558
1559
+ Version 1.0.27
1560
+ --------------
1561
+
1562
+ Released on August 25, 2025.
1563
+
1564
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
1565
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
1566
+ whitespace before the self-closing slash (`/>`), improving compatibility
1567
+ with XHTML documents that follow the self-closing tag format.
1568
+
1569
+
1521
1570
Version 1.0.26
1522
1571
--------------
1523
1572
0 commit comments