diff --git a/joinlemmy-translations b/joinlemmy-translations index 7c61980..7d7266c 160000 --- a/joinlemmy-translations +++ b/joinlemmy-translations @@ -1 +1 @@ -Subproject commit 7c61980d6f3d6a004dee82fd6da65d1ee62a3447 +Subproject commit 7d7266c0edaaa79019d987f0014fb1c4f915daeb diff --git a/lemmy-docs b/lemmy-docs index 70e433a..95565e5 160000 --- a/lemmy-docs +++ b/lemmy-docs @@ -1 +1 @@ -Subproject commit 70e433a9f98bfb55c04d8b1c2d86f35ae79368af +Subproject commit 95565e57b6b0d74378e6a9d81f9af6ea638c333d diff --git a/lemmy-js-client b/lemmy-js-client index 54a6124..ca66e1b 160000 --- a/lemmy-js-client +++ b/lemmy-js-client @@ -1 +1 @@ -Subproject commit 54a61241cee2a8e16c8ff8fbaed9ac2b1024a51b +Subproject commit ca66e1b8bab086124b2afc8da39804530e2a96d3 diff --git a/lemmy-translations b/lemmy-translations index 29c689a..a099f9f 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 29c689af8d16417c1b84d9491f6bcea888720a87 +Subproject commit a099f9f02d9c8a7e24349154880b5515e3c45362 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..cffda29 --- /dev/null +++ b/src/assets/news/2022-09-14- Lemmy Release v0.16.7 - Bug fixes.md @@ -0,0 +1,13 @@ +# 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)) +- 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