@fedify/fedify 0.15.0-dev.367 → 0.15.0-dev.372
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
@@ -9,6 +9,15 @@ Version 0.15.0
|
|
9
9
|
To be released.
|
10
10
|
|
11
11
|
|
12
|
+
Version 0.14.3
|
13
|
+
--------------
|
14
|
+
|
15
|
+
Released on September 1, 2024.
|
16
|
+
|
17
|
+
- Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
|
18
|
+
options when no `-f`/`--follow` option was provided. [[#132]]
|
19
|
+
|
20
|
+
|
12
21
|
Version 0.14.2
|
13
22
|
--------------
|
14
23
|
|
@@ -125,6 +134,17 @@ Released on August 27, 2024.
|
|
125
134
|
[#115]: https://github.com/dahlia/fedify/issues/115
|
126
135
|
|
127
136
|
|
137
|
+
Version 0.13.4
|
138
|
+
--------------
|
139
|
+
|
140
|
+
Released on September 1, 2024.
|
141
|
+
|
142
|
+
- Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
|
143
|
+
options when no `-f`/`--follow` option was provided. [[#132]]
|
144
|
+
|
145
|
+
[#132]: https://github.com/dahlia/fedify/issues/132
|
146
|
+
|
147
|
+
|
128
148
|
Version 0.13.3
|
129
149
|
--------------
|
130
150
|
|