From 7b40867162e87b295864d3c639efa31337d7375f Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Tue, 12 Sep 2023 13:52:50 +0800 Subject: [PATCH] Release 4.7.0 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6678eb4..711a9bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # SmartTomcat Changelog +## [4.7.0] + +- Support config the catalina base directory, thanks to @meier123456 + ## [4.6.1] - Stop the debug process gracefully, fix #75. diff --git a/gradle.properties b/gradle.properties index 5b5dd7f..d47cc7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US pluginName = SmartTomcat pluginGroup = com.poratu.idea.plugins.tomcat -pluginVersion = 4.6.1 +pluginVersion = 4.7.0 pluginSinceBuild = 193.5233.102 pluginUntilBuild=