Skip to content

Commit a034543

Browse files
committed
chore: 2.6.1
1 parent ba53112 commit a034543

2 files changed

Lines changed: 16 additions & 2 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.6.0"
12+
version = "2.6.1"
1313

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

web/content/docs/changelog.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ 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.6.1](https://github.com/ReaJason/MemShellParty/releases/tag/v2.6.1) - 2026-03-30
12+
13+
### Fixed
14+
15+
1. (UI)修复 SpringWebMVC 生成 Controller 点击生成按钮无效(#140 Thanks @ekkoo-z By @ReaJason
16+
2. 修复 WebSocket Proxy OOM(#127 Thanks @xiaoxiaoranxxx
17+
18+
### Changed
19+
20+
1. 依赖更新
21+
2. web docs 更新,支持复制 markdown 以及点击跳转 GitHub 等界面
22+
23+
**Full Changelog:** [v2.6.0...v2.6.1](https://github.com/ReaJason/MemShellParty/compare/v2.6.0...v2.6.1)
24+
1125
## [v2.6.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.6.0) - 2026-02-08
1226

1327
### Added
@@ -18,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1832

1933
### Fixed
2034

21-
1. (UI)修复生成按钮防连点失效(By ReaJason)
35+
1. (UI)修复生成按钮防连点失效(By @ReaJason
2236
2. 修复 ServletRenameVisitorWrapper 可能会导致部分 ByteBuddy Advisor 方法选中失效
2337
3. 去除 JSP 脚本中 `Class<?>` 泛型,改为 `Class`,修复低版本 Servlet 容器解析失败
2438

0 commit comments

Comments
 (0)