Releases: kikeelectronico/Homeware-LAN
Releases · kikeelectronico/Homeware-LAN
Bug fix
Search bar and bugs
How to update from v1.7
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Stop Homeware.
docker-compose stop
- Run.
docker-compose up -d
How to update from <v1.7
- Download your backup file!!!
- Pull from the repository.
cd Homeware-LAN
git pull
- Update the docker compose file.
- Debian / Ubuntu
cp docker/docker-compose-debian.yaml docker-compose.yaml
- Raspberry Pi / ARM cores
cp docker/docker-compose-raspberry.yaml docker-compose.yaml
- Pull the new containers.
docker-compose pull
- Stop Homeware.
docker-compose stop
- Run
docker-compose up -d
Features 🐼
Bugs 🪲
Testing a release candidate
Stability, speed and more control
How to update
- Download your backup file!!!
- Pull from the repository
cd Homeware-LAN
git pull
- Update the docker compose file
- Debian / Ubuntu
cp docker/docker-compose-debian.yaml docker-compose.yaml
- Raspberry Pi / ARM cores
cp docker/docker-compose-raspberry.yaml docker-compose.yaml
- Pull the new containers
docker-compose pull
- Update
docker-compose up -d
Features 🐼
- API REST optimization #324
- Delete automatically old registers from the log using a number of days set by the admin #360 & #377
- Delete with a button old registers from the log using a number of days set by the admin #378
- A simple way to install using only the .env file for the initial setup #374
- DDBB optimization for faster responses when changing the status of a device #354
Bugs 🪲
- The API should respond with the correct http code when something goes wrong #380
- The front should inform the admin user if a connection with the API went wrong #379
Alerts ⚠️
- Bare install is deprecated. Please install using docker. Remember to donwload the backup file first.
Optimization, control over the logs and some bugs
Features 🐼
- API REST optimization #324
- Delete automatically old registers from the log using a number of days set by the admin #360 & #377
- Delete with a button old registers from the log using a number of days set by the admin #378
- A simple way to install using only the .env file for the initial setup #374
- DDBB optimization for faster responses when changing the status of a device #354
Bugs 🪲
- The API should respond with the correct http code when something goes wrong #380
- The front should inform the admin user if a connection with the API went wrong #379
Alerts ⚠️
- Bare install is deprecated. Please install using docker. Remember to donwload the backup file first.
Update dependencies
Bugs 🪲
- Update dependencies
Alerts ⚠️
- Bare install will be deprecated. Please install with docker.
Update dependencies
Bugs 🪲
- Update dependencies
Alerts ⚠️
- Bare install will be deprecated alert.
New features and bugs
Features 🐼
- Remove inconsistent titles.
- Separate Scenes and devices.
- Show Open percent in window cards.
- Show Brightness percent in light cards.
- Show Lock icons in window cards.
- Show Lock icons in lock cards.
Bugs 🪲
- Inconsistent height for task card.
- Show OnOff button only if the trait is available.
- Unable to edit a task
Alerts ⚠️
- Bare install will be deprecated alert.
New features and bugs
Features 🐼
- Remove inconsistent titles.
- Separate Scenes and devices.
- Show Open percent in window cards.
- Show Brightness percent in light cards.
- Show Lock icons in window cards.
- Show Lock icons in lock cards.
Bugs 🪲
- Inconsistent height for task card.
- Show OnOff button only if the trait is available.
Alerts ⚠️
- Bare install will be deprecated alert.
Update dependencies and alerts
v1.6.2-rc v7