Bump version to 1.0.1

This commit is contained in:
2025-11-16 01:15:00 +08:00
parent 0dd0559a42
commit 902320bcc7
3 changed files with 29 additions and 3 deletions

View File

@@ -16,6 +16,19 @@ Time zone of version release date: **UTC+8**
:::
### 1.0.0 | 2025.11.11 &ensp;<Badge type="tip" text="latest" vertical="middle" />
### 1.0.1 | 2025.11.16 &ensp;<Badge type="tip" text="latest" vertical="middle" />
- 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 &ensp;<Badge type="warning" text="stale" vertical="middle" />
- The first version is submitted to Maven

View File

@@ -8,6 +8,19 @@
:::
### 1.0.0 | 2025.11.11 &ensp;<Badge type="tip" text="最新" vertical="middle" />
### 1.0.1 | 2025.11.16 &ensp;<Badge type="tip" text="最新" vertical="middle" />
- 修复 `permanentKeyValues` 被错误地配置到 `replacementKeyValues` 的问题
- 优化属性键值的类型自动转换功能,修复负数长整型被转换为整型的问题
- 优化日志输出功能,加入每种日志的标签和文字颜色
- 新增 `keyValueRules` 可手动指定属性键值的类型,在启用了 `useTypeAutoConversion` 时生效
- 增强调试功能,加入了调试模式下的详细日志输出
- 修复 `extensionName` 在默认设置情况下被判断为空格式非法的问题
- 增加了可能造成冲突的默认扩展方法名称判断内容
- `android` 配置方法块新增 `manifestPlaceholders` 属性键值同步功能
- 修复源代码生成 Javapoet 和 Kotlinpoet 处理特殊转义字符的问题
- 修复其它可能导致构建脚本编译失败的问题
### 1.0.0 | 2025.11.11 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
- 首个版本提交至 Maven

View File

@@ -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