From e3408bfee1fefc1ae35745f71137ab4e81a542b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=F0=90=B2=93=F0=90=B3=9B=F0=90=B3=AA=F0=90=B3=82?=
=?UTF-8?q?=F0=90=B3=90=20=F0=90=B2=80=F0=90=B3=A2=F0=90=B3=A6=F0=90=B3=AB?=
=?UTF-8?q?=F0=90=B3=A2=20=F0=90=B2=A5=F0=90=B3=94=F0=90=B3=9B=F0=90=B3=AA?=
=?UTF-8?q?=F0=90=B3=8C=F0=90=B3=91=F0=90=B3=96=F0=90=B3=87?=
<26771058+KobeArthurScofield@users.noreply.github.com>
Date: Sat, 2 Nov 2024 01:43:58 +0800
Subject: [PATCH] Update Great Chronicles (#600)
---
docs/.vuepress/config/navbar/en.ts | 2 +-
docs/about/news.md | 64 ++++++++++++++++++++++++++++++
docs/en/about/news.md | 64 ++++++++++++++++++++++++++++++
docs/ru/about/news.md | 64 ++++++++++++++++++++++++++++++
4 files changed, 193 insertions(+), 1 deletion(-)
diff --git a/docs/.vuepress/config/navbar/en.ts b/docs/.vuepress/config/navbar/en.ts
index a04f09382..4f71c0c89 100755
--- a/docs/.vuepress/config/navbar/en.ts
+++ b/docs/.vuepress/config/navbar/en.ts
@@ -3,7 +3,7 @@ import { NavbarConfig } from '@vuepress/theme-default'
// TODO: translation
export const navbarEn: NavbarConfig = [
{ text: 'Homepage', link: '/en' },
- { text: 'Website History', link: '/en/about/news.md' },
+ { text: 'The Great Chronicles', link: '/en/about/news.md' },
{ text: 'Config Reference', link: '/en/config/' },
{ text: 'Developer Guide', link: '/en/development/' },
{ text: 'Quick Start', link: '/en/document/' },
diff --git a/docs/about/news.md b/docs/about/news.md
index 36bb097d2..3544cd851 100644
--- a/docs/about/news.md
+++ b/docs/about/news.md
@@ -4,6 +4,66 @@ sidebar: auto
# 大史记
+## 2024.10.31 [24.10.31](https://github.com/XTLS/Xray-core/releases/tag/v24.10.31)
+
+万圣节快乐! 🎃
+
+本次万圣节可是有礼物和小糖果的喔~欢迎拆开品尝~ 🎁
+
+~~SplitHTTP 进化为 XHTTP,而且现在更有上下行分离的能力了!毫无疑问 XHTTP 又开启了一个崭新的时代。~~
+
+## 2024.10.24
+
+现在只列出能安全配置的面板。明文 HTTP 问题不能轻视。
+
+## 2024.10.18
+
+昨天已售出第一个 0.15 ETH 的 Project X NFT,感谢支持!别忘了买得越早越便宜喔。
+
+REALITY NFT 预计有一万个(送两个),0.01 ETH 一个,以便作为日常捐款途径。
+
+## 2024.10.4
+
+为什么会有在公网用 http://ip 来管理面板的?不,这不应该……
+
+安全起见,这类配置用的工具应该用 HTTPS 或者 SSH 转发来[保证安全](https://t.me/projectXtls/358)。
+
+## 2024.10.3
+
+v24.9.30 被设为 latest 已经快一天了,根本没看到有人抱怨问题 ~~,说明那些被删掉的东西真的没人用~~。🤡
+
+## 2024.9.30 [24.9.30](https://github.com/XTLS/Xray-core/releases/tag/v24.9.30)
+
+更改版本号规则之后的第一次发稳定版!
+
+作为更改版本号后的开山第一版:
+
+- SplitHTTP 加入了 XMUX 控制
+- HTTP 传输层加入了 HTTP/3
+- 传输层的 TCP 更名为 RAW (现在变得更合理了)
+- Freedom 出站的 UDP Noises
+- **注意**:该版本移除了大量的过时配置代码,升级前请根据文档严格检查配置文件避免意外喔。
+
+## 2024.9.28
+
+入群问题真的公认的难。
+
+不过人不在多而在精,考验的就是独立查找问题答案的能力 ~~以及一点点运气~~,这样才能保持群的高质量交流。
+
+珍惜留在群里的资格不要违规喔。
+
+## 2024.9.24
+
+提醒:价格为 0.1 ETH 的 Project X NFT 仅剩一个,此后价格为 0.15 ETH 起步。
+
+## 2024.9.17
+
+姊妹群组 Project X 成员数达到 1000。
+
+感谢来自非中文世界的支持!
+
+- XHTTP 和 XgRPC 是什么?
+
## 2024.9.12
大史记重出江湖?!
@@ -16,6 +76,10 @@ sidebar: auto
- 二进制大小比 v1.8.24 减小了 1MB。
- 依然有每次必备的 bug 修复。
+## 2024.9.6
+
+Xray-core 能使用 JSON 格式订阅吗?提案[在此](https://github.com/XTLS/Xray-core/discussions/3765)。
+
## 2024.8.30 [v1.8.24](https://github.com/XTLS/Xray-core/releases/tag/v1.8.24)
在等待 SplitHTTP multiplex controller 期间,main 分支已经积累了大量重要更新,所以我们决定先发一个版本。
diff --git a/docs/en/about/news.md b/docs/en/about/news.md
index 7fb5c05c0..f47309246 100644
--- a/docs/en/about/news.md
+++ b/docs/en/about/news.md
@@ -4,6 +4,66 @@ sidebar: auto
# The Great Chronicles
+## 2024.10.31 [24.10.31](https://github.com/XTLS/Xray-core/releases/tag/v24.10.31)
+
+Happy Halloween! 🎃
+
+We have a gift with candies for you, come get and open~ 🎁
+
+~~SplitHTTP now evolved into XHTTP, with ability of splitting upstream and downstream to different pathway! It is concrete that XHTTP opens a new era again.~~
+
+## 2024.10.24
+
+Only panels that secure in default are listed here. The plain HTTP issue shouldn’t be taken lightly.
+
+## 2024.10.18
+
+The first Projext X NFT pricing 0.15 ETH has been sold. Thank you for your support! And don't forget that the earlier you purchase the lower the price.
+
+We may have 10,000 REALITY NFT (two of them as a gift) with each pricing 0.01 ETH as a way of normal donation.
+
+## 2024.10.4
+
+Why there is someone use panels with http://ip over Internet? Oh no, oh no, oh no no no no no...
+
+For [data security](https://t.me/projectXtls/358), these tools should use HTTPS or SSH tunneling.
+
+## 2024.10.3
+
+It is almost one day after marking v24.9.30 as the latest version and no one complaints, ~~oh so nobody use the removed obsolote parts~~.
+
+## 2024.9.30 [24.9.30](https://github.com/XTLS/Xray-core/releases/tag/v24.9.30)
+
+The first stable release after changing the versioning rule!
+
+As the first stable version of versioning change:
+
+- We have XMUX for SplitHTTP
+- HTTP/3 now in HTTP transport
+- TCP transport renamed to RAW (more sensible)
+- UDP Noises in Freedom outbound
+- **WARNING**: This version has removed lots of obsolote config fields, check the config file carefully before upgrade to prevent unexpected situations.
+
+## 2024.9.28
+
+We all know the entrance question of the group is hell difficult.
+
+But it’s not about the number of people — it’s about quality. The goal is to test one's ability to find answers independently and ~~a bit of luck~~. This way, we can maintain high-quality discussions.
+
+Cherish your place in the group and be sure not to break the rules!
+
+## 2024.9.24
+
+NOTICE: There is ONLY one Project X NFT left with the price 0.1 ETH. The subsequent price starts from 0.15 ETH.
+
+## 2024.9.17
+
+The sister group, Project X, reached 1000 members.
+
+Thank you for the support from non-Chinese world!
+
+- What are XHTTP and XgRPC?
+
## 2024.9.12
The Great Chronicles Return to the Scene?!
@@ -16,6 +76,10 @@ First release after abandoning semantic versioning.
- The binary size is 1MB smaller than v1.8.24.
- As always, there are essential bug fixes.
+## 2024.9.6
+
+Can Xray-core use Xray-JSON subscription? The proposal is [over here](https://github.com/XTLS/Xray-core/discussions/3765).
+
## 2024.8.30 [v1.8.24](https://github.com/XTLS/Xray-core/releases/tag/v1.8.24)
While waiting for the SplitHTTP multiplex controller, the main branch had accumulated many important updates, so we decided to release a version first.
diff --git a/docs/ru/about/news.md b/docs/ru/about/news.md
index 3aa968628..5aa942d34 100644
--- a/docs/ru/about/news.md
+++ b/docs/ru/about/news.md
@@ -4,6 +4,66 @@ sidebar: auto
# 大史记
+## 2024.10.31 [24.10.31](https://github.com/XTLS/Xray-core/releases/tag/v24.10.31)
+
+万圣节快乐! 🎃
+
+本次万圣节可是有礼物和小糖果的喔~欢迎拆开品尝~ 🎁
+
+~~SplitHTTP 进化为 XHTTP,而且现在更有上下行分离的能力了!毫无疑问 XHTTP 又开启了一个崭新的时代。~~
+
+## 2024.10.24
+
+现在只列出能安全配置的面板。明文 HTTP 问题不能轻视。
+
+## 2024.10.18
+
+昨天已售出第一个 0.15 ETH 的 Project X NFT,感谢支持!别忘了买得越早越便宜喔。
+
+REALITY NFT 预计有一万个(送两个),0.01 ETH 一个,以便作为日常捐款途径。
+
+## 2024.10.4
+
+为什么会有在公网用 http://ip 来管理面板的?不,这不应该……
+
+安全起见,这类配置用的工具应该用 HTTPS 或者 SSH 转发来[保证安全](https://t.me/projectXtls/358)。
+
+## 2024.10.3
+
+v24.9.30 被设为 latest 已经快一天了,根本没看到有人抱怨问题 ~~,说明那些被删掉的东西真的没人用~~。🤡
+
+## 2024.9.30 [24.9.30](https://github.com/XTLS/Xray-core/releases/tag/v24.9.30)
+
+更改版本号规则之后的第一次发稳定版!
+
+作为更改版本号后的开山第一版:
+
+- SplitHTTP 加入了 XMUX 控制
+- HTTP 传输层加入了 HTTP/3
+- 传输层的 TCP 更名为 RAW (现在变得更合理了)
+- Freedom 出站的 UDP Noises
+- **注意**:该版本移除了大量的过时配置代码,升级前请根据文档严格检查配置文件避免意外喔。
+
+## 2024.9.28
+
+入群问题真的公认的难。
+
+不过人不在多而在精,考验的就是独立查找问题答案的能力 ~~以及一点点运气~~,这样才能保持群的高质量交流。
+
+珍惜留在群里的资格不要违规喔。
+
+## 2024.9.24
+
+提醒:价格为 0.1 ETH 的 Project X NFT 仅剩一个,此后价格为 0.15 ETH 起步。
+
+## 2024.9.17
+
+姊妹群组 Project X 成员数达到 1000。
+
+感谢来自非中文世界的支持!
+
+- XHTTP 和 XgRPC 是什么?
+
## 2024.9.12
大史记重出江湖?!
@@ -16,6 +76,10 @@ sidebar: auto
- 二进制大小比 v1.8.24 减小了 1MB。
- 依然有每次必备的 bug 修复。
+## 2024.9.6
+
+Xray-core 能使用 JSON 格式订阅吗?提案[在此](https://github.com/XTLS/Xray-core/discussions/3765)。
+
## 2024.8.30 [v1.8.24](https://github.com/XTLS/Xray-core/releases/tag/v1.8.24)
在等待 SplitHTTP multiplex controller 期间,main 分支已经积累了大量重要更新,所以我们决定先发一个版本。