Update watch-your-lan to 2.1.2 (#2462)

This commit is contained in:
Alexander L. 2025-04-01 12:38:58 +02:00 committed by GitHub
parent 46679d6471
commit 386ff1f2a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: aceberg/watchyourlan:2.1.1@sha256:e58b3fc660ea6418c2e58a39796108f0f6713b1257fa55b2e63c9ca5efc06cb8
image: aceberg/watchyourlan:2.1.2@sha256:a78d41fe76e3774a2df6e9d2d2943f1d7e6271f21fe752c1b92961f21752a79e
network_mode: "host"
restart: on-failure
stop_grace_period: 1m

View File

@ -3,7 +3,7 @@ id: watch-your-lan
name: WatchYourLAN
tagline: Lightweight network IP scanner
category: networking
version: "2.1.1"
version: "2.1.2"
port: 8840
description: >-
WatchYourLAN is a lightweight network IP scanner. It allows you to keep track of all devices that are connected to your local network.
@ -12,13 +12,10 @@ releaseNotes: >-
🚨 A reminder to users who are still running v1.x of WatchYourLAN that any custom configuration will be lost when you upgrade to v2.
Changes:
- Rewrote GUI using SolidJS and TypeScript
- Added Prometheus integration
- Optimized Docker build
- Fixed Chrome filter bug
- Fixed file naming issues with Vite
- Fixed Node path bug
Key highlights in this release include:
- Fixed edit names bug in UI
- Improved performance on History page
- Fixed select options reset issue
Full release notes can be found at https://github.com/aceberg/WatchYourLAN/releases
developer: aceberg