mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Adding 0.16.6 release
This commit is contained in:
parent
16fe149a6d
commit
767f1aa0de
1 changed files with 12 additions and 0 deletions
12
RELEASES.md
12
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?
|
||||
|
|
Loading…
Reference in a new issue