Skip to content

Commit 4393abe

Browse files
committed
docs: update v4.0.3 release notes and changelog with emoji fix & toolbar auto-span features
1 parent 88d1c90 commit 4393abe

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/releasenote/release_notes_v4.0.3.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
## 🚀 What's New in v4.0.3
55

6-
### 🛠️ Bug Fixes & Stability Improvements
6+
### 🛠️ Bug Fixes & Features
7+
- **Custom Emoji Font in Emoji Search**: Applied custom emoji font typeface (`customEmojiTypeface`) to horizontal emoji search results in emoji picker palette.
8+
- **Auto-Span Toolbar Keys**: Added "Auto-span toolbar keys" toggle in Settings → Toolbar for both main and clipboard toolbars with right-alignment fallback when disabled.
9+
- **Toolbar & Clipboard Transition**: Eliminated layout jerkiness and optimized single-pass layout measurements when switching between keyboard and clipboard in Split Toolbar mode.
710
- **Settings Exception Logging**: Fixed `SettingsContainer` error reporting to output exact duplicate setting key string names instead of raw object memory references (`Setting@<hashcode>`).
811
- **Personal Dictionary Deduplication**: Fixed UI word list duplication in Personal Dictionary settings view.
912
- **Search Screen Stability**: Removed duplicate key definitions in `SearchScreen` `LazyColumn` items to prevent UI crashes.

fastlane/metadata/android/en-US/changelogs/4003.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Fixed custom emoji font rendering in emoji search results.
2+
- Added preference toggle and clipboard toolbar support for auto-spanning toolbar keys.
3+
- Smoothed transitions between keyboard and clipboard in Split Toolbar mode.
14
- Fixed SettingsContainer exception logging to print exact setting key names instead of object hashcodes.
25
- Fixed word list duplication in Personal Dictionary UI.
36
- Fixed duplicate item keys in Settings Search LazyColumn.

0 commit comments

Comments
 (0)