From e5b803ae48ab7c14afee179fc8ac4e0aa4900786 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 28 Jul 2022 07:48:51 -0400 Subject: [PATCH] Add 0.16.6 release news. --- ...19 - Lemmy Release v0.16.6 - A few bug fixes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/assets/news/2022-07-19 - Lemmy Release v0.16.6 - A few bug fixes.md diff --git a/src/assets/news/2022-07-19 - Lemmy Release v0.16.6 - A few bug fixes.md b/src/assets/news/2022-07-19 - Lemmy Release v0.16.6 - A few bug fixes.md new file mode 100644 index 0000000..dc1adb0 --- /dev/null +++ b/src/assets/news/2022-07-19 - Lemmy Release v0.16.6 - A few bug fixes.md @@ -0,0 +1,14 @@ +# Lemmy v0.16.6 Release : bug fixes (2022-07-19) + +*Written by @dessalines and @nutomic, 2022-07-19* + +A few bug fixes: + +- Fix problem where actors can have empty public key (fixes [#2347](https://github.com/LemmyNet/lemmy/issues/2347)) ([#2348](https://github.com/LemmyNet/lemmy/issues/2348)) +- Be more explicit about returning deleted actors or not ([#2335](https://github.com/LemmyNet/lemmy/issues/2335)) +- Dont allow blocking admin ([#2340](https://github.com/LemmyNet/lemmy/issues/2340)) +- Increase RSS fetch limit to 20. Fixes [#2319](https://github.com/LemmyNet/lemmy/issues/2319) ([#2327](https://github.com/LemmyNet/lemmy/issues/2327)) +- Fix length of post_report.original_post_name db field (fixes [#2311](https://github.com/LemmyNet/lemmy/issues/2311)) ([#2315](https://github.com/LemmyNet/lemmy/issues/2315)) +- Add pub use for db crates in api_common ([#2305](https://github.com/LemmyNet/lemmy/issues/2305)) +- Accept private like ([#1968](https://github.com/LemmyNet/lemmy/issues/1968)) ([#2301](https://github.com/LemmyNet/lemmy/issues/2301)) +