diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 34d53be..26777a4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -18,16 +18,15 @@ builds: - "7" nfpms: - - maintainer: aceberg + - id: systemd + formats: + - deb + - rpm + maintainer: aceberg 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 + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index f682653..ee3398b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/internal/web/public/version b/internal/web/public/version index f9bccbf..3027829 100644 --- a/internal/web/public/version +++ b/internal/web/public/version @@ -1 +1 @@ -VERSION=2.1.1 \ No newline at end of file +VERSION=2.1.2 \ No newline at end of file