Skip to content

Releases: femto-code/Raspberry-Pi-Dashboard

v0.9.2 Many background updates and minor design changes

16 Mar 11:57
Compare
Choose a tag to compare

As always: Update your existing dashboard setup by navigating to root folder and running git pull in the terminal.

Changed

  • updated dependencies (bootstrap-icons and mdtoast)
    • alignment of icons much better! 🎆 👍 💯
  • forced toast to use global font of dashboard
  • add version string as query on includes to help refresh files (prevent caching files for too long)
  • code formatting: use spaces (instead of tabs) consistently
  • misc dev env improvements

Fixed

  • fixed icons in overall status view in case of warnings

v0.9.1 Bugfix: Dashboard data not loaded correctly on systems with disabled swap

15 Mar 11:57
Compare
Choose a tag to compare

As always: Update your existing dashboard setup by navigating to root folder and running git pull in the terminal.

For a new/clean installation just run: git clone https://github.com/femto-code/Raspberry-Pi-Dashboard in a terminal from a subfolder (of /www/) of your choice. Migrate your settings simply by copying user-settings.php to new location.

Fixed

This is a minor release due to a recent issue. It fixes a bug where the dashboard does not seem to load appropriately.
Please comment on #19 if you have similar issues (or open a new one).

Updated Readme with instructions on preparation for correct voltage output. (soon)

v0.9 Numerous design changes, security fixes and logout option!

26 Feb 14:26
Compare
Choose a tag to compare

Update your existing dashboard setup by navigating to root folder and running git pull in the terminal.

Added

  • [Font] added local fonts instead of remote embed (better privacy)
    • use extra folder
  • [New] logout button
  • show exact user-readable date of upcoming power event

Changed

  • [Design] improved navbar appearance
  • [Design] tweaked dark mode
  • [Design] grid layout in options modal (on larger screens) and scrollable
  • [Design] chart UI improved
  • [Design] adjusted login modal appearance (removed useless close button)
  • improved error handling on network state or when user is unauthorized
  • replaced favicon and app icons as well as more consistent colors (updated manifest)
  • drop status mail support for now (SOON)

Fixed

  • [Security] Check user authorization when shutdown action is performed
  • [Design] minor glitches (alignment, ratio)

v0.8 New settings form

17 Feb 16:16
Compare
Choose a tag to compare

Added

  • new settings form for saving custom warning thresholds and basic dashboard settings (more paramters will come)
  • further error handling and indicators that inform user about results or when dashboard is updating

Changed

  • improved Readme with new screenshots
  • added updating information
  • minor code improvements

Fixed

  • [Design] fixed tablet appearance (#9)

Update your existing dashboard setup by navigating to root folder and running git pull in the terminal.

v0.7.2 Fixed shutdown and misc improvements

14 Feb 11:45
Compare
Choose a tag to compare

Changed

  • removed user config files (will be replaced by user-friendly settings form in future)
  • improved error handling
  • adjusted cpu temperature color indicators and increased default critical value
  • miscellaneous improvements, updated Readme

Fixed

  • [IMPORTANT] fixed shutdown not working

Update your existing dashboard setup by navigating to root folder and running git pull in the terminal.

v0.7.1 Auth Bugfix and new footer

07 Feb 19:39
Compare
Choose a tag to compare

Changed

  • improved footer layout

Fixed

  • [IMPORTANT] fixed password check always failing

v0.7 Better shutdown handling & Auto Dark Theme

06 Feb 22:08
Compare
Choose a tag to compare
  • reworked shutdown / power event handling (less problems detecting which shutdown event is scheduled)
  • added dark theme option to apply to current system settings
  • bug fixes

v0.6 New icons and updated dependencies

31 Jan 18:41
Compare
Choose a tag to compare
  • new icons (improvements may follow)
  • updated dependencies

v0.5 Many improvements

25 Aug 10:15
Compare
Choose a tag to compare
  • [NEW] Better warnings about system hardware with new modern Toast library 🔔
  • See the remaining time until the next shutdown/reboot right on the dashboard ⏲️
  • [IMPROVED] design and dynamic appearance 🎨

v0.4 New Login Modal

17 Aug 16:05
Compare
Choose a tag to compare
  • new authorization/login modal to secure dashboard
  • small shutdown/reboot improvements