@fedify/fedify 1.3.0-dev.532 → 1.3.0-dev.552
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +36 -0
- package/esm/deno.js +1 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -64,8 +64,28 @@ To be released.
|
|
|
64
64
|
- The scaffold project generated by `fedify init` command now enables
|
|
65
65
|
tracing data into log messages.
|
|
66
66
|
|
|
67
|
+
- Let the `fedify lookup` command take multiple arguments.
|
|
68
|
+
[[#173], [#186] by PGD]
|
|
69
|
+
|
|
67
70
|
|
|
68
71
|
[#162]: https://github.com/dahlia/fedify/issues/162
|
|
72
|
+
[#173]: https://github.com/dahlia/fedify/issues/173
|
|
73
|
+
[#186]: https://github.com/dahlia/fedify/pull/186
|
|
74
|
+
|
|
75
|
+
Version 1.2.8
|
|
76
|
+
-------------
|
|
77
|
+
|
|
78
|
+
Released on November 23, 2024.
|
|
79
|
+
|
|
80
|
+
- Fixed warnings from the `fedify inbox` command.
|
|
81
|
+
[[#177], [#181] by WinterHana]
|
|
82
|
+
- Fixed `ShikiError` on the `fedify inbox` command rendering web interface.
|
|
83
|
+
[[#178], [#185] by Heesun Jung]
|
|
84
|
+
- Fixed text overflow of the `fedify inbox` command's web log view.
|
|
85
|
+
[[#180], [#188] by Lim Kyunghee]
|
|
86
|
+
|
|
87
|
+
[#177]: https://github.com/dahlia/fedify/issues/177
|
|
88
|
+
[#181]: https://github.com/dahlia/fedify/pull/181
|
|
69
89
|
|
|
70
90
|
|
|
71
91
|
Version 1.2.7
|
|
@@ -258,6 +278,22 @@ Released on October 31, 2024.
|
|
|
258
278
|
[#118]: https://github.com/dahlia/fedify/issues/118
|
|
259
279
|
|
|
260
280
|
|
|
281
|
+
Version 1.1.8
|
|
282
|
+
-------------
|
|
283
|
+
|
|
284
|
+
Released on November 23, 2024.
|
|
285
|
+
|
|
286
|
+
- Fixed `ShikiError` on the `fedify inbox` command rendering web interface.
|
|
287
|
+
[[#178], [#185] by Heesun Jung]
|
|
288
|
+
- Fixed text overflow of the `fedify inbox` command's web log view.
|
|
289
|
+
[[#180], [#188] by Lim Kyunghee]
|
|
290
|
+
|
|
291
|
+
[#178]: https://github.com/dahlia/fedify/issues/178
|
|
292
|
+
[#180]: https://github.com/dahlia/fedify/issues/180
|
|
293
|
+
[#185]: https://github.com/dahlia/fedify/pull/185
|
|
294
|
+
[#188]: https://github.com/dahlia/fedify/pull/188
|
|
295
|
+
|
|
296
|
+
|
|
261
297
|
Version 1.1.7
|
|
262
298
|
-------------
|
|
263
299
|
|
package/esm/deno.js
CHANGED