Sync with Google automatically and more features
kikeelectronico
released this
24 Jan 00:13
·
743 commits
to master
since this release
How to update
Follow this instructions:
- SSH into your Raspberry Pi.
- Install some new dependencies.
sudo apt install npm
sudo apt install unzip
- Download the new update script.
cd /usr/share/Homeware-LAN/bash
sudo rm update.sh
wget https://raw.githubusercontent.com/kikeelectronico/Homeware-LAN/master/bash/update.sh
- Change directory.
cd ../back
- Run the script.
sudo sh ../bash/update.sh
If the npm process fails, run it manually:
cd ../front/
sudo npm run build
I hope this is the last manual update. Sorry about that. If you know how to solved it, please PR or contact me.
New features
- More visual feedback for some devices #175
- Feedback for the user via toasts #229
- Sync automatically with Google when changes are made #49 #50
Bugs
- The update button doesn't work #241