From 47f1b6b92b3e69cb852db5671a38b72a32f4b73c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 14 Sep 2022 11:25:13 -0400 Subject: [PATCH] 0.16.7 Release notes --- ...22-09-14- Lemmy Release v0.16.7 - Bug fixes.md | 15 +++++++++++++++ update_submodules.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/assets/news/2022-09-14- Lemmy Release v0.16.7 - Bug fixes.md diff --git a/src/assets/news/2022-09-14- Lemmy Release v0.16.7 - Bug fixes.md b/src/assets/news/2022-09-14- Lemmy Release v0.16.7 - Bug fixes.md new file mode 100644 index 0000000..5b13353 --- /dev/null +++ b/src/assets/news/2022-09-14- Lemmy Release v0.16.7 - Bug fixes.md @@ -0,0 +1,15 @@ +# Lemmy v0.16.7 Release : Bug fixes (2022-09-14) + +_Written by @dessalines and @nutomic, 2022-09-14_ + +A few bug fixes: + +- Fix missing auth on new post refresh. ([#764](https://github.com/LemmyNet/lemmy-ui/issues/764)) +- Change CSP rule for connect-src (websocket) to wildcard (fixes [#730](https://github.com/LemmyNet/lemmy-ui/issues/730)) ([#737](https://github.com/LemmyNet/lemmy-ui/issues/737)) +- Increase default search rate limit. ([#2424](https://github.com/LemmyNet/lemmy/issues/2424)) +- Rejected federated pm from blocked users (fixes [#2398](https://github.com/LemmyNet/lemmy/issues/2398)) ([#2408](https://github.com/LemmyNet/lemmy/issues/2408)) +- Handle Like, Undo/Like activities from Mastodon, add tests (fixes [#2378](https://github.com/LemmyNet/lemmy/issues/2378)) ([#2380](https://github.com/LemmyNet/lemmy/issues/2380)) +- Revert "Handle Like, Undo/Like activities from Mastodon, add tests (fixes [#2378](https://github.com/LemmyNet/lemmy/issues/2378)) ([#2380](https://github.com/LemmyNet/lemmy/issues/2380))" +- Handle Like, Undo/Like activities from Mastodon, add tests (fixes [#2378](https://github.com/LemmyNet/lemmy/issues/2378)) ([#2380](https://github.com/LemmyNet/lemmy/issues/2380)) +- Dont allow login if account is banned or deleted (fixes [#2372](https://github.com/LemmyNet/lemmy/issues/2372)) ([#2374](https://github.com/LemmyNet/lemmy/issues/2374)) +- Fix panics in search_by_apub_id() (fixes [#2371](https://github.com/LemmyNet/lemmy/issues/2371)) ([#2373](https://github.com/LemmyNet/lemmy/issues/2373)) diff --git a/update_submodules.sh b/update_submodules.sh index a6ec471..04aa83b 100755 --- a/update_submodules.sh +++ b/update_submodules.sh @@ -10,11 +10,11 @@ pushd ../lemmy-translations git fetch weblate git merge weblate/main git push +popd git submodule update --remote git add joinlemmy-translations git add lemmy-translations -git add lemmy-instance-stats git add lemmy-docs git add lemmy-js-client