diff --git a/.github/workflows/binary-release.yml b/.github/workflows/binary-release.yml index 875c6e5..12a1084 100644 --- a/.github/workflows/binary-release.yml +++ b/.github/workflows/binary-release.yml @@ -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: diff --git a/.github/workflows/main-docker-all.yml b/.github/workflows/main-docker-all.yml index e1cfe3f..b858de8 100644 --- a/.github/workflows/main-docker-all.yml +++ b/.github/workflows/main-docker-all.yml @@ -13,7 +13,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository diff --git a/CHANGELOG.md b/CHANGELOG.md index d25ce0e..3b13e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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