Skip to content

v0.12.1

Choose a tag to compare

@rubenbe rubenbe released this 22 May 20:41
· 52 commits to main since this release

UI improvements!

  • Added dark mode! (adjust via your "user" button in the bottom left corner. This is temporary, since the newest pocketbase release has dark mode supported. (#46
  • Logs now have the timestamp of the browser (instead of UTC). UTC time is still available via the tooltip when hovering the timestamp. (#49 )
  • Support bridges that are not called br-lan. My Engenius switch has a bridge called switch which broke the logic of opensoho. From this version onwards: in case there is only one bridge that one will be used. If not, br-lan will be used.

Changelog

  • e05fcb7 Update ui/dist
  • c30cc04 Update UI version to 0.12.1
  • 8ba56bd Show logging timestamps in the local timezone (#49)
  • 3fb056a Update getting-started.md with example URL
  • bb5a45e Add example Server URL to README.md
  • ad052fa Update vlan.md
  • a0ab791 Add extra docs link
  • 8ad2fd3 Improve logo in readme.md
  • 2794fa2 Add logo
  • 070e0cd Update README.md
  • e9a9d19 Update containers.md
  • 7bfa1b5 Update ui/dist
  • c2f6182 UI:auto refresh the dashboard view
  • 91a44f0 UI Persist collection selection and default to devices.
  • c6868bc Also support bridges that are not called br-lan
  • 428a16c Remove openwisp hotplug.d script for now.
  • f643ec0 Update ui/dist
  • a52a488 UI:have the network label text dark even in dark mode. (#46)
  • d3c83a5 UI: Allow toggling dark mode from the user icon (#46)
  • 72c6e2d UI: Auto dark mode (#46)
  • a703bb5 Add Dashboard section to README.md