v0.5.1
🦞 Homarr v0.5.1 (2022-25-05)
Today we introduce the long awaited Lidarr and Readarr integrations ! The new releases will be shown in the Calendar Module
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 --restart=always -p 7575:7575 -v /data/docker/homarr:/app/data/configs -d ghcr.io/ajnart/homarr:latest
- (or use our docker_compose.yml)
New Features
- ✨ Lidarr and Readarr integrations
- ✨ Add a way to delete a config via the API
- ✨ Add a way to save a config and delete it
- ✨ Add a key bind to open settings (CTRL + L)
Bug Fixes
- 🐛 Fixing date issues with weather module
- 🐛 Fix Readarr date match
UI Changes
- 💄 Totally rework how the media previews work!
- 💄 Make the settings menu a drawer instead
- 💄 Change the way the footer is displayed
GitHub Changes
- 📝 (README): Updates documentation & Move to Wiki
Other Changes
- 🧑💻 Added strings as an option type for modules
- 🏗️ Make the max notifications to 4
Special thanks to our contributors: @ajnart, @walkxcode, and of course all people using our project.
Full Changelog: v0.5.0...v0.5.1