docs: update changelog

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 8ba200089a
commit 5ec48e7d41
+25
View File
@@ -8,6 +8,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.5.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.5.0) - Developing
### Added
1. 添加 WebSocket BypassNginx 实现,使用方式见文档(By @ReaJason
2. 添加 WebSocket Proxy 实现,使用方式见文档(#126Thanks @xiaoxiaoranxxx
3. 添加 JSP/JSPX Unicode 打包方式(#116 Thanks @Ch1ngg
4. (UI)添加目标 JRE 版本的选择,防止部分情况下无法使用 JDK8 API#131 Thanks @LTP414
### Fixed
1. 修复自定义内存马 Agent 型无法显式调用 Jakarta API#131 Thanks @LTP414
2. (UI)修复自定义内存马文件上传框中文字不居中
### Changed
1. 调整哥斯拉 WebSocket 马使用 **AES_RAW** 同时支持 GitHub 插件和特战版都可连接,使用方式见文档
2. 重构 MemShell 和 ProbeShell 集成测试用例,减少代码量
3. 支持 Spring 相关集成测试用例调用远程 docker 完成测试(目前所有集成测试用例可支持在远程 docker 执行)[customizing-docker-host-detection](https://java.testcontainers.org/features/configuration/#customizing-docker-host-detection)
4. 配置 Gradle 构建打包自动发布至 Maven Central(不需要额外去网页手动点 Publish)
5. 重命名仓库中 asserts -> assets
6. 依赖更新
**Full Changelog:** [v2.4.1...v2.4.2](https://github.com/ReaJason/MemShellParty/compare/v2.4.1...v2.4.2)
## [v2.4.2](https://github.com/ReaJason/MemShellParty/releases/tag/v2.4.2) - 2026-01-12
### Added