| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-20 | v2.5.6 - Happy Nowruzv2.5.6 | mhsanaei | |
| 2025-03-19 | chore: pretty `Inbounds` page (#2791) | Shishkevich D. | |
| * chore: pretty 'Inbounds' page * chore: return styles for aCustomStatistic styles was intended to properly display a-statistic in the app, but for some unknown reason it was removed * fix: switch style in dark mode --------- | |||
| 2025-03-18 | Russian translation fixes (#2792) | Kirill Dunaev | |
| 2025-03-18 | Update to regular cert issue (#2790) | somebodywashere | |
| 2025-03-18 | Update index.html | mhsanaei | |
| 2025-03-18 | Fixes and improvements (#2789) | Tara Rostami | |
| * Fixes and improvements * Update translate.en_US.toml | |||
| 2025-03-17 | Code refactoring (#2785) | Shishkevich D. | |
| * chore: pretty theme menu in sidebar * refactor: renaming component templates * refactor: create custom `a-statistic` component * fix: display button text only on large screens * chore: remove loading background in overview page * fix: show `Version` text when xray version is unknown | |||
| 2025-03-17 | Updates to CF cert issue (#2780) | somebodywashere | |
| 2025-03-17 | chore: some improvements (#2782) | Shishkevich D. | |
| * chore: improve outbound link input * chore: ui improvement | |||
| 2025-03-15 | chore: pretty 'Overview' page (#2772) | Shishkevich D. | |
| * chore: pretty 'Overview' page * chore: some improvements in 'overview page' - reduced font size - added caption to buttons - fixed display of xray state - xray version display returned | |||
| 2025-03-15 | feat: custom subscription title in panel (#2773) | Ilya Afanasov | |
| * feat: custom subscription title in panel * feat: added translations | |||
| 2025-03-13 | runs-on: ubuntu-22.04 (#2767) | Sanaei | |
| https://github.com/actions/runner-images/issues/11101 | |||
| 2025-03-13 | xray log - minor change | mhsanaei | |
| 2025-03-12 | Refactor: Use any instead of interface{} | mhsanaei | |
| 2025-03-12 | warp - optimize utility code | mhsanaei | |
| 2025-03-12 | fix - public IP #2763 | mhsanaei | |
| 2025-03-11 | Axios v1.8.2 | mhsanaei | |
| 2025-03-10 | fix: protocol checking during random uuidv4 generation v2.5.5 | Shishkevich D. | |
| fixes the https://github.com/MHSanaei/3x-ui/issues/2750 issue | |||
| 2025-03-10 | v2.5.5 | mhsanaei | |
| 2025-03-10 | Xray log: show failed on error log level | mhsanaei | |
| 2025-03-10 | bug fix - xray log | mhsanaei | |
| 2025-03-10 | Xray core v2.3.6 + update dependencies | mhsanaei | |
| 2025-03-09 | fix: generating shortIds for vless reality (#2745) | Shishkevich D. | |
| 2025-03-09 | chore: remove unused variable | Shishkevich D. | |
| 2025-03-09 | chore: refactoring `RandomUtil` class | Shishkevich D. | |
| now we use window.crypto.getRandomValues to generate random values. | |||
| 2025-03-09 | chore: use `crypto.randomUUID()` for generating UUIDv4 | Shishkevich D. | |
| 2025-03-09 | chore: use Base64 library for generating SS password | Shishkevich D. | |
| 2025-03-09 | fix: modals style | Shishkevich D. | |
| 2025-03-09 | Revert "chore: add missing params for grpc stream settings (outbound)" | Shishkevich D. | |
| This reverts commit 1c59afe031da71ca857c52efaed76a53b040f8d5. | |||
| 2025-03-09 | Revert "chore: add new grpc params for outbound (#2744)" | Shishkevich D. | |
| This reverts commit c49ec9a74cf1c407cbe872355f1e2ac03a8e3080. | |||
| 2025-03-09 | chore: add `dns` type for kcp protocol | Shishkevich D. | |
| see https://xtls.github.io/config/transports/mkcp.html#headerobject | |||
| 2025-03-09 | chore: add missing params for grpc stream settings (outbound) | Shishkevich D. | |
| 2025-03-09 | chore: add new grpc params for outbound (#2744) | Shishkevich D. | |
| 2025-03-09 | tgbot - restart | mhsanaei | |
| change restart force to restart | |||
| 2025-03-08 | minor changes | mhsanaei | |
| 2025-03-08 | Code refactoring (#2739) | Shishkevich D. | |
| * refactor: switching to the use of typed props * refactor: `password-input` -> `a-password-input` * fix: qr modal copy error | |||
| 2025-03-08 | chore: pretty `backup` and `xray version` modal (#2737) | Shishkevich D. | |
| * chore: pretty `backup & restore` modal * chore: pretty `xray version` modal * fix: new `xray version` modal style | |||
| 2025-03-08 | fix: base64 encoding on vmess/shadowsocks inbounds (#2736) | Shishkevich D. | |
| 2025-03-08 | refactor: move language manager to utils (#2735) | Shishkevich D. | |
| 2025-03-07 | chore: add empty screens for empty data (balancers, reverses, dns) | Shishkevich D. | |
| 2025-03-07 | chore: add empty screens for empty data (balancers, reverses, dns) | Shishkevich D. | |
| cleaned up some of the margins & paddings | |||
| 2025-03-07 | Merge pull request #2732 from shishkevichd/refactor/refactor-1 | Sanaei | |
| Code refactoring | |||
| 2025-03-07 | refactor: merging all util functions into classes | Shishkevich D. | |
| 2025-03-07 | refactor: move copy function to utils.js | Shishkevich D. | |
| 2025-03-07 | refactor: delete `base64js` | Shishkevich D. | |
| instead of base64 library you can use built-in JS functions `btoa()` and `atob()` | |||
| 2025-03-06 | refactor: delete `clipboardjs` (#2727) | Shishkevich D. | |
| text copying can be done without using additional libraries | |||
| 2025-03-06 | Change the cpu usage interval from second to minute (#2729) | UltraMegaPotato | |
| feature(check_cpu_usage): Change the usage interval from second to minute | |||
| 2025-03-06 | Balancer fallbackTag #2724 | mhsanaei | |
| 2025-03-06 | Pretty Panel and Xray settings (#2726) | Shishkevich D. | |
| * chore: refactor `setting-list-item` component * chore: remove padding * chore: replace settings list with settings collapse panels * chore: add missing translations * chore: fix translation | |||
| 2025-03-05 | v2.5.4v2.5.4 | mhsanaei | |
