Skip to content

v7.0.4

Latest
Compare
Choose a tag to compare
@nanos nanos released this 15 Mar 08:53
· 6 commits to main since this release
0dc65a6

This is mostly a maintenance release fixing a number of bugs and updating dependencies, but we also introduce support for the Sharkey fork of Misskey, and provide instructions for docker-compose and systemd.

What's Changed

Update Instructions

If you are running from Git Hub Actions

  1. Update your fork

If you are running locally

  1. Update your code: git pull
  2. Update your requirements: pip install -r requirements.txt

New Contributors