File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,19 @@ Version 0.1.3
6
6
7
7
To be released.
8
8
9
+ - Upgraded Fedify to 1.4.14, 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
+
9
15
10
16
Version 0.1.2
11
17
-------------
12
18
13
19
Released on August 8, 2025.
14
20
15
- - Upgrade Fedify to 1.4.13, which includes a critical security
21
+ - Upgraded Fedify to 1.4.13, which includes a critical security
16
22
fix [ CVE-2025 -54888] that addresses an authentication bypass
17
23
vulnerability allowing actor impersonation. [[ CVE-2025 -54888]]
18
24
Original file line number Diff line number Diff line change 17
17
"./text" : " ./src/text.ts"
18
18
},
19
19
"imports" : {
20
- "@fedify/fedify" : " jsr:@fedify/fedify@^1.4.13 " ,
20
+ "@fedify/fedify" : " jsr:@fedify/fedify@^1.4.14 " ,
21
21
"@fedify/markdown-it-hashtag" : " jsr:@fedify/markdown-it-hashtag@^0.3.0" ,
22
22
"@fedify/markdown-it-mention" : " jsr:@fedify/markdown-it-mention@^0.2.0" ,
23
23
"@hongminhee/x-forwarded-fetch" : " jsr:@hongminhee/x-forwarded-fetch@^0.2.0" ,
You can’t perform that action at this time.
0 commit comments