28 lines
671 B
Markdown
28 lines
671 B
Markdown
# Mastodon - Paravielfalt Edition
|
|
|
|
Dieses Repository enthält den Quellcode für [paravielfalt.zone](https://paravielfalt.zone).
|
|
|
|
Die Instanz basiert auf Mastodon und ist vom offiziellen Quellcode-Repository geforkt: <https://github.com/mastodon/mastodon>.
|
|
|
|
|
|
## Änderungsübersicht
|
|
|
|
Gegenüber der Mastodon-Standardinstallation gibt es folgende Änderungen.
|
|
|
|
- Zeichenlimit von 500 auf 1500 Zeichen erhöht
|
|
|
|
|
|
[Vollständige Liste aller Änderungen](https://git.rabbithole.cyou/paravielfalt/mastodon/compare/stable-4.1...paravielfalt-4.1).
|
|
|
|
|
|
## Neue Version bauen
|
|
|
|
```sh
|
|
git tag v4.2.0-pvz$(date '+%y%m%d%H%M')
|
|
```
|
|
|
|
```sh
|
|
git push --tag
|
|
```
|
|
|
|
Build in Drone aktzeptieren.
|