Release 2.1.4 (#72,#74,#135,#195,#196)

This commit is contained in:
aceberg 2025-09-10 19:06:56 +07:00
parent 847b4caaf8
commit ca9f644bcc
3 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
generate:
name: Create release-artifacts
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@master
@ -21,7 +21,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v2'
version: latest
args: release --clean
workdir: backend
env:

View file

@ -13,7 +13,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository

View file

@ -1,12 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
## [v2.1.4] - 2025-09
## [v2.1.4] - 2025-09-10
### Added
- Swagger API docs
- Add host from API
- Trigger rescan from API
- Delete selected hosts
- Swagger API docs (`/swagger/index.html`)
- Add host from API [#72](https://github.com/aceberg/WatchYourLAN/issues/72)
- Trigger rescan from API or by pressing `Save` on `Config/Scan settings` [#74](https://github.com/aceberg/WatchYourLAN/issues/74)
- Delete selected hosts [#195](https://github.com/aceberg/WatchYourLAN/issues/195)
- Wake-on-LAN [#135](https://github.com/aceberg/WatchYourLAN/issues/135), [#196](https://github.com/aceberg/WatchYourLAN/issues/196)
## [v2.1.3] - 2025-07-26