Update README.md
Some checks failed
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
CSS Linting / lint (push) Has been cancelled
Check i18n / check-i18n (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Check formatting / lint (push) Waiting to run
JavaScript Linting / lint (push) Waiting to run
JavaScript Testing / test (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / Elastic Search integration testing (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / Libvips tests (push) Blocked by required conditions
Ruby Testing / End to End testing (push) Blocked by required conditions

This commit is contained in:
Jeremy Kescher 2025-01-04 03:46:11 +01:00
parent 1dd38759ca
commit 92e82cfd59
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -49,7 +49,8 @@ For production, it is suggested you run:
- Useful for situations where the instance may not have up-to-date IP information, such as when the period of IP
address retention is set to a low value (see _Previous differences now merged into vanilla Mastodon_)
- Environment variable `MASTODON_USE_LIBVIPS` is true by default.
- This is a minor change, but it _requires_ all systems running Catstodon to run a recent libvips version (8.13+), except if this variable is explicitly set to false.
- This is a minor change, but it _requires_ all systems running Catstodon to run a recent libvips version (8.13+),
except if this variable is explicitly set to false.
- Vanilla Mastodon intends to deprecate ImageMagick anyway, so sooner or later, this change will cease being one.
- Allow dashes in emoji shortcodes
- This is simply to allow custom emoji compat with other fedi software.
@ -62,6 +63,8 @@ For production, it is suggested you run:
- Fixed incorrect upload size limit display when adding new a new custom
emoji. ([Pull request](https://github.com/glitch-soc/mastodon/pull/1763))
- Standalone share page: Dispatch fetchServer for maxChars. Fixes the bug where the standalone share page did not
display the correct maximum character amount. ([Pull request](https://github.com/glitch-soc/mastodon/pull/2929))
- Everything merged into vanilla Mastodon
## Contributions to Vanilla Mastodon