Releases: femto-code/Raspberry-Pi-Dashboard
v1.1.6
In this release:
- updated installer script to include more error checking and handle permission errors
Stay tuned for more to come soon!
Feel free to create an issue in case you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!
v1.1.5 Installer
In this release:
- [new] added installer script (alpha) for automated dashboard setup
- [fix] correct display of CPU loads
Stay tuned for more to come soon!
Feel free to create an issue in case you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!
v1.1.4 Bugfix release
In this release:
- fixed bug where dashboard live stats are not shown on systems using with PHP version 8.1+ (#61)
Stay tuned for more to come soon!
Also: Feel free to create an issue if you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!
v1.1.3 New dashboard layout
Hi folks! It has been a while since the last update. Now I am back and this release is the beginning of a major upgrade of the RPi Dashboard!
In this release:
- updated dependencies
- improvements to theme and layout
- migrated to new bootstrap's own dark mode
- minor changes / bugfixes
Stay tuned for more to come soon!
Feel free to create an issue if you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!
v1.1.2 Minor release
Hi folks! It has been a while since the last update. Now I am back and this release is the beginning of a major upgrade of the RPi Dashboard!
In this release:
- allow permanently changing temperature unit to Fahrenheit (#56)
Stay tuned for more to come soon!
Feel free to create an issue if you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!
v1.1.1 Development continues!🥳
Hi folks! It has been a while since the last update. Now I am back and this release is the beginning of a major upgrade of the RPi Dashboard!
Stay tuned for upcoming changes / features:
- check GPIO status from the dashboard
- upgrade of all components / dependencies
- and more to come!
Feel free to create an issue if you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!
v1.1.0 New project logo & live tab title monitoring
Added
- live page title with hostname + status of monitored RPi
- new project logo and improved readme.md design (thanks @Roo7K1d)
Changed
- renamed SD Card to Disk Space
- second options button placed in navbar for easier access
- autofocus login modal password field
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 clone repo again to a specific subfolder of /var/www/html of your choice
- migrate your settings simply by copying
local.config
(if existent) to new location.
❗ If you run into issues and getting error message "Permission denied" or "unable to open file" see issue #22 or the README (easier) for help and instructions to solve. ❗
v1.0.1 Bugfix & improved partitions view
Changed
- filter tmpfs not showing up in storage / partitions view (thanks @wannadrunk)
- updated readme setup section for setting correct permissions
Fixed
- bugs in setup page (resources)
Since 1.0.0: especially with regard to the setup page and a universal approach of detecting correct prequisites for the dashboard, individual tests would be helpful - therefore: call for testing ❕
v1.0.0 New setup page
It is recommended to start with a fresh installation:
For a new / clean installation
- just clone repo again to a specific subfolder of /var/www/html of your choice
- migrate your settings simply by copying
local.config
(if existent) to new location.
Added
- brand-new setup and welcome page for easier setup and configuration instructions 💯 🎆
Changed
- notably updated readme with more comprehensive help / info
- minor dark mode improvements
- extended descriptions and help/instructions on error
(- since v0.10 revamped user config options (major change requiring valid permissions set on /var/www/html - see prequisites & installation instructions in readme ❕ )
Fixed
- auto-detection of missing permissions for retrieving advanced system information via vcgencmd
- small improvements on settings
Especially with regard to the setup page and a universal approach of detecting correct prequisites for the dashboard, individual tests would be helpful - therefore: call for testing ❕
v0.10 Change password from options
❗ If you run into issues and getting error message "Permission denied" or "unable to open file" see issue #22 for help and instructions to solve. ❗
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 clone repo again to a specific subfolder of /var/www/html of your choice
- migrate your settings simply by copying
local.config
(if existent) to new location.
Added
- allow changing password from options modal 💯
Changed (❕)
- revamped user config options (major change requiring valid permissions set on /var/www/html - see #22)
- notably updated readme with better structuring and more comprehensive help / info
- replaced top image (use transparent background) adjusted to Github's web site dark theme
Last release before a major 1.0.0 ❕