🦞 Homarr v0.7.0 (June 12, 2022)
Another day, Another Homarr release.
Theming, Password protection, Autocompletion, Transmission, Mobile responsiveness! This is a big upgrade 👀
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 theme customizations. You can now make your own Homarr theme, check out the customizations tab in settings! (#32)
- ✨ Added module alignment. Modules can now be aligned to the left of the screen.
- ✨ Added openedUrl. You can now specify the New tab URL (the URL that is opened when clicking on a service), apart from the Service URL (used to make API calls). (#163)
- ✨ Added password protection. Specify a password using an environment variable called
PASSWORD
. (#174) - ✨ Added Transmission support. It can now be added as a service for the torrent module. (#147)
- ✨ Added support for multiple instances of an integration-service. (E.g., two qBittorent instances). (#176)
- ✨ Added category toggle. Collapse a category by clicking the arrow on the top-right. (#150)
- ✨ Added ETA and Paused indicators in the Torrent Module.
- ✨ Added autocomplete to the Search module. Search results will now have a list of autocompletions with DuckDuckGo. (#12)
Bug Fixes
- 🚸 Improved case matching for service autofill. Lowercase is now accepted.
- 🐛 Fixed Deluge integration. (scttcper/deluge#106)
- 🐛 Fixed Sonarr timezone.
- 🐛 Fixed ping module not pinging on first activation.
- 🐛 Fixed iOS text selection. Text will no longer be selected when scrolling on iOS. (#166)
- 🐛 Fixed issues with cookies. 🍪
UI Changes
- 💬 Updated naming in AddAppShelfItem.
- 💄 Changed the Module enabler to a grid.
- 📱 Added a drawer for mobile compatibility.
GitHub Changes
- 🔥 Removed code-quality checklist from PR template.
Other Changes
- 🔥 Removed the CPU Module. (Needs to be refined)
- ⬆️ Bumped some dependencies.
- ✏️ Fixed typos.
- 🐳 Added timezone to Dockerfile.
New Contributors
- @VinnyVynce made their first contribution in #178
- @Aimsucks made their first contribution in #184
- @LarveyOfficial made their first contribution in #186
- @Darkham42 made their first contribution in #193
Full Changelog: v0.6.0...v0.7.0