@fedify/fedify 1.2.0 → 1.3.0-dev.477
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +15 -0
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,21 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.3.0
|
7
|
+
-------------
|
8
|
+
|
9
|
+
To be released.
|
10
|
+
|
11
|
+
|
12
|
+
Version 1.2.1
|
13
|
+
-------------
|
14
|
+
|
15
|
+
Released on October 31, 2024.
|
16
|
+
|
17
|
+
- Now `fedify node` command can render the node's favicon with
|
18
|
+
`image/vnd.microsoft.icon` or `image/x-icon` format.
|
19
|
+
|
20
|
+
|
6
21
|
Version 1.2.0
|
7
22
|
-------------
|
8
23
|
|