Release 2.1.2
This commit is contained in:
parent
47d5881b56
commit
f161140e94
3 changed files with 24 additions and 7 deletions
|
|
@ -18,16 +18,15 @@ builds:
|
|||
- "7"
|
||||
|
||||
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
|
||||
homepage: https://github.com/aceberg/watchyourlan
|
||||
license: MIT
|
||||
section: utils
|
||||
formats:
|
||||
- deb
|
||||
- rpm
|
||||
- apk
|
||||
- termux.deb
|
||||
dependencies: # Don't forget to edit!
|
||||
- arp-scan
|
||||
- tzdata
|
||||
|
|
@ -37,6 +36,18 @@ nfpms:
|
|||
scripts:
|
||||
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:
|
||||
- files:
|
||||
- LICENSE
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
# Change Log
|
||||
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
|
||||
### Fixed
|
||||
- Filter bug in Chrome
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION=2.1.1
|
||||
VERSION=2.1.2
|
||||
Loading…
Reference in a new issue