Releases: Zxilly/UA2F
Releases · Zxilly/UA2F
v4.0.3
Full Changelog: v4.0.2...v4.0.3
v4.0.2
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- ci: refactor using gh-action-sdk by @1715173329 in #72
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Totally rewrite to support IPv6
What's Changed
- Add license scan report and status by @fossabot in #16
- format OpenWrt Makefile and fix CMakeLists by @1715173329 in #23
- build(Makefile): correct build path by @1715173329 in #24
- feat(init): handle firewall rules by @1715173329 in #25
- feat(init): handle intranet by @SunBK201 in #28
- fix(init): bug fix by @SunBK201 in #29
- chore(init): cleanup script by @1715173329 in #34
- feat(init): ua2f auto start by @SunBK201 in #35
- revert: Revert "feat(init): ua2f auto start" by @Zxilly in #37
- fix pointer out of bounds by @imguoliwei in #42
- fix(init): minor improvements by @1715173329 in #53
- fix procd service inactive by @1715173329 in #60
New Contributors
- @fossabot made their first contribution in #16
- @1715173329 made their first contribution in #23
- @SunBK201 made their first contribution in #28
- @imguoliwei made their first contribution in #42
Full Changelog: v2.2...v4.0.0
20221020T133401
fix procd service inactive Exit directly will result procd service inactive and uci configuration changes are no longer monitored. Reported-by: Lvc Revincx <revincx233@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20220902T135035
chore: follow OpenWRT version specs
20220901T082705
chore: bump version
20220901T081609
fix(init): minor improvements (#53) * Revert "refactor: uci scripts" Revert ugly changes. This reverts commit c2388e31865d64d879e79cba0e238cfc4692471d. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> * fix(init): minor improvements 1. Add fallback value for uci options. 2. As suggested by wulishui, directly set rules when reload firewall. 3. Do not delay when restart, pointless. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20220827T153527
build: bump version
20220827T152852
refactor: uci scripts