Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
28a17c2d
Verified
Commit
28a17c2d
authored
Aug 28, 2021
by
Haelwenn
Browse files
Merge branch 'release/2.4.1' into chores/2.4.1-develop
parents
689a59f4
7372609c
Pipeline
#37331
passed with stages
in 7 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
28a17c2d
...
...
@@ -15,11 +15,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
## Unreleased-patch
## 2.4.1 - 2021-08-29
### Changed
-
Make
`mix pleroma.database set_text_search_config`
run concurrently and indefinitely
### Added
-
AdminAPI: Missing configuration description for StealEmojiPolicy
### Fixed
-
MastodonAPI: Stream out Create activities
-
MRF ObjectAgePolicy: Fix pattern matching on "published"
-
TwitterAPI: Make
`change_password`
and
`change_email`
require params on body instead of query
-
Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies
-
AdminAPI: Fix rendering reports containing a
`nil`
object
-
Mastodon API: Activity Search fallbacks on status fetching after a DB Timeout/Error
-
Make activity search properly use GIN indexes
-
Mastodon API: Fix crash in Streamer related to reblogging
-
AdminAPI: List available frontends when
`static/frontends`
folder is missing
-
Make activity search properly use language-aware GIN indexes
-
AdminAPI: Fix suggestions for MRF Policies
## 2.4.0 - 2021-08-
xx
## 2.4.0 - 2021-08-
08
### Changed
...
...
mix.exs
View file @
28a17c2d
...
...
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def
project
do
[
app:
:pleroma
,
version:
version
(
"2.4.5
0
"
),
version:
version
(
"2.4.5
1
"
),
elixir:
"~> 1.9"
,
elixirc_paths:
elixirc_paths
(
Mix
.
env
()),
compilers:
[
:phoenix
,
:gettext
]
++
Mix
.
compilers
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment