jormungandr-patches/README.md

21 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2024-06-30 21:36:55 -06:00
# Jormungandr Patches
A compilation of changes made in [jormungandr-bite](https://iceshrimp.dev/limepotato/jormungandr-bite), as patches, for your ease of access.
you can either clone this repo, or download each individual file from the [patches folder](./patches)
2024-06-30 21:38:30 -06:00
### Instructions
To apply a patch ``git am --keep-cr --signoff < {patch}``
2024-06-30 21:36:55 -06:00
### Explanations
2024-07-14 15:14:06 -06:00
- [Beep/Rebeeps/Creatures](./patches/beeps/): Renames Posts and Boosts to Beeps and Rebeeps respectively, as well as Users to Creatures.
2024-06-30 21:36:55 -06:00
- [Builtin Catppuccin Themes](./patches/builtin-catppuccin-themes.patch): All catppuccin themes (and accents), built-in
- [Configurable Pinned Post Limit](./patches/configurable-pinLimit.patch): Allows admin to configure pinned post limit in config file
- [Fix Find Server Link](./patches/fix-findserver-link.patch): the link for "Find servers" on the signup page for locked registration instances leads to a dead page, so this replaces the link with fedidb.org
2024-07-06 19:37:26 -06:00
- [Remove Maintainer-info Nag](./patches/remove-maintainer-info-nag.patch): Removes nag if you dont input maintainer information
2024-07-06 19:46:38 -06:00
- [Post Form Height](./patches/textarea.patch): Increases the post form height for usability
2024-07-14 15:14:06 -06:00
- [Remove Chats](./patches/remove-messaging.patch): Removes the pages and buttons referring to the local chats feature
2024-07-14 20:33:43 -06:00
- [Observers](./patches/Observers/) Renames Followers/Following to Observers/Observing, as well as replaces the hand icon with an eye
2024-07-17 13:04:08 -06:00
- ~~[New MFM](./patches/newmfm/) Adds `followmouse`, `unixtime`, `ruby`, and `border` mfm tags from Sharkey/Misskey.~~ [Upstreamed~!](https://iceshrimp.dev/iceshrimp/iceshrimp/pulls/560)