Skip to content

Aang

Latest

Choose a tag to compare

@grebtsew grebtsew released this 18 Apr 17:15
· 1 commit to main since this release

---- 0.1.0 ----
Date: 2026-04-18
Author: grebtsew

Initial release of TouchScriptsFlow.

  • Added script launcher UI with grid-based layout
  • Implemented support for running Python, Bash, PowerShell, and command-line scripts
  • Added live log output panel
  • Implemented process management (start / abort)
  • Added dynamic card system for scripts loaded from scripts.json

UI Improvements:

  • Responsive card layout with proper scaling
  • Dynamic font scaling based on card size
  • Improved spacing and alignment
  • Icon-only fallback for small card sizes

Configuration:

  • Introduced settings.json for theme customization
  • Centralized color management (backgrounds, borders, text)

Technical:

  • Threaded process execution with live stdout streaming
  • Cross-platform window maximization support
  • Non-blocking UI updates

Notes:

  • No breaking changes
  • Focus on UI foundation and core execution flow