From b9efe6dac5019f5227221fd1c2201e67ada00938 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Tue, 16 Dec 2025 21:54:26 +0800 Subject: [PATCH] docs: update changelog --- web/content/docs/changelog.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/web/content/docs/changelog.mdx b/web/content/docs/changelog.mdx index 32b6651c..8a1fb316 100644 --- a/web/content/docs/changelog.mdx +++ b/web/content/docs/changelog.mdx @@ -12,15 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -1. 修复 Suo5v2、Godzilla、Command Listener 等无法中断请求的场景下未 close 响应流导致连接失败 +1. 修复 Suo5v2、Godzilla、Command Listener 等无法中断请求的场景下未 close 响应流导致连接失败 (#120 By @ReaJason, @zema1 Thanks @whwlsfb) 2. 修复非调试模式下,throwable.printStackTrace 未被正确移除 -3. 修复 responseBody 回显马如果业务优先触发 getOutputStream 或 getWriter 导致回显失败 +3. 修复 responseBody 回显马如果业务优先触发 getOutputStream 或 getWriter 导致回显失败(#122 Thanks @localurk) +4. 修复某软新版获取不到 context 导致 Tomcat 内存马无法注入的问题(Thanks @unam4) ### Changed 1. generator 模块去除 bcel 依赖,简化 jackson 依赖 2. UI 添加 tooltip 简易描述方便使用,并优化部分布局细节 -3. 依赖更新 +3. UI 迁移 radix-ui 至 base-ui +4. 文档更新、依赖更新 + +**Full Changelog:** [v2.4.0...v2.4.1](https://github.com/ReaJason/MemShellParty/compare/v2.4.0...v2.4.1) ## [v2.4.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.4.0) - 2025-12-10