@@ -8,6 +8,11 @@ Version 1.7.10
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.7.9
13
18
-------------
@@ -146,6 +151,17 @@ Released on June 25, 2025.
146
151
[ #252 ] : https://github.com/fedify-dev/fedify/pull/252
147
152
148
153
154
+ Version 1.6.9
155
+ -------------
156
+
157
+ Released on August 25, 2025.
158
+
159
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
160
+ self-closing ` <link> ` tags. The HTML/XHTML parser now correctly handles
161
+ whitespace before the self-closing slash (` /> ` ), improving compatibility
162
+ with XHTML documents that follow the self-closing tag format.
163
+
164
+
149
165
Version 1.6.8
150
166
-------------
151
167
@@ -287,6 +303,17 @@ the versioning.
287
303
[ #242 ] : https://github.com/fedify-dev/fedify/pull/242
288
304
289
305
306
+ Version 1.5.6
307
+ -------------
308
+
309
+ Released on August 25, 2025.
310
+
311
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
312
+ self-closing ` <link> ` tags. The HTML/XHTML parser now correctly handles
313
+ whitespace before the self-closing slash (` /> ` ), improving compatibility
314
+ with XHTML documents that follow the self-closing tag format.
315
+
316
+
290
317
Version 1.5.5
291
318
-------------
292
319
@@ -474,6 +501,17 @@ Released on March 28, 2025.
474
501
[multibase ]: https://github.com/multiformats/js-multibase
475
502
476
503
504
+ Version 1.4.14
505
+ --------------
506
+
507
+ Released on August 25, 2025.
508
+
509
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
510
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
511
+ whitespace before the self-closing slash (`/>`), improving compatibility
512
+ with XHTML documents that follow the self-closing tag format.
513
+
514
+
477
515
Version 1.4.13
478
516
--------------
479
517
@@ -736,6 +774,17 @@ Released on February 5, 2025.
736
774
[#195 ]: https://github.com/fedify-dev/fedify/issues/195
737
775
738
776
777
+ Version 1.3.21
778
+ --------------
779
+
780
+ Released on August 25, 2025.
781
+
782
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
783
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
784
+ whitespace before the self-closing slash (`/>`), improving compatibility
785
+ with XHTML documents that follow the self-closing tag format.
786
+
787
+
739
788
Version 1.3.20
740
789
--------------
741
790
@@ -1116,6 +1165,17 @@ Released on November 30, 2024.
1116
1165
[#193 ]: https://github.com/fedify-dev/fedify/issues/193
1117
1166
1118
1167
1168
+ Version 1.2.24
1169
+ --------------
1170
+
1171
+ Released on August 25, 2025.
1172
+
1173
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
1174
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
1175
+ whitespace before the self-closing slash (`/>`), improving compatibility
1176
+ with XHTML documents that follow the self-closing tag format.
1177
+
1178
+
1119
1179
Version 1.2.23
1120
1180
--------------
1121
1181
@@ -1529,6 +1589,17 @@ Released on October 31, 2024.
1529
1589
[#118 ]: https://github.com/fedify-dev/fedify/issues/118
1530
1590
1531
1591
1592
+ Version 1.1.24
1593
+ --------------
1594
+
1595
+ Released on August 25, 2025.
1596
+
1597
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
1598
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
1599
+ whitespace before the self-closing slash (`/>`), improving compatibility
1600
+ with XHTML documents that follow the self-closing tag format.
1601
+
1602
+
1532
1603
Version 1.1.23
1533
1604
--------------
1534
1605
@@ -1983,6 +2054,17 @@ Released on October 20, 2024.
1983
2054
[#150 ]: https://github.com/fedify-dev/fedify/issues/150
1984
2055
1985
2056
2057
+ Version 1.0.27
2058
+ --------------
2059
+
2060
+ Released on August 25, 2025.
2061
+
2062
+ - Fixed a bug where ActivityPub Discovery failed to recognize XHTML
2063
+ self-closing `<link>` tags. The HTML/XHTML parser now correctly handles
2064
+ whitespace before the self-closing slash (`/>`), improving compatibility
2065
+ with XHTML documents that follow the self-closing tag format.
2066
+
2067
+
1986
2068
Version 1.0.26
1987
2069
--------------
1988
2070
0 commit comments