Skip to content

Commit 902320b

Browse files
committed
Bump version to 1.0.1
1 parent 0dd0559 commit 902320b

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

docs-source/src/en/about/changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ Time zone of version release date: **UTC+8**
1616

1717
:::
1818

19-
### 1.0.0 | 2025.11.11 &ensp;<Badge type="tip" text="latest" vertical="middle" />
19+
### 1.0.1 | 2025.11.16 &ensp;<Badge type="tip" text="latest" vertical="middle" />
20+
21+
- Fixed the issue where `permanentKeyValues` was incorrectly configured to `replacementKeyValues`
22+
- Optimized the automatic type conversion function for property key-values, fixed the problem of negative long integers being converted to integers
23+
- Optimized log output function, added tags and text colors for each type of log
24+
- Added `keyValueRules` to manually specify the type of property key-values, effective when `useTypeAutoConversion` is enabled
25+
- Enhanced debugging function, added detailed log output in debug mode
26+
- Fixed the issue where `extensionName` was judged as empty and illegal under default settings
27+
- Added judgment content for default extension method names that may cause conflicts
28+
- Added `manifestPlaceholders` property key-value synchronization function to `android` configuration method block
29+
- Fixed the problem of Javapoet and Kotlinpoet processing special escape characters in source code generation
30+
- Fixed other issues that may cause build script compilation failure
31+
32+
### 1.0.0 | 2025.11.11 &ensp;<Badge type="warning" text="stale" vertical="middle" />
2033

2134
- The first version is submitted to Maven

docs-source/src/zh-cn/about/changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88

99
:::
1010

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

1326
- 首个版本提交至 Maven

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project.name=Gropify
33
project.url=https://github.com/HighCapable/Gropify
44
project.groupName=com.highcapable.gropify
55
project.moduleName=gropify
6-
project.version=1.0.0
6+
project.version=1.0.1
77
# Gradle Plugin Configuration
88
gradle.plugin.moduleName=${project.groupName}.gradle.plugin
99
gradle.plugin.implementationClass=${project.groupName}.plugin.GropifyPlugin

0 commit comments

Comments
 (0)