v0.5.2
🦞 Homarr v0.5.2 (2022-05-26)
Another day, Another Homarr release.
The Torrents module has arrived! View the live speed and progress of all your qBittorent and Deluge torrents.
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
Bug Fixes
- 🐛 Fixed footer display issues
- 🐛 Fixed a bug with strings as module settings
UI Changes
- 💄 Changed poster styling
- 💄 Some small Styling and UI changes
- 💄 Changed DateModule styling
- 💄 Changed WeatherModule styling
GitHub Changes
- 📝 Documentation has been updated to match this new release.
Other changes
- 🔧 The default config will now include the searchbar.
- 🏗️ Rework moduleWrapper architecture
Special thanks to our contributors: @ajnart, @walkxcode, and of course all people using our project.