File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 }
1010}
1111
12- version = " 2.6.0 "
12+ version = " 2.6.1 "
1313
1414tasks.register(" publishAllToMavenCentral" ) {
1515 dependsOn(" :memshell-party-common:publishToMavenCentral" )
Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ All notable changes to this project will be documented in this file.
88The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
99and 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 )
22362 . 修复 ServletRenameVisitorWrapper 可能会导致部分 ByteBuddy Advisor 方法选中失效
23373 . 去除 JSP 脚本中 ` Class<?> ` 泛型,改为 ` Class ` ,修复低版本 Servlet 容器解析失败
2438
You can’t perform that action at this time.
0 commit comments