Releases: femto-code/Raspberry-Pi-Dashboard
v0.9.2 Many background updates and minor design changes
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
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!
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
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
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
Changed
- improved footer layout
Fixed
- [IMPORTANT] fixed password check always failing
v0.7 Better shutdown handling & Auto Dark Theme
- 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
- new icons (improvements may follow)
- updated dependencies
v0.5 Many improvements
- [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
- new authorization/login modal to secure dashboard
- small shutdown/reboot improvements