docs: update changelog

This commit is contained in:
ReaJason
2025-12-16 21:55:21 +08:00
parent 930edbc8b0
commit b9efe6dac5
+7 -3
View File
@@ -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