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