v0.6.0
🦞 Homarr v0.6.0 (2022-06-03)
Another day, Another Homarr release.
*Categories are finally here! You can now make different categories for services.
Upgrade Steps
Upgrading without a mounted config? Make sure to download your config from the settings first! You can add it back later by drag and dropping it into your browser.
docker pull ghcr.io/ajnart/homarr:latest
docker stop [container_id]
docker rm [container_id]
docker run --name homarr -p 7575:7575 -v /data/docker/homarr:/app/data/configs -d ghcr.io/ajnart/homarr:latest
- (or use our docker_compose.yml)
New Features
- ✨Added a Torrent speed module. This shows the download and upload speeds of your torrents.
- ✨Added Categories. Items can now be sorted into categories, to add a new one, simply edit an existing item and fill the
category
field. - ✨Added a System Info module. This will display your current CPU load.
- 🚸 A warning will now be shown when using a development branch.
Bug Fixes
- 🐛 Fixed some Lidarr image display images errors.
UI Changes
- 💄 The default accent color is now red instead of blue.
- 💄 Switches will now display a pointer cursor on hover.