Skip to content

Commit 61d6488

Browse files
committed
chore: 2.5.0
1 parent 156db39 commit 61d6488

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ idea {
99
}
1010
}
1111

12-
version = "2.4.3-SNAPSHOT"
12+
version = "2.5.0"
1313

1414
tasks.register("publishAllToMavenCentral") {
1515
dependsOn(":memshell-party-common:publishToMavenCentral")

web/content/docs/changelog.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11-
## [v2.5.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.5.0) - Developing
11+
## [v2.5.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.5.0) - 2026-01-19
1212

1313
### Added
1414

@@ -31,16 +31,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
5. 重命名仓库中 asserts -> assets
3232
6. 依赖更新
3333

34-
**Full Changelog:** [v2.4.1...v2.4.2](https://github.com/ReaJason/MemShellParty/compare/v2.4.1...v2.4.2)
34+
**Full Changelog:** [v2.4.2...v2.5.0](https://github.com/ReaJason/MemShellParty/compare/v2.4.2...v2.5.0)
3535

3636
## [v2.4.2](https://github.com/ReaJason/MemShellParty/releases/tag/v2.4.2) - 2026-01-12
3737

3838
### Added
3939

4040
1. 新增对 WebSphere open-liberty 的内存马注入以及回显马(By @ReaJason
41-
2. 添加 libs 子模块,存放部分中间件源码包方便进行代码编写和调试以及便于编写后续源码分析文档
42-
3. 目标服务文档填写适配表格,展示各版本该如何选取对应内存马挂载类型,https://dev-party.mem.mk/ui/docs/server-intro
43-
4. 添加文档 tree 结构,欢迎一起完善文档
41+
2. 支持 Filter 调序为第一个,解决部分鉴权 Filter 的连接干扰
42+
3. 新增回显马可回显 Filter 列表
43+
4. 添加 libs 子模块,存放部分中间件源码包方便进行代码编写和调试以及便于编写后续源码分析文档
44+
5. 目标服务文档填写适配表格,展示各版本该如何选取对应内存马挂载类型,https://dev-party.mem.mk/ui/docs/server-intro
45+
6. 添加文档 tree 结构,欢迎一起完善文档
4446

4547
### Fixed
4648

0 commit comments

Comments
 (0)