github ajnart/homarr v0.3.1

latest releases: v0.15.3, v0.15.2, v0.15.1...
2 years ago

๐Ÿฆž 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

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.

Don't miss a new homarr release

NewReleases is sending notifications on new releases.