File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ## v0.22.1: 2025-07-22
Original file line number Diff line number Diff line change 11# GoATAK changelog
22
3+ ## v0.22.1: 2025-07-22
4+
35## v0.22.0: 2025-07-08
46### Added
57* Provisioning via device profiles - you can create profile for any login/uid combination
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ func NewHttp(app *App) *HttpServer {
4949 tokenKey : mac .Sum (nil ),
5050 tokenMaxAge : time .Hour * 48 ,
5151 loginUrl : "/login" ,
52- noAuth : nil ,
52+ noAuth : [] string { "/cot_xml" } ,
5353 }
5454
5555 if addr := app .config .String ("admin_addr" ); addr != "" {
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ git_tag=$(git describe --tags --abbrev=0)
1616rev=$( git rev-list --tags --max-count=1)
1717tag=$( changie latest)
1818
19- if [[ " ${git_tag} " != " ${tag} " ]]; then
20- echo " last git tag is ${git_tag} , but changie reports ${tag} "
21- exit 1
22- fi
19+ # if [[ "${git_tag}" != "${tag}" ]]; then
20+ # echo "last git tag is ${git_tag}, but changie reports ${tag}"
21+ # exit 1
22+ # fi
2323
2424if [[ -n " ${rev} " ]]; then
2525 prev_tag=$( git describe --tags ${rev} )
You can’t perform that action at this time.
0 commit comments