From 902320bcc7f4dd6a3945e5a7a2bd132e06996a6e Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sun, 16 Nov 2025 01:15:00 +0800 Subject: [PATCH] Bump version to 1.0.1 --- docs-source/src/en/about/changelog.md | 15 ++++++++++++++- docs-source/src/zh-cn/about/changelog.md | 15 ++++++++++++++- gradle.properties | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/docs-source/src/en/about/changelog.md b/docs-source/src/en/about/changelog.md index db0e550..93d0df8 100644 --- a/docs-source/src/en/about/changelog.md +++ b/docs-source/src/en/about/changelog.md @@ -16,6 +16,19 @@ Time zone of version release date: **UTC+8** ::: -### 1.0.0 | 2025.11.11   +### 1.0.1 | 2025.11.16   + +- Fixed the issue where `permanentKeyValues` was incorrectly configured to `replacementKeyValues` +- Optimized the automatic type conversion function for property key-values, fixed the problem of negative long integers being converted to integers +- Optimized log output function, added tags and text colors for each type of log +- Added `keyValueRules` to manually specify the type of property key-values, effective when `useTypeAutoConversion` is enabled +- Enhanced debugging function, added detailed log output in debug mode +- Fixed the issue where `extensionName` was judged as empty and illegal under default settings +- Added judgment content for default extension method names that may cause conflicts +- Added `manifestPlaceholders` property key-value synchronization function to `android` configuration method block +- Fixed the problem of Javapoet and Kotlinpoet processing special escape characters in source code generation +- Fixed other issues that may cause build script compilation failure + +### 1.0.0 | 2025.11.11   - The first version is submitted to Maven \ No newline at end of file diff --git a/docs-source/src/zh-cn/about/changelog.md b/docs-source/src/zh-cn/about/changelog.md index ed3bd54..0f423c7 100644 --- a/docs-source/src/zh-cn/about/changelog.md +++ b/docs-source/src/zh-cn/about/changelog.md @@ -8,6 +8,19 @@ ::: -### 1.0.0 | 2025.11.11   +### 1.0.1 | 2025.11.16   + +- 修复 `permanentKeyValues` 被错误地配置到 `replacementKeyValues` 的问题 +- 优化属性键值的类型自动转换功能,修复负数长整型被转换为整型的问题 +- 优化日志输出功能,加入每种日志的标签和文字颜色 +- 新增 `keyValueRules` 可手动指定属性键值的类型,在启用了 `useTypeAutoConversion` 时生效 +- 增强调试功能,加入了调试模式下的详细日志输出 +- 修复 `extensionName` 在默认设置情况下被判断为空格式非法的问题 +- 增加了可能造成冲突的默认扩展方法名称判断内容 +- `android` 配置方法块新增 `manifestPlaceholders` 属性键值同步功能 +- 修复源代码生成 Javapoet 和 Kotlinpoet 处理特殊转义字符的问题 +- 修复其它可能导致构建脚本编译失败的问题 + +### 1.0.0 | 2025.11.11   - 首个版本提交至 Maven \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c5294e0..07438ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ project.name=Gropify project.url=https://github.com/HighCapable/Gropify project.groupName=com.highcapable.gropify project.moduleName=gropify -project.version=1.0.0 +project.version=1.0.1 # Gradle Plugin Configuration gradle.plugin.moduleName=${project.groupName}.gradle.plugin gradle.plugin.implementationClass=${project.groupName}.plugin.GropifyPlugin