Skip to content

Commit ca9f644

Browse files
committed
Release 2.1.4 (#72,#74,#135,#195,#196)
1 parent 847b4ca commit ca9f644

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/binary-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
generate:
1010
name: Create release-artifacts
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout the repository
1414
uses: actions/checkout@master
@@ -21,7 +21,7 @@ jobs:
2121
- uses: goreleaser/goreleaser-action@v6
2222
with:
2323
distribution: goreleaser
24-
version: '~> v2'
24+
version: latest
2525
args: release --clean
2626
workdir: backend
2727
env:

.github/workflows/main-docker-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717

1818
steps:
1919
- name: Checkout repository

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [v2.1.4] - 2025-09
4+
## [v2.1.4] - 2025-09-10
55
### Added
6-
- Swagger API docs
7-
- Add host from API
8-
- Trigger rescan from API
9-
- Delete selected hosts
6+
- Swagger API docs (`/swagger/index.html`)
7+
- Add host from API [#72](https://github.com/aceberg/WatchYourLAN/issues/72)
8+
- Trigger rescan from API or by pressing `Save` on `Config/Scan settings` [#74](https://github.com/aceberg/WatchYourLAN/issues/74)
9+
- Delete selected hosts [#195](https://github.com/aceberg/WatchYourLAN/issues/195)
1010
- Wake-on-LAN [#135](https://github.com/aceberg/WatchYourLAN/issues/135), [#196](https://github.com/aceberg/WatchYourLAN/issues/196)
1111

1212
## [v2.1.3] - 2025-07-26

0 commit comments

Comments
 (0)