Skip to content

Releases: kikeelectronico/Homeware-LAN

Bug fix

03 Jul 21:21
b86508c
Compare
Choose a tag to compare

How to update

  1. Download your backup file!!!
  2. Go to the directory.
cd Homeware-LAN
  1. Pull the new containers.
docker-compose pull
  1. Stop Homeware.
docker-compose stop
  1. Run.
docker-compose up -d

Bugs 🪲

  • Unable to delete a task #415
  • Unable to delete a device

Search bar and bugs

12 Apr 18:53
ceb7f1d
Compare
Choose a tag to compare

How to update from v1.7

  1. Download your backup file!!!
  2. Go to the directory.
cd Homeware-LAN
  1. Pull the new containers.
docker-compose pull
  1. Stop Homeware.
docker-compose stop
  1. Run.
docker-compose up -d

How to update from <v1.7

  1. Download your backup file!!!
  2. Pull from the repository.
cd Homeware-LAN
git pull
  1. 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
  1. Pull the new containers.
docker-compose pull
  1. Stop Homeware.
docker-compose stop
  1. Run
docker-compose up -d

Features 🐼

  • Search bar for devices and tasks #75
  • Security device #335 #351

Bugs 🪲

  • React-markdown breaks the system page #403
  • Unable to update IP at Duckdns #399

Testing a release candidate

10 Apr 13:03
ceb7f1d
Compare
Choose a tag to compare
Pre-release

Stability, speed and more control

03 Mar 19:02
c9333ed
Compare
Choose a tag to compare

How to update

  1. Download your backup file!!!
  2. Pull from the repository
cd Homeware-LAN
git pull
  1. 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
  1. Pull the new containers
docker-compose pull
  1. 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

16 Feb 21:19
Compare
Choose a tag to compare

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

10 Feb 19:22
Compare
Choose a tag to compare

Bugs 🪲

  • Update dependencies

Alerts ⚠️

  • Bare install will be deprecated. Please install with docker.

Update dependencies

07 Feb 22:01
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release

Bugs 🪲

  • Update dependencies

Alerts ⚠️

  • Bare install will be deprecated alert.

New features and bugs

10 Jan 21:48
ec0801c
Compare
Choose a tag to compare

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

07 Jan 20:12
a699710
Compare
Choose a tag to compare

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

07 Jan 14:11
Compare
Choose a tag to compare
Pre-release
v1.6.2-rc

v7