|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## (unreleased) |
| 5 | + |
| 6 | +### New |
| 7 | + |
| 8 | +* Update quic with the latest header. [hiddify-com] |
| 9 | + |
| 10 | +* Add naive and mieru and update to hiddify-core. [hiddify-com] |
| 11 | + |
| 12 | +### Fix |
| 13 | + |
| 14 | +* Cert issue. [hiddify-com] |
| 15 | + |
| 16 | +* Error in naive haproxy by disabling it. [hiddify-com] |
| 17 | + |
| 18 | +* Reorder script for redis installation to process service management and password configuration first. [Allan Chan] |
| 19 | + |
| 20 | +### Other |
| 21 | + |
| 22 | +* Temporary fix for naive. [hiddify-com] |
| 23 | + |
| 24 | +* Sperate quic and http mode due to exception in haproxy. [hiddify-com] |
| 25 | + |
| 26 | +* Add better support for acme. [hiddify-com] |
| 27 | + |
| 28 | +* Add ssh integrated uot. [hiddify-com] |
| 29 | + |
| 30 | +* Update core. [hiddify-com] |
| 31 | + |
| 32 | +* Merge pull request #5239 from SfMustafa/fix/acme-fallback-logic. [Hiddify] |
| 33 | + |
| 34 | + prevent installcert when acme issue fails |
| 35 | + |
| 36 | +* Prevent installcert when acme issue fails. [SfMustafa] |
| 37 | + |
| 38 | + Previously, if acmecmd --issue failed (e.g. challenge verification error), the script still proceeded to run acme.sh --installcert. |
| 39 | + |
| 40 | + This caused errors like missing fullchain.cer, because the certificate was never successfully issued. |
| 41 | + |
| 42 | + This patch adds a simple check for the final err value after issuing the certificate (including ZeroSSL fallback). If issuing fails, the script skips installcert and falls back to generating a self-signed certificate. |
| 43 | + |
| 44 | + No functional changes to the success path. Only prevents invalid install attempts after failure. |
| 45 | + |
| 46 | +* Merge pull request #5233 from Alighaemi9731/chore/bump-panel-submodule-tls-fragment-packets-latest. [Hiddify] |
| 47 | + |
| 48 | + chore(panel): bump submodule for TLS fragment packets support (latest base) |
| 49 | + |
| 50 | +* Chore(panel): bump submodule for tls fragment packets support (latest base) [Ali] |
| 51 | + |
| 52 | +* Merge pull request #5230 from SfMustafa/fix/acme-fallback-logic. [Hiddify] |
| 53 | + |
| 54 | + Fix double certificate issuance logic in get_cert |
| 55 | + |
| 56 | +* Fix double certificate issuance logic in get_cert. [SfMustafa] |
| 57 | + |
| 58 | + Previously, the script always attempted a second certificate issuance without checking the result of the first one, which could override a successful Let's Encrypt certificate with a fallback CA. |
| 59 | + |
| 60 | + Now, ZeroSSL is only used as a fallback if Let's Encrypt fails and the domain is allowed. This makes the behavior deterministic and prevents unnecessary duplicate issuance attempts. |
| 61 | + |
| 62 | +* Update singbox and xray. [hiddify-com] |
| 63 | + |
| 64 | +* Update singbox. [hiddify-com] |
| 65 | + |
| 66 | +* Merge pull request #5045 from moham96/fix-sysctl. [Hiddify] |
| 67 | + |
| 68 | + Fix sysctl |
| 69 | + |
| 70 | +* Fix sysctl changing ip_local_port_range to range smaller than 32768 causes frequent connection problems. [Mohammad] |
| 71 | + |
| 72 | +* Merge pull request #5159 from allanchan339/dev. [Hiddify] |
| 73 | + |
| 74 | +* Merge pull request #5225 from SfMustafa/Fix-package-lock-bug. [Hiddify] |
| 75 | + |
| 76 | + Fix wgcf download duplication and update hash and Update package.lock |
| 77 | + |
| 78 | +* Merge branch 'dev' into Fix-package-lock-bug. [Hiddify] |
| 79 | + |
| 80 | +* Merge pull request #5222 from SfMustafa/fix-packages-lock. [Hiddify] |
| 81 | + |
| 82 | + Update packages.lock |
| 83 | + |
| 84 | +* Update packages.lock. [SfMustafa] |
| 85 | + |
| 86 | + Updated common/packages.lock to reflect the correct package versions. |
| 87 | + No other files were changed. |
| 88 | + |
| 89 | +* Merge pull request #5221 from Alighaemi9731/chore/bump-panel-submodule-ech. [Hiddify] |
| 90 | + |
| 91 | + chore(submodule): bump panel for ECH support |
| 92 | + |
| 93 | +* Chore(submodule): bump panel with init_db ECH backfill fix. [Ali] |
| 94 | + |
| 95 | +* Chore(submodule): bump panel with ECH migration fix. [Ali] |
| 96 | + |
| 97 | +* Chore(submodule): bump panel for ECH support and UI labels. [Ali] |
| 98 | + |
| 99 | +* Fix wgcf download duplication and update hash.Update packages.lock. [SfMustafa] |
| 100 | + |
| 101 | + The wgcf binary was being downloaded twice. |
| 102 | + |
| 103 | + Changes: |
| 104 | + - Removed the old wgcf download logic. |
| 105 | + - Added the updated wgcf binary. |
| 106 | + - Updated the hash to match the new wgcf version. |
| 107 | + |
| 108 | + This removes duplication and ensures the correct binary and checksum are used. |
| 109 | + |
| 110 | +* Update packages.lock. [SfMustafa] |
| 111 | + |
| 112 | + update wgcf version and fix hash codes. |
| 113 | + |
| 114 | + |
4 | 115 | ## v11.0.15 (2026-01-25) |
5 | 116 |
|
6 | 117 | ### Fix |
|
0 commit comments