FList
  • Fixed incorrect message which is shown in case when bootstrap installation fails.
  • Updated bootstrap archives.
  • Fixed issue when malformed \uXXXX tokens in termux.properties lead to application crash. Issue https://github.com/termux/termux-app/issues/1589.
  • Introduced support for auto-detection of system dark theme (https://github.com/termux/termux-app/pull/1476).
  • Properly set orientation of text selection handle (https://github.com/termux/termux-app/pull/1477).
  • Update notification icon to match the launcher icon (https://github.com/termux/termux-app/pull/1478).
  • Extended extra keys configuration (https://github.com/termux/termux-app/pull/1479).
  • Support opening log files with view intent (https://github.com/termux/termux-app/pull/1502).
  • Provide a way to allow third-party applications to execute commands within Termux environment. Issue https://github.com/termux/termux-app/issues/804.
  • Use vector drawables for text selection handles.