Skip to content

v0.4.0

Compare
Choose a tag to compare
@walkxcode walkxcode released this 18 May 21:23
· 3284 commits to master since this release
2586733

🦞 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