File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Version 0.2.3
66
77To be released.
88
9+ - Upgraded Fedify to 1.4.6, which fixes a bug where ActivityPub Discovery
10+ failed to recognize XHTML self-closing ` <link> ` tags. The HTML/XHTML parser
11+ now correctly handles whitespace before the self-closing slash (` /> ` ),
12+ improving compatibility with XHTML documents that follow the self-closing
13+ tag format.
14+
915
1016Version 0.2.2
1117-------------
@@ -86,12 +92,24 @@ Released on April 21, 2025.
8692 to the author of the original message as well if it is a reply.
8793
8894
95+ Version 0.1.3
96+ -------------
97+
98+ Released on August 25, 2025.
99+
100+ - Upgraded Fedify to 1.4.14, which fixes a bug where ActivityPub Discovery
101+ failed to recognize XHTML self-closing ` <link> ` tags. The HTML/XHTML parser
102+ now correctly handles whitespace before the self-closing slash (` /> ` ),
103+ improving compatibility with XHTML documents that follow the self-closing
104+ tag format.
105+
106+
89107Version 0.1.2
90108-------------
91109
92110Released on August 8, 2025.
93111
94- - Upgrade Fedify to 1.4.13, which includes a critical security
112+ - Upgraded Fedify to 1.4.13, which includes a critical security
95113 fix [ CVE-2025 -54888] that addresses an authentication bypass
96114 vulnerability allowing actor impersonation. [[ CVE-2025 -54888]]
97115
Original file line number Diff line number Diff line change 1818 "./text" : " ./src/text.ts"
1919 },
2020 "imports" : {
21- "@fedify/fedify" : " jsr:@fedify/fedify@^1.5.5 " ,
21+ "@fedify/fedify" : " jsr:@fedify/fedify@^1.5.6 " ,
2222 "@fedify/markdown-it-hashtag" : " jsr:@fedify/markdown-it-hashtag@^0.3.0" ,
2323 "@fedify/markdown-it-mention" : " jsr:@fedify/markdown-it-mention@^0.3.0" ,
2424 "@hongminhee/x-forwarded-fetch" : " jsr:@hongminhee/x-forwarded-fetch@^0.2.0" ,
You can’t perform that action at this time.
0 commit comments