mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-25 01:00:59 +00:00
Version 1.7.1
This commit is contained in:
parent
81f840e550
commit
43522adb8d
3 changed files with 14 additions and 3 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -120,3 +120,14 @@
|
|||
[1.7.0]
|
||||
* Add `/app/data/config.sh` to customize puma, sidekiq and streaming configs
|
||||
|
||||
[1.7.1]
|
||||
* Update Mastodon to 3.4.3
|
||||
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.2)
|
||||
* Fix handling of back button with modal windows in web UI (ClearlyClaire)
|
||||
* Fix pop-in player when author has long username in web UI (ClearlyClaire)
|
||||
* Fix crash when a status with a playing video gets deleted in web UI (ClearlyClaire)
|
||||
* Fix crash with Microsoft Translate in web UI (ClearlyClaire)
|
||||
* Fix PWA not being usable from alternate domains (HolgerHuo)
|
||||
* Fix locale-specific number rounding errors (ClearlyClaire)
|
||||
* Fix scheduling a status decreasing status count (ClearlyClaire)
|
||||
* Fix user's canonical email address being blocked when user deletes own account (ClearlyClaire)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
This app packages Mastodon <upstream>3.4.1</upstream>.
|
||||
This app packages Mastodon <upstream>3.4.3</upstream>.
|
||||
|
||||
Your self-hosted, globally interconnected microblogging community.
|
||||
## About
|
||||
|
||||
Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, video. All Mastodon servers are interoperable as a federated network (users on one server can seamlessly communicate with users from another one, including non-Mastodon software that implements ActivityPub)!
|
||||
|
||||
|
|
Loading…
Reference in a new issue