What's Changed
- Add emoji suggestions using the
:emojiname
syntax (#2385, thanks @snaik20) - Add emoji suggestion data for most important languages (#2437)
- The following languages are available: English, German, Spanish, French, Italian, Portuguese
- Do NOT ask for other languages to be added, support for other languages in emoji suggestions will be added in v0.5 via the language pack feature
- Fix huge clipboard text items causing clipboard history crash (#2420)
- Implement smooth scrollbar in emoji palette (#2446, thanks @KevinVan9 and @lm41)
- Update contributing guidelines and roadmap
Development changes
- dev: Add new Material You surface colors (#2448)
- The following color names are now available:
- surfaceBright
- surfaceDim
- surfaceContainer
- surfaceContainerHigh
- surfaceContainerHighest
- surfaceContainerLow
- surfaceContainerLowest
- These colors have replaced the color name
surface
, which has been removed - See section "Surfaces" in this blog entry for more info
- May break existing dynamic color themes relying on
surface
- The following color names are now available:
- dev: Fix build issues caused by the nlp submodule (#2218)
- dev: Fix Rust beta build (#2450, thanks @lm41)
- dev: Switch to ImageVector icons (#2432, thanks @lm41)
- dev: Remove all git submodules, avoiding git ref issues
- dev: Switch internal backend from C++ to Rust
- dev: Update dependencies
New Contributors
- @KevinVan9 made their first contribution in #2446
Full Changelog: v0.4.0-beta01...v0.4.0-beta02