This release features a few important changes:
- we now use our own image rendering pipeline and no longer offload work to the default QML Image loader. One visible change is better quality icons, especially noticeable with things like emojis.
- fixed a bug that caused the memory used by the nodeJS process to grow unbounded, eventually causing OOM issues.
What's Changed
- refactor: custom QQuickItem image renderer by @aurelleb in #1449
- fix(xdg): handle footclient in inferTermExec by @Keyruu in #1455
- feat(extension): add sendDesktopNotification API by @aurelleb in #1454
- Change skin tone per emoji using actions by @abdulrahim-ss in #1303
- feat: add custom keyword for emojis by @aurelleb in #1457
- feat: populate environment.launchType with proper value by @aurelleb in #1461
- fix: extension worker leak and better logging by @aurelleb in #1462
New Contributors
- @Keyruu made their first contribution in #1455
- @abdulrahim-ss made their first contribution in #1303
Full Changelog: v0.21.2...v0.21.3