Release 2.1.2

This commit is contained in:
aceberg 2025-03-30 12:57:44 +07:00
parent 47d5881b56
commit f161140e94
3 changed files with 24 additions and 7 deletions

View file

@ -18,16 +18,15 @@ builds:
- "7" - "7"
nfpms: nfpms:
- maintainer: aceberg <aceberg_a@proton.me> - id: systemd
formats:
- deb
- rpm
maintainer: aceberg <aceberg_a@proton.me>
description: Lightweight network IP scanner with web GUI description: Lightweight network IP scanner with web GUI
homepage: https://github.com/aceberg/watchyourlan homepage: https://github.com/aceberg/watchyourlan
license: MIT license: MIT
section: utils section: utils
formats:
- deb
- rpm
- apk
- termux.deb
dependencies: # Don't forget to edit! dependencies: # Don't forget to edit!
- arp-scan - arp-scan
- tzdata - tzdata
@ -37,6 +36,18 @@ nfpms:
scripts: scripts:
postinstall: ./configs/postinstall.sh postinstall: ./configs/postinstall.sh
- id: alpine
formats:
- apk
maintainer: aceberg <aceberg_a@proton.me>
description: Lightweight network IP scanner with web GUI
homepage: https://github.com/aceberg/watchyourlan
license: MIT
section: utils
dependencies: # Don't forget to edit!
- arp-scan
- tzdata
archives: archives:
- files: - files:
- LICENSE - LICENSE

View file

@ -1,6 +1,12 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [v2.1.2] - 2025-03-30
### Fixed
- Edit names bug
- History page full rerenders replaced with only rerendering updated data
- Select options reset
## [v2.1.1] - 2025-03-26 ## [v2.1.1] - 2025-03-26
### Fixed ### Fixed
- Filter bug in Chrome - Filter bug in Chrome

View file

@ -1 +1 @@
VERSION=2.1.1 VERSION=2.1.2