🦞 Homarr v0.3.0 (2022-05-15)
Another day, Another Homarr release.
Homarr has finally gotten full responsiveness. No more weird alignment issues, wooo! 💃
Homarr is now on the Unraid Community Apps!
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)
Breaking Changes
- 💥 Our folder structure has changed, source files are now in the
src
folder.
New Features
- 🚸 The current version of Homarr is now shown next to the logo on the top-left. (#93)
- 🚸 Homarr now allows the usage of a custom search query.
Bug Fixes
- 🐛 Fixed EACCESS error when trying to write mounted configs. (#62)
- 📱 Homarr is now completely responsive, and icons are aligned properly. (#82, #85)
UI Changes
- 💄 The add service button has been moved to the top-right.
- 💄 Homarr has a new logo! Take a look at it here
- 💄 The Homarr logo is now fully aligned to the left, and the settings are fully aligned to the right. (#96)
- 💄 Removed the lines on the sides of modules.
GitHub Changes
- 🐳 The dev branch will automatically be built and published to
ghcr.io/ajnart/homarr:dev
. - 🧑💻 A new issue template has been added for ideas. (idea.yml)
Other Changes
- 📝 Documentation has been updated to match this new release.
- ⚰️ Some dead code has been removed.
Special thanks to our contributors: @ajnart, @c00ldude1oo, @walkxcode, and of course all people using our project.