@fedify/fedify 0.13.3 → 0.13.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +11 -0
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,17 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 0.13.4
|
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
|
+
[#132]: https://github.com/dahlia/fedify/issues/132
|
15
|
+
|
16
|
+
|
6
17
|
Version 0.13.3
|
7
18
|
--------------
|
8
19
|
|