Skip to content

Commit b11894f

Browse files
committed
release: version 12.1.0b3 πŸš€
1 parent b658744 commit b11894f

11 files changed

Lines changed: 454 additions & 25 deletions

File tree

β€ŽHISTORY.mdβ€Ž

Lines changed: 37 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,32 @@
55

66
#### New
77

8+
* Add additional configs.
9+
10+
* Add public ports for relay servers.
11+
12+
* Add 7 days action to users, disable ip resolving in domain page, make domain page better.
13+
814
* Add dnstt.
915

1016
#### Fix
1117

18+
* Merge.
19+
1220
* Issue.
1321

1422
#### Other
1523

1624
* Update translations.
1725

26+
* Disable ech for naive.
27+
28+
* Merge branch 'main' of github.com:hiddify/Hiddify-Panel.
29+
30+
* Update translations.
31+
32+
* Update translations.
33+
1834
* Merge branch 'dev' of github.com:hiddify/Hiddify-Panel into dev.
1935

2036
* Update README.md.
@@ -586,29 +602,29 @@
586602
_enhancements for xray, sing-box, clash configs_
587603

588604
* Enhancements for xray, sing-box, clash configs.
589-
_clash config:
590-
replace zh to cn for correct create config
591-
add geoip&geosite rule-sets for ir,cn,ru with DIRECT route
592-
GEOIP,IR & DOMAIN-SUFFIX,.ir replace to rule-sets
593-
594-
sing-box:
595-
replace zh to cn for correct create config
596-
replace .srs links to .srs from hiddify-geo
597-
fix rule-set sing-box 1.8+ for .cn
598-
599-
xray config:
605+
_clash config:
606+
replace zh to cn for correct create config
607+
add geoip&geosite rule-sets for ir,cn,ru with DIRECT route
608+
GEOIP,IR & DOMAIN-SUFFIX,.ir replace to rule-sets
609+
610+
sing-box:
611+
replace zh to cn for correct create config
612+
replace .srs links to .srs from hiddify-geo
613+
fix rule-set sing-box 1.8+ for .cn
614+
615+
xray config:
600616
add geoip:ru & geosite:category-ru for DIRECT_
601617

602618
* Merge pull request #5 from legiz-ru/mihomo.
603619
_add mihomo and fix sb_
604620

605621
* Add mihomo and fix sb.
606-
_fix subname for sing-box app
607-
add clash meta for android
622+
_fix subname for sing-box app
623+
add clash meta for android
608624
add clash verge rev_
609625

610626
* Add clash icons.
611-
_add clash meta for android
627+
_add clash meta for android
612628
add clash verge rev_
613629

614630
* Update translations.
@@ -2480,8 +2496,8 @@ add clash verge rev_
24802496
_Update base_singbox_config.json.j2_
24812497

24822498
* Update base_singbox_config.json.j2.
2483-
_Correctly bypass geoip and geosite download url.
2484-
2499+
_Correctly bypass geoip and geosite download url.
2500+
24852501
The default bypass list only includes `githubusercontent.com` but it should also contain `raw.githubusercontent.com`. Note that this problem only manifests in clients which have just recently installed singbox. For those who already had singbox with a working hiddify installation, they already have the cache files and the file updates flawlessly._
24862502

24872503
* Fink 🐦: update translations.
@@ -4565,9 +4581,9 @@ with A2_
45654581
_Update UserAdmin.py_
45664582

45674583
* Update UserAdmin.py.
4568-
_Shows Telegram icons for all users in the admin panel, if Telegram is enabled.
4569-
4570-
Users which are not registered for Telegram are shown with greyed out disabled buttons, registered users with blue buttons.
4584+
_Shows Telegram icons for all users in the admin panel, if Telegram is enabled.
4585+
4586+
Users which are not registered for Telegram are shown with greyed out disabled buttons, registered users with blue buttons.
45714587
It is a visual improvement to have all users aligned in the table._
45724588

45734589
* Merge branch 'main' of github.com:Iam54r1n4/HiddifyPanel.
@@ -5519,8 +5535,8 @@ It is a visual improvement to have all users aligned in the table._
55195535
_fixing IPv6 issue for resolving IPv6's behind domain in auto cdn_
55205536

55215537
* Fixing IPv6 issue for resolving IPv6's behind domain in auto cdn.
5522-
_adding brackets to avoid errors when converting domains to ipv6.
5523-
5538+
_adding brackets to avoid errors when converting domains to ipv6.
5539+
55245540
aaaa:bbbb:cccc:dddd -> [aaaa:bbbb:cccc:dddd]_
55255541

55265542
* Fix; v2ray bug.

β€Žhiddifypanel/VERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.1.0b2
1+
12.1.0b3

β€Žhiddifypanel/VERSION.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# import importlib.metadata
22
from datetime import datetime
33

4-
__version__ = '12.1.0b2'
5-
__release_time__= datetime.strptime('2026-03-06T03:03:20','%Y-%m-%dT%H:%M:%S')
4+
__version__ = '12.1.0b3'
5+
__release_time__= datetime.strptime('2026-03-06T03:25:35','%Y-%m-%dT%H:%M:%S')
66
is_released_version = False

0 commit comments

Comments
Β (0)