Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
fd868f8c
Commit
fd868f8c
authored
3 years ago
by
Eugen Rochko
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 3.4.4
parent
4cd33a2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+17
-0
CHANGELOG.md
lib/mastodon/version.rb
+1
-1
lib/mastodon/version.rb
with
18 additions
and
1 deletion
+18
-1
CHANGELOG.md
+
17
-
0
View file @
fd868f8c
...
...
@@ -3,6 +3,23 @@ Changelog
All notable changes to this project will be documented in this file.
## [3.4.4] - 2021-11-26
### Fixed
-
Fix error when suspending user with an already blocked canonical email (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17036
)
)
-
Fix overflow of long profile fields in admin UI (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17010
)
)
-
Fix confusing error when WebFinger request returns empty document (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/16986
)
)
-
Fix upload of remote media with OpenStack Swift sometimes failing (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/16998
)
)
-
Fix logout link not working in Safari (
[
noellabo
](
https://github.com/mastodon/mastodon/pull/16574
)
)
-
Fix “open” link of media modal not closing modal in web UI (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/16524
)
)
-
Fix replying from modal in web UI (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/16516
)
)
-
Fix
`mastodon:setup`
command crashing in some circumstances (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/16976
)
)
### Security
-
Fix filtering DMs from non-followed users (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17042
)
)
-
Fix handling of recursive toots in WebUI (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17041
)
)
## [3.4.3] - 2021-11-06
### Fixed
...
...
This diff is collapsed.
Click to expand it.
lib/mastodon/version.rb
+
1
-
1
View file @
fd868f8c
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
3
4
end
def
flags
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets