From bda018b93f83e8c6ade4ea485d3138347f3a6987 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Tue, 25 Feb 2025 00:39:24 +0800 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb61019..7021b39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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). +## [v1.3.2](https://github.com/ReaJason/MemShellParty/releases/tag/v1.3.2) - 2025-02-25 + +### Fixed + +- 修复 Tomcat WebSocket 注入报错,无法工作 + +### Changed + +- 添加 foojay-toolchains 插件,支持 Dockerfile 构建时自动下载缺失的 JDK 版本 +- 优化构建 Spring Boot 的 Dockerfile,最小权限原则 +- 支持一键构建的 Dockerfile,适配需要 NGINX 反代的场景 +- 代码重构支持一处注册所有 Server 的 Shell 配置 + +**Full Changelog:** [v1.3.1...v1.3.2](https://github.com/ReaJason/MemShellParty/compare/v1.3.1...v1.3.2) + ## [v1.3.1](https://github.com/ReaJason/MemShellParty/releases/tag/v1.3.1) - 2025-02-20 ### Added