mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-18 19:44:05 +01:00
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
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:
parent
1dd38759ca
commit
92e82cfd59
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue