mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
0.16.7 release (#115)
* Updating submodules * 0.16.7 Release notes * Remove a note.
This commit is contained in:
parent
9292d2750d
commit
a5ebc9f89b
6 changed files with 18 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 7c61980d6f3d6a004dee82fd6da65d1ee62a3447
|
||||
Subproject commit 7d7266c0edaaa79019d987f0014fb1c4f915daeb
|
|
@ -1 +1 @@
|
|||
Subproject commit 70e433a9f98bfb55c04d8b1c2d86f35ae79368af
|
||||
Subproject commit 95565e57b6b0d74378e6a9d81f9af6ea638c333d
|
|
@ -1 +1 @@
|
|||
Subproject commit 54a61241cee2a8e16c8ff8fbaed9ac2b1024a51b
|
||||
Subproject commit ca66e1b8bab086124b2afc8da39804530e2a96d3
|
|
@ -1 +1 @@
|
|||
Subproject commit 29c689af8d16417c1b84d9491f6bcea888720a87
|
||||
Subproject commit a099f9f02d9c8a7e24349154880b5515e3c45362
|
|
@ -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))
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue