- Export environment variables specific to Android 11 if available.
- Export environment variable
COLORTERM=truecolor - used by certain programs when checking for True Color support. (https://github.com/termux/termux-app/pull/1610)
- Fixed selection rendering when alternate cursor styles are used. (https://github.com/termux/termux-app/pull/1627)
- Fixed invisible text issue on some color schemes - now colors are being inverted. (https://github.com/termux/termux-app/pull/1628)
- Fixed notification icon. (https://github.com/termux/termux-app/pull/1649)
- Fixed argument handling for
com.termux.RUN_COMMAND intent action + allow background command execution. (https://github.com/termux/termux-app/pull/1679)