- Improve show_selection_info command behaviour when getting the surrounding text fails (Return True, not False in that case)
- Use
SurroundingText
dataclass to track surrounding text state; useget_surrounding_text()
only to trigger an update - Use
@dataclass
always, also for Python 3.6 - Don’t use transliterated keys for compose sequences if the first input method is Japanese or Chinese (Resolves: #760)
- Translation update from Weblate (ko 100%, sv 100%)