Shtorm
93e34d124b
Merge tag 'v1.13.14' into extended
...
Integrate upstream sing-box v1.13.14 (18 commits, v1.13.12..v1.13.14).
Conflict resolutions:
- Makefile: keep fork's upload_android (no otherLegacy, codeberg-release.sh),
add upstream's SFA-version-metadata.json step.
- go.sum: regenerated via go mod tidy from merged go.mod.
- transport/wireguard/endpoint_options.go: keep fork fields, add ICMPTimeout.
- clients/android, clients/apple: keep fork's submodule pointers.
2026-06-26 01:28:40 +03:00
世界
6bae28b771
cronet: Fix arm build
2026-06-20 22:16:37 +08:00
Shtorm
9c80cf371c
Fix openwrt build
2026-06-07 09:12:26 +03:00
Shtorm
9f5ccf43d4
Add SSH inbound, log level. Update MTPROXY. Fixes
2026-06-07 07:59:43 +03:00
世界
0f4d38bf6c
release: Fix extract-lib
2026-06-03 16:33:34 +08:00
世界
e03346c671
Update Go to 1.25.10
2026-06-03 12:56:36 +08:00
世界
fca766704a
release: Fix android build
2026-06-03 12:56:36 +08:00
Shtorm
b953954b60
Update sing-box core, refactor MASQUE, update XHTTP
2026-05-29 01:31:57 +03:00
世界
2b995ea10a
Run lint for all platforms in workflow
2026-05-13 23:39:27 +08:00
世界
76880eb46b
Update naiveproxy to v148.0.7778.96-1
2026-05-13 16:28:49 +08:00
世界
b3606e33a6
release: fix apk package file ownership
2026-04-20 09:49:39 +08:00
世界
2d8843103d
release: fix apk package file ownership
2026-04-20 09:49:39 +08:00
世界
1cfcea769f
Update Go to 1.25.9
2026-04-14 14:26:59 +08:00
世界
0438de610f
Update Go to 1.25.9
2026-04-14 14:26:59 +08:00
世界
f43fc797d4
Update naiveproxy to v147.0.7727.49-1
2026-04-14 14:24:21 +08:00
世界
acd176ca95
Update naiveproxy to v147.0.7727.49-1
2026-04-14 14:24:21 +08:00
世界
7425100bac
release: Refactor release tracks for Linux packages and Docker
...
Support 4 release tracks instead of 2:
- sing-box / latest (stable release)
- sing-box-beta / latest-beta (stable pre-release)
- sing-box-testing / latest-testing (testing branch)
- sing-box-oldstable / latest-oldstable (oldstable branch)
Track is detected via git branch --contains and git tag,
replacing the old version-string hyphen check.
2026-03-24 15:03:43 +08:00
世界
fcdea284e1
release: Refactor release tracks for Linux packages and Docker
...
Support 4 release tracks instead of 2:
- sing-box / latest (stable release)
- sing-box-beta / latest-beta (stable pre-release)
- sing-box-testing / latest-testing (testing branch)
- sing-box-oldstable / latest-oldstable (oldstable branch)
Track is detected via git branch --contains and git tag,
replacing the old version-string hyphen check.
2026-03-24 15:03:43 +08:00
世界
8289bbd846
Add Alpine APK packaging to CI build
...
Add fpm-based Alpine APK packaging alongside existing DEB/RPM/Pacman
packages. Alpine APKs use `linux` in the filename to distinguish from
OpenWrt APKs which use the `openwrt` prefix.
2026-03-11 20:41:29 +08:00
世界
5b27caa338
Add Alpine APK packaging to CI build
...
Add fpm-based Alpine APK packaging alongside existing DEB/RPM/Pacman
packages. Alpine APKs use `linux` in the filename to distinguish from
OpenWrt APKs which use the `openwrt` prefix.
2026-03-11 20:41:29 +08:00
世界
bc3884ca91
release: Add openwrt apk build
2026-03-09 20:18:40 +08:00
世界
bcd9bfa614
release: Add openwrt apk build
2026-03-09 20:18:40 +08:00
世界
efe20ea51c
release: Backport Go 1.25 to macOS 10.13
2026-03-09 20:13:36 +08:00
世界
89f31c6ab2
release: Backport Go 1.25 to macOS 10.13
2026-03-09 20:13:36 +08:00
世界
d58efc5d01
cronet-go: Fix library search path
2026-03-09 20:06:34 +08:00
世界
c4bb80d2f0
cronet-go: Fix library search path
2026-03-09 20:06:34 +08:00
世界
0e27312eda
Update Go to 1.25.8
2026-03-07 16:13:23 +08:00
世界
ea9b80dc92
Update Go to 1.25.8
2026-03-07 16:13:23 +08:00
世界
88695b0d1f
Rename branches and update release workflows
...
stable-next → oldstable, main-next → stable, dev-next → testing, new unstable
2026-03-05 21:12:02 +08:00
世界
5e4f6437ca
Rename branches and update release workflows
...
stable-next → oldstable, main-next → stable, dev-next → testing, new unstable
2026-03-05 21:12:02 +08:00
世界
d14417d392
Fix naive client close
2026-03-03 21:21:09 +08:00
世界
14ca4b9607
Fix naive client close
2026-03-03 21:21:09 +08:00
世界
91f92bee49
release: Unify default build tags and linker flags into shared files
...
Move hardcoded build tags and ldflags from Makefile, Dockerfile, CI
workflows, and local build scripts into canonical files under release/:
- release/DEFAULT_BUILD_TAGS (Linux common archs, Darwin, Android)
- release/DEFAULT_BUILD_TAGS_WINDOWS (includes with_purego)
- release/DEFAULT_BUILD_TAGS_OTHERS (no with_naive_outbound)
- release/LDFLAGS (shared linker flags)
2026-03-03 21:21:09 +08:00
世界
e269ad6528
release: Unify default build tags and linker flags into shared files
...
Move hardcoded build tags and ldflags from Makefile, Dockerfile, CI
workflows, and local build scripts into canonical files under release/:
- release/DEFAULT_BUILD_TAGS (Linux common archs, Darwin, Android)
- release/DEFAULT_BUILD_TAGS_WINDOWS (includes with_purego)
- release/DEFAULT_BUILD_TAGS_OTHERS (no with_naive_outbound)
- release/LDFLAGS (shared linker flags)
2026-03-03 21:21:09 +08:00
世界
11dc5bcbe1
Fixes in cronet-go
2026-02-27 19:39:52 +08:00
世界
5cc0eab30e
Fixes in cronet-go
2026-02-27 19:39:52 +08:00
世界
9d6dee7451
release: Fix pacman package
2026-02-27 14:58:06 +08:00
世界
2cbf6d2b6c
release: Fix pacman package
2026-02-27 14:58:06 +08:00
世界
cf4791f1ad
platform: Improve iOS OOM killer
2026-02-26 14:13:32 +08:00
世界
8436c06718
platform: Improve iOS OOM killer
2026-02-26 14:13:32 +08:00
世界
0817c25f4c
release: Fix Docker build for loong64 and mipsle
2026-02-23 16:31:19 +08:00
世界
d4696a9e37
release: Fix Docker build for loong64 and mipsle
2026-02-23 16:31:19 +08:00
世界
6a95c66bc7
Pin Go version to 1.25.7
2026-02-21 13:55:31 +08:00
世界
d65c447afe
Pin Go version to 1.25.7
2026-02-21 13:55:31 +08:00
世界
b5800847ae
More linux builds for naive
2026-02-21 13:55:31 +08:00
世界
701248d820
More linux builds for naive
2026-02-21 13:55:31 +08:00
世界
c59991420e
Minor fixes for naive
2026-02-18 01:26:29 +08:00
世界
ca253a2892
Minor fixes for naive
2026-02-18 01:26:29 +08:00
世界
15722b06dd
Update Go to 1.25.7
2026-02-05 17:49:06 +08:00
世界
92bd2edad7
Update Go to 1.25.7
2026-02-05 17:49:06 +08:00