Release 2.1.4 (#72,#74,#135,#195,#196)
This commit is contained in:
parent
847b4caaf8
commit
ca9f644bcc
3 changed files with 8 additions and 8 deletions
4
.github/workflows/binary-release.yml
vendored
4
.github/workflows/binary-release.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
name: Create release-artifacts
|
name: Create release-artifacts
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- uses: goreleaser/goreleaser-action@v6
|
- uses: goreleaser/goreleaser-action@v6
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: '~> v2'
|
version: latest
|
||||||
args: release --clean
|
args: release --clean
|
||||||
workdir: backend
|
workdir: backend
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
2
.github/workflows/main-docker-all.yml
vendored
2
.github/workflows/main-docker-all.yml
vendored
|
|
@ -13,7 +13,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
|
||||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,12 +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.4] - 2025-09
|
## [v2.1.4] - 2025-09-10
|
||||||
### Added
|
### Added
|
||||||
- Swagger API docs
|
- Swagger API docs (`/swagger/index.html`)
|
||||||
- Add host from API
|
- Add host from API [#72](https://github.com/aceberg/WatchYourLAN/issues/72)
|
||||||
- Trigger rescan from API
|
- Trigger rescan from API or by pressing `Save` on `Config/Scan settings` [#74](https://github.com/aceberg/WatchYourLAN/issues/74)
|
||||||
- Delete selected hosts
|
- 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)
|
- 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
|
## [v2.1.3] - 2025-07-26
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue