Hometown v1.0.4 (Mastodon 3.1.5)
dariusk
released this
08 Jul 14:44
·
4006 commits
to hometown-dev
since this release
Changes this release:
- updating to Mastodon 3.1.5, which is a security release with some minor code changes
- use the Hometown logo on the about page (PR, thanks @extstral)
This release is up to date with Mastodon v3.1.5, so please check there for individual patch notes if you're upgrading from a lower Mastodon version. If you're installing Hometown for the first time, please follow the instructions on the wiki.
Upgrading from v1.0.4+3.1.4
If you already have Hometown installed and are upgrading from v1.0.4+3.1.4, do the following:
git remote update && git checkout v1.0.4+3.1.5
- Precompile the assets:
RAILS_ENV=production bundle exec rails assets:precompile
- Restart all Mastodon processes
(This update doesn't affect the database so you don't have to do the usual migration or database backup.)