From 532074d3367effd6b670cb8bbb18643abd1bf061 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 15 Mar 2022 17:29:42 -0400 Subject: [PATCH] Adding v0.16.1 Release notes. --- ...5 - Lemmy Release v0.16.1 - A few bug fixes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/assets/news/2022-03-15 - Lemmy Release v0.16.1 - A few bug fixes.md diff --git a/src/assets/news/2022-03-15 - Lemmy Release v0.16.1 - A few bug fixes.md b/src/assets/news/2022-03-15 - Lemmy Release v0.16.1 - A few bug fixes.md new file mode 100644 index 0000000..776733b --- /dev/null +++ b/src/assets/news/2022-03-15 - Lemmy Release v0.16.1 - A few bug fixes.md @@ -0,0 +1,15 @@ +# Lemmy v0.16.1 Release + +A few bug fixes: + +## Lemmy + +- Revert "Add logging to debug federation issues (ref [#2096](https://github.com/LemmyNet/lemmy/issues/2096)) ([#2099](https://github.com/LemmyNet/lemmy/issues/2099))" ([#2130](https://github.com/LemmyNet/lemmy/issues/2130)) +- Dont allow admin to add mod to remote community ([#2129](https://github.com/LemmyNet/lemmy/issues/2129)) +- Reject federated downvotes if downvotes are disabled (fixes [#2124](https://github.com/LemmyNet/lemmy/issues/2124)) ([#2128](https://github.com/LemmyNet/lemmy/issues/2128)) + +## Lemmy-ui + +- Fix error during new site setup ([#596](https://github.com/LemmyNet/lemmy-ui/issues/596)) +- Differentiate between mods and admins in mod log ([#597](https://github.com/LemmyNet/lemmy-ui/issues/597)) +- Fix comment fedilink (fixes [#594](https://github.com/LemmyNet/lemmy-ui/issues/594)) ([#595](https://github.com/LemmyNet/lemmy-ui/issues/595))