github ajnart/homarr v0.4.0

latest releases: ldap-insecure-logs, v0.15.4, v0.15.3...
2 years ago

🦞 Homarr v0.4.0 (2022-05-18)

Another day, Another Homarr release.
The weather module is finally here. Along with online/offline indicators!

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 ping module, that will tell if your service is online or offline.
  • ✨ Added a weather widget that will use your browser location to display the current, highest, and lowest temperature. (#68)
  • ✨ Added a switch for 12hr or 24hr time. (#105)
  • 🚸 Added a 404 page.

Bug Fixes

  • πŸ› Fixed β€œUsed search engine not properly selected”. (#35)
  • πŸ› Fixed search bar content/focus not clearing after hitting enter. (#115, #125)

UI Changes

  • πŸ’„ Added animations to the AppShelf.
  • πŸ’„ Some small styling changes.
  • πŸ’„ Items will now scale on hover.
  • 🚚 The β€œUpdate Available” notification has moved from the Settings to the Footer.
  • πŸ“± Responsiveness improvements.

Other Changes

  • πŸ§‘β€πŸ’» Added procedural settings for Modules.
  • 🚚 The Search Bar is now a Module.
  • πŸ“ Documentation has been updated to match this new release.

Special thanks to our contributors: @ajnart, @walkxcode, and of course all people using our project.
Full Changelog: v0.3.1...v0.4.0

Don't miss a new homarr release

NewReleases is sending notifications on new releases.