@fedify/fedify 0.14.2 → 0.14.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +20 -0
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 0.14.3
|
7
|
+
--------------
|
8
|
+
|
9
|
+
Released on September 1, 2024.
|
10
|
+
|
11
|
+
- Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
|
12
|
+
options when no `-f`/`--follow` option was provided. [[#132]]
|
13
|
+
|
14
|
+
|
6
15
|
Version 0.14.2
|
7
16
|
--------------
|
8
17
|
|
@@ -119,6 +128,17 @@ Released on August 27, 2024.
|
|
119
128
|
[#115]: https://github.com/dahlia/fedify/issues/115
|
120
129
|
|
121
130
|
|
131
|
+
Version 0.13.4
|
132
|
+
--------------
|
133
|
+
|
134
|
+
Released on September 1, 2024.
|
135
|
+
|
136
|
+
- Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
|
137
|
+
options when no `-f`/`--follow` option was provided. [[#132]]
|
138
|
+
|
139
|
+
[#132]: https://github.com/dahlia/fedify/issues/132
|
140
|
+
|
141
|
+
|
122
142
|
Version 0.13.3
|
123
143
|
--------------
|
124
144
|
|