X-Git-Url: http://these/git/?a=blobdiff_plain;f=RELEASES.md;h=7220f82c902a2a99b14ec317220aef433a55095d;hb=767f1aa0def69e84d4e647ef1cf8221261a776eb;hp=98a9f841ca7941a077497fe442cbf2a733a3a368;hpb=16fe149a6dcd3207b0e311a4d32a23f4a68fbd4f;p=lemmy.git diff --git a/RELEASES.md b/RELEASES.md index 98a9f841..7220f82c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,15 @@ +# Lemmy v0.16.6 Release : bug fixes (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)) + # Lemmy v0.16.4 Release : Peertube federation, Rust API and other improvements (2022-05-27) ## What is Lemmy?