File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
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
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 :
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
1717
1818 steps :
1919 - name : Checkout repository
Original file line number Diff line number Diff line change 11# Change Log
22All 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
You can’t perform that action at this time.
0 commit comments