KBoard v1.0.1-release
Release v1.0.1 - Theme Hotfix & Build Automation
This patch addresses a layout issue found immediately following our initial v1.0.0 release, alongside some major under-the-hood improvements to our build pipeline.
🐛 UI & Theme Fixes
- Fixed Full-Screen Keyboard Glitch: Resolved an issue where selecting any of the "Standard" (non-blur) themes would cause the keyboard background to stretch and cover the entire screen. All themes now correctly wrap to their content height and sit seamlessly at the bottom of the display, matching the behavior of our Frosted Glass themes.
- Consistent Navigation Padding: Verified that all standard themes properly respect the bottom system navigation bar.
⚙️ Under the Hood (Build System)
- Automated Versioning: Migrated to a dynamic
versionCodesystem powered by Git commit history. - Configuration Cache Fix: Implemented Gradle
ValueSourceAPI to safely execute external Git commands, ensuring full compatibility with modern Android Studio configuration caching for faster build times.