๐ฆ Homarr v0.3.1 (2022-05-16)
Another day, Another Homarr release.
Homarr has gotten some more responsiveness and some QoL updates. No more weird alignment issues, wooo! (this time we actually fixed it, we swear)๐
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 search key-bind, press
Ctrl+K
to search! - ๐ Added theme switch key-bind, press
Ctrl+J
to switch!
Bug Fixes
- ๐ Just fixed a typo :)
UI Changes
- ๐Reworked the entire header.
- ๐ฅRemoved the NavBar component.
- ๐Moved modules to the AsideBar component.
- ๐Made border-radiuses more consistent.
GitHub Changes
- ๐ Fixed GitHub CI errors on pull requests.
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.